X-POP3-Rcpt: mlehmann AT universe DOT sgh-net DOT de Message-ID: <34CC4933.562CD826@medchem2.pharmazie.uni-halle.de> 26 Jan 1998 09:28:35 +0100 From: Mathias Weigt X-Mailer: Mozilla 4.03 [de] (Win95; I) MIME-Version: 1.0 To: beastium-list AT Desk DOT nl Subject: PGCC and configure scripts References: <199801260337 DOT VAA00930 AT pm2-84 DOT tcgcs DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Marc Lehmann Status: RO X-Status: A Content-Length: 1007 Lines: 26 Servus ! Ok After upgrading to binutils-2.8.1.0.19 and libg++-2.8.0 I finally managed to compile QT-1.31 and main parts of KDE. I got an internal compiler error every time I tried to compile the progress-example in the qt-package. But here is my question : Why do so many configure-scripts (and ltconfig) insist that the linker ld is not being capable building shared libraries ? The correct position of ld is found. I don`t know how to fix this and in result I got only static libraries in many programs (e.g. gimp-0.99.17, ....) Mostly I invoke configure like that: CC="gcc -O6 -mpentium -fno-exceptions" ./configure Some configure-scripts even claim that gcc (g++) cannot produce executables (one of my recent problem with kde-multimedia: because the test-program should be compiled with -lsocket which the linker can`t find) but this is rather simple to patch. Could you give me a clue because I`m not a compiler specialist. (I use pgcc 1.0.1 -) Mathias Weigt p5iba AT medchem2 DOT pharmazie DOT uni-halle DOT de