Changeset 10532
- Timestamp:
- 05/03/11 17:22:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/.aux_dir/ltmain.sh
r10183 r10532 5584 5584 done 5585 5585 if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then 5586 $ECHO 5587 if test "$linkmode" = prog; then 5588 $ECHO "*** Warning: Linking the executable $output against the loadable module" 5589 else 5586 # $ECHO 5587 # if test "$linkmode" = prog; then 5588 # $ECHO "*** Warning: Linking the executable $output against the loadable module" 5589 # else 5590 # $ECHO "*** Warning: Linking the shared library $output against the loadable module" 5591 # fi 5592 # $ECHO "*** $linklib is not portable!" 5593 if test "$linkmode" != prog; then 5594 $ECHO 5590 5595 $ECHO "*** Warning: Linking the shared library $output against the loadable module" 5596 $ECHO "*** $linklib is not portable!" 5591 5597 fi 5592 $ECHO "*** $linklib is not portable!"5593 5598 fi 5594 5599 if test "$linkmode" = lib &&
Note:
See TracChangeset
for help on using the changeset viewer.