X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX18Q4rY73fMQ7tMkaABjomIfDBQERqpX7/LZ8BXhGw 5aKiicAQDS1ay/ From: Juan Manuel Guerrero To: djgpp AT delorie DOT com Subject: Difficulties building a linux to djgpp cross compiler. Date: Mon, 26 Dec 2011 14:34:17 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201112261434.17281.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 I have tried to build a linux to djgpp cross compiler on my linux box (opensuse 12.1). I have followed the intructions given in . I have used binutils-2.22 and gcc-4.6.2. djcrx203.zip has been created from today's CVS repository code. djcross-gcc-4.6.2.tar.bz2 has been downloaded from Andris' homepage. Everything works flawlessly until the script tries to check multilib configuration for libgfortran. Here the configure scripts aborts with the following error message: [snip] checking dependency style of /usr/local/src/packages/cross/djcross-gcc-4.6.2/gnu/gcc-4.6.2-obj/./gcc/xgcc -B/usr/local/src/packages/cross/djcross-gcc-4.6.2/gnu/gcc-4.6.2-obj/./gcc/ -B/usr/local/compiler/cross/djgpp/i586-pc-msdosdjgpp/bin/ -B/usr/local/compiler/cross/djgpp/i586-pc-msdosdjgpp/lib/ -isystem /usr/local/compiler/cross/djgpp/i586-pc-msdosdjgpp/include -isystem /usr/local/compiler/cross/djgpp/i586-pc-msdosdjgpp/sys-include ... (cached) gcc3 checking whether symbol versioning is supported... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libgfortran] Error 1 Checking multilib configuration for libobjc... [snip] Neitherless the build process continues for all other libraries. They also fails in the same way with the same error message. The last library to fail is libobjc. The native compiler is gcc 4.6.2 and native binutils 2.21.1. If more information is needed please let me know. Regards, Juan M. Guerrero