------- Comment #13 from ebotcazou at gcc dot gnu dot org 2007-02-16 18:32 ------- > - fastjar compilation requires "makeinfo" (had to patch Makefile to make it > work); see Bug 27822
Do not build Java. > - native sed doesn't work (had to install GNU sed); GNU sed is not required. > - GNU sed failed either (see http://gcc.gnu.org/ml/gcc/2007-02/msg00039.html, > the patch does help); You didn't set CONFIG_SHELL. > - gperf was missing and there was no configure check for it (had to install > gperf); Why on Earth do you need gperf? > So it took only 2-3 hours to get this: > /space/tony/bin/gcc -m64 conftest.c >&5 > ld: fatal: file elf64_sparc: open failed: No such file or directory Do not use GNU binutils. > Any idea how to make it work? Use the Sun tools, read the instructions, build only C/C++. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30819