? COPYING ? libtool-1.3b-1.3d.tar.xdp.gz ? libtool-1.3b-1.3d.diff.gz ? patches ? libtool-1.3b.tar.gz ? INSTALL ? mkinstalldirs ? missing ? libtool-1.3d.tar.gz ? cygwin-patches.tar.bz2 ? install-sh ? libltdl/patchy Index: ChangeLog from Gary V. Vaughan * libtool.m4 (hardcode_libdir_flag_spec, osf4/osf5): Use ${wl} to pass -rpath when compiling with gcc. Reported by Tim Mooney Index: libtool.m4 =================================================================== RCS file: /cvsroot/libtool/libtool/libtool.m4,v retrieving revision 1.156 diff -u -r1.156 libtool.m4 --- libtool.m4 2001/04/06 21:29:15 1.156 +++ libtool.m4 2001/04/08 11:05:14 @@ -1573,14 +1573,16 @@ if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + #Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' fi -#Both c and cxx compiler support -rpath directly - hardcode_libdir_flag_spec='-rpath $libdir' hardcode_libdir_separator=: ;;