PDA

View Full Version : [C++] Problemi con libtool, g++ linker e librerie condivise.


fuocofatuo
05-09-2008, 09:45
Ho dei seri problemi con le shared libraries. Sono su Arch Linux perfettamente aggiornata e funzionante. Al momento di installare un programma (guarda caso di cruciale importanza), ottengo il seguente messaggio in risposta al ./configure:
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... no
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... no
Perchè libtool non e il g++ linker non supportano le librerie condivise? Guardando l'output di installazione riportati di altri utenti Arch (anche se non dello stesso software), le stesse verifiche danno esito positivo. Che succede?

Mi scuso per il cross-posting nella sezione linux, ma il problema è davvero urgente.

fuocofatuo
08-09-2008, 09:46
up