On Thu, Dec 16, 2004 at 02:42:33PM -0500, Harring Figueiredo wrote: > Found the problem -- > > I had to manually add the -L/usr/lib. Appremtly it does not know > where to find -pthread > > xftptest_LDADD = @GNET_LIBS@ @GTK_LIBS@ -L/usr/lib -pthread
-pthread is an argument to the compiler, not the linker. Do you mean -lpthread? -- albert chin ([EMAIL PROTECTED]) _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
