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

2005-09-09 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues wrote: | | * ltmain.in (link mode): Actually provide a useful error | message. Fixes long-standing shameful user neglection. | Reported by Martin Paljak [EMAIL PROTECTED]. | | Index: ltmain.in |

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

2005-09-09 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Fri, Sep 09, 2005 at 05:15:11PM CEST: Ralf Wildenhues wrote: | | * ltmain.in (link mode): Actually provide a useful error | message. Fixes long-standing shameful user neglection. | Reported by Martin Paljak [EMAIL PROTECTED]. Okay for

libtool: link: cannot find the library `'

2005-09-09 Thread Martin Paljak
evote_client-moc_electionui.o -lssl -lcrypto -framework Carbon -framework QuickTime -framework OpenGL -framework AGL -L/Developer/qt/lib -lqt -lz http/libhttp.la -Wl,-framework,CoreFoundation libtool: link: cannot find the library `' make[3]: *** [evote-client] Error 1 So i have no idea how

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

2005-09-09 Thread Martin Paljak
Hi, On 9/9/05, Ralf Wildenhues [EMAIL PROTECTED] wrote: Thanks for reporting this. Please post contents of http/libhttp.la, and the output of the above command with --debug added before --tag=CXX. Everything should be attached - the debug used to link libhttp and its makefile.am as well as

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

2005-09-09 Thread Ralf Wildenhues
: cannot find the library `' make[3]: *** [evote-client] Error 1 Thanks for reporting this. Please post contents of http/libhttp.la, and the output of the above command with --debug added before --tag=CXX. Please also post the link line that was used to create http/libhttp.la and its output

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

2005-09-09 Thread Martin Paljak
I forgot to mention that it woks fine on debian unstable (libtool 1.5.6 and autoconf 2.59) m. On 9/9/05, Martin Paljak [EMAIL PROTECTED] wrote: Hi, On 9/9/05, Ralf Wildenhues [EMAIL PROTECTED] wrote: Thanks for reporting this. Please post contents of http/libhttp.la, and the output of

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

2005-09-09 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Paljak wrote: | Hi, | On 9/9/05, Ralf Wildenhues [EMAIL PROTECTED] wrote: | |Thanks for reporting this. | |Please post contents of http/libhttp.la, and the output of the above |command with --debug added before --tag=CXX. | | | Everything

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

2005-09-09 Thread Ralf Wildenhues
=CXX. Everything should be attached - the debug used to link libhttp and its makefile.am as well as the other libtool link command debug. I forgot to mention that it woks fine on debian unstable (libtool 1.5.6 and autoconf 2.59) Thank you very much. Let's see: | libtool: link: cannot

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

2005-09-09 Thread Martin Paljak
On 9/9/05, Ralf Wildenhues [EMAIL PROTECTED] wrote: Hmm, this patch helps and proves the -framework Carbon thing: libtool: link: cannot find the library `' or unhandled argument `Carbon' What could i do to fix it? only option to use libtool-2.0 ? would that work with the .la file provided

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

2005-09-09 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Paljak wrote: | On 9/9/05, Ralf Wildenhues [EMAIL PROTECTED] wrote: | Hmm, this patch helps and proves the -framework Carbon thing: | libtool: link: cannot find the library `' or unhandled argument `Carbon' | | What could i do to fix it? only

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

2004-12-16 Thread Albert Chin
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

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

2004-12-16 Thread Harring Figueiredo
: libtool: link: cannot find the library `' I have searched the archives and could not find any messages related to that - The single ont that mentioned that was was a unified diff, which I applied and did not solve the problem. It seems to be related to the -pthread lib. Here is the link

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

2004-12-16 Thread Harring Figueiredo
-pthread is an argument to the compiler, not the linker. Do you mean -lpthread? Yes.. that is correct. I know for sure that if I remove the -L/usr/lib , things fall apart. I will try to remove the linkage to the pthread and see what happens. Thanks for pointing that out. Harring.

libtool: link: cannot find the library `'

2004-12-16 Thread Harring Figueiredo
Folks: I am getting this error: libtool: link: cannot find the library `' I have searched the archives and could not find any messages related to that - The single ont that mentioned that was was a unified diff, which I applied and did not solve the problem. It seems to be related