This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30819] php 5.2.1 / gcc 4.1.1 / solaris 2.9 / 64 bit
- From: "tony2001 at php dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Feb 2007 18:12:51 -0000
- Subject: [Bug c/30819] php 5.2.1 / gcc 4.1.1 / solaris 2.9 / 64 bit
- References: <bug-30819-14084@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from tony2001 at php dot net 2007-02-16 18:12 -------
Yes, sounds really easy. But the fact is that Solaris is very useful platform -
if there are any hidden bugs/problems/whatever, you can be sure you'll
encounter them on Solaris.
- native tar fails to unpack the archive (had to unpack it on Linux and copy to
Solaris);
- fastjar compilation requires "makeinfo" (had to patch Makefile to make it
work); see Bug 27822
- native sed doesn't work (had to install GNU sed);
- GNU sed failed either (see http://gcc.gnu.org/ml/gcc/2007-02/msg00039.html,
the patch does help);
- gperf was missing and there was no configure check for it (had to install
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
Any idea how to make it work?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30819