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 #17 from tony2001 at php dot net  2007-02-16 19:29 -------
(In reply to comment #13)
> > - fastjar compilation requires "makeinfo" (had to patch Makefile to make it
> > work); see Bug 27822
> 
> Do not build Java.

I didn't. 
With --enable-languages={c,c++} it still builds fastjar.
Don't ask me why.

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

What should I set it to?
I guess GNU bash isn't good enough, right?

> > - gperf was missing and there was no configure check for it (had to install
> > gperf);
> 
> Why on Earth do you need gperf?

I doubt I can tell you why GCC build requires 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.

Well, it doesn't seem to help either, I get lots of errors with native make. 
Looks like GNU make is required, or did I forget to set something else?
Same for GNU m4: 
bison -y --name-prefix=__gettext --output plural.c ../.././intl/plural.y
M4sugar requires GNU M4. Install it before installing M4sugar or
set the M4 environment variable to its path name.make[2]: *** [plural.c] Broken
Pipe


-- 


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]