This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/30819] php 5.2.1 / gcc 4.1.1 / solaris 2.9 / 64 bit



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]