Title: Message
Hello,
 
On RedHat AS 4u2, Libtool is putting the following line in my .la files.
 
dependency_libs=' -ldl /amd/packages/mdx/redhat/compilers/gcc-3.4.4-2/bin/../lib/gcc/i386-redhat-linux/3.4.4//libstdc++.la -L/usr/src/redhat/BUILD/gcc-3.4.4-20050721/obj-i386-redhat-linux/i386-redhat-linux/libstdc++-v3/src -L/usr/src/redhat/BUILD/gcc-3.4.4-20050721/obj-i386-redhat-linux/i386-redhat-linux/libstdc++-v3/src/.libs -L/usr/src/redhat/BUILD/gcc-3.4.4-20050721/obj-i386-redhat-linux/gcc '
 
Everything after '-ldl' does not exist in RHAS 4u2 (at least on the system
I am using).  So where is Libtool getting all this stuff from and why is it
putting it in there if none of it exists?  And is there a way to make it look
like this (without manually editing the file)?
 
dependency_libs=' -ldl -lstdc++ '
 
Thanks,
Eric.
 
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to