Changeset 10563 for trunk/FACT++


Ignore:
Timestamp:
05/04/11 13:50:53 (13 years ago)
Author:
tbretz
Message:
Removed the warning about linking the shared object to the executable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.aux_dir/ltmain.sh

    r10532 r10563  
    55845584          done
    55855585          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
    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
     5586            $ECHO
     5587            if test "$linkmode" = prog; then
     5588              $ECHO "*** Warning: Linking the executable $output against the loadable module"
     5589            else
    55955590              $ECHO "*** Warning: Linking the shared library $output against the loadable module"
    5596               $ECHO "*** $linklib is not portable!"
    55975591            fi
     5592            $ECHO "*** $linklib is not portable!"
    55985593          fi
    55995594          if test "$linkmode" = lib &&
Note: See TracChangeset for help on using the changeset viewer.