libtool: link: cannot find the library `'

2005-09-09 Thread Martin Paljak
Hello!

I've searche dthe web and found some references to a strange patch and
-lpthread stuff but nothing that would help me:

/bin/sh ../libtool --tag=CXX --mode=link g++  -g -O2   -o evote-client
-static-libgcc -static -L/usr/lib evote_client-basemanager.o
evote_client-dummymanager.o evote_client-electionui.o
evote_client-myerror.o evote_client-electionuimain.o
evote_client-evotecert.o evote_client-electionmanager.o
evote_client-hesconnector.o evote_client-SSLCon.o
evote_client-cyberdoclib.o evote_client-lin_https.o
evote_client-lin_p11.o dynwarning.o evote_client-lin_digicrypt.o
esteid.o 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 it comes or what should i do to fix it.
Using osx 10.4.2 and fink

Information that might be relevant:
 ./libtool --version
ltmain.sh (GNU libtool) 1.5.20 (1.1220.2.287 2005/08/31 18:54:15)

Copyright (C) 2005  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Darwin laptop.lan 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24
17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh
powerpc

-- 
Martin Paljak
[EMAIL PROTECTED]
http://martin.paljak.pri.ee/
+372.5156495 - phone


___
http://lists.gnu.org/mailman/listinfo/libtool


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 the other libtool link command debug.

Thanks,
m.

-- 
Martin Paljak
[EMAIL PROTECTED]
http://martin.paljak.pri.ee/
+372.5156495 - phone


debugs.tar.gz
Description: GNU Zip compressed data


libhttp.la
Description: Binary data
___
http://lists.gnu.org/mailman/listinfo/libtool


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 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 the other libtool link command debug.
> 
> Thanks,
> m.
> 
> --
> Martin Paljak
> [EMAIL PROTECTED]
> http://martin.paljak.pri.ee/
> +372.5156495 - phone
> 
> 
> 


-- 
Martin Paljak
[EMAIL PROTECTED]
http://martin.paljak.pri.ee/
+372.5156495 - phone


___
http://lists.gnu.org/mailman/listinfo/libtool


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

2005-09-09 Thread Martin Paljak
On 9/9/05, Peter O'Gorman <[EMAIL PROTECTED]> wrote:
> 
> Unfortunately the trolltech folks install a libqt.la that they hand-make. It
> is not made by libtool, and it has the "dependency_libs='-framework Carbon'"
> or some such in it.
I attach the libqt.la file that was generated by qt 3.3.4. I'm
currently building qt 3.3.5 snapshot - maybe that will change
something.

> Either remove the libqt.la or use libtool-2.0 in your project. Yes, I know
> that 2.0 has not been released yet.
Hmm, i just thought that using libtool and all the auto tools is a
GoodThing and maybe libtool helps to do 'one big static binary' with
ease...

where can i get libtool 2.0 or further information ?

-- 
Martin Paljak
[EMAIL PROTECTED]
http://martin.paljak.pri.ee/
+372.5156495 - phone


libqt.la
Description: Binary data
___
http://lists.gnu.org/mailman/listinfo/libtool


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 by trolltech folks ? Or can i hack the
libqt.la file to make it work ?


Thanks,
m.
-- 
Martin Paljak
[EMAIL PROTECTED]
http://martin.paljak.pri.ee/
+372.5156495 - phone


___
http://lists.gnu.org/mailman/listinfo/libtool