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

Reply via email to