[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Compilation script for cross development under Linux
Hello, Bernd.
Thank you for your interest on the new GCC.
checking for ld that supports -Wl,--gc-sections... configure: error:
Link tests are not allowed after GCC_NO_EXECUTABLES.
Normally, at this step, the cross-compiler m68k-atari-mint-gcc should be
able to compile and link a simple C program. However, the configure
script of libstdc++-v3 didn't succeeded to do it, so it disables link
tests, then it fails.
I suggest you to examine the file named configure.log in the
libstdc++-v3 directory. It may contain an indication of what has failed.
You may also try to compile a simple "Hello, World !" in order to see
what happens.
Most of the time, this kind of problem occurs when something has not
been installed (did you forget a make install ?), or has been installed
to the wrong place, or some executable is not found in the PATH...
Good luck, you're at the end of the nightmare.
Vincent Rivière