[Lugbz-list] Linking Probleme
Daniel
daniel.rampanelli at gmail.com
Fri Mar 2 21:43:39 CET 2007
Hallo Liste,
wie kann ein Bibliothek mit einer anderen C-Library (als die libc6)
kompilieren? Ich muss naemlich die Bibliothek libpcap "gegen" uClibc
kompilieren.
was ich schon versucht habe:
<snippet>
LDFLAGS=-L/opt/cy/mipsfple-uclibc/lib
./configure --prefix=/opt/libpcap --host=mipsel --with-pcap=linux
configure: error: C compiler cannot create executables
</snippet>
<snippet>
./configure --prefix=/opt/libpcap --host=mipsel --with-pcap=linux
LDFLAGS=-L/opt/cy/mipsfple-uclibc/lib && make
...
warning: libc.so.6, needed by [...], may conflict with libc.so.0
</snippet>
Gruesse,
Daniel
More information about the Lugbz-list
mailing list