On 2/10/06, Christopher Hulbert <[EMAIL PROTECTED]> wrote: > archive_cmds="\$CC -o \$lib \$libobjs \$compiler_flags \\\`echo > \\\"\$deplibs\\\" | \$SED -e 's/ -lc\$//'\\\` -link -dll~linknames=" > > > What is the -link and -dll doing? This messes up my linking with the > PGI C compiler as it can't find liblink.a. > > libtool 1.5.22 >
I should note that the option for PGI to create dll's is -Mmakedll. My current workaround is to have autoconf run a shell script after libtool is creatied and run sed -e 's/-link -dll/-Mmakedll/'. I THINK the 6.2 release of the Win32 PGI compilers will support -shared, but I should note that it does not appear that -shared would be put on the command line anyways like it is with gcc. _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
