libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool: link: cannot find the library `'


From: Albert Chin
Subject: Re: libtool: link: cannot find the library `'
Date: Thu, 16 Dec 2004 16:08:36 -0600
User-agent: Mutt/1.5.6i

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 (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]