Compiling 4.8.2 on OS X fails

Kevin Ingwersen ingwie2000@googlemail.com
Fri Nov 29 22:32:00 GMT 2013


Hello!

I am trying to compile gcc-4.8.2 using Apple’s developer tools. Reason: I am building a toolchain that utilizes GNUstep, and I am after a one-for-all install. So everything goes into /opt/GNUstep.
Now, it looks like some static libraries like libz are not built right. Here is the output I get after running make again, when the error occurs, attached as .stdin and .stderr.
My config flags are:
./configure --quiet --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib --with-mpfr=/opt/GNUstep --with-gmp=/opt/GNUstep --with-mpc=/opt/GNUstep --prefix=/opt/GNUstep/ --disable-werror --enable-languages=c,objc,c++,obj-c++ && make -s

Kind regards, Ingwie.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.stderr
Type: application/octet-stream
Size: 27057 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-help/attachments/20131129/68fdf791/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.stdin
Type: application/octet-stream
Size: 2722 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-help/attachments/20131129/68fdf791/attachment-0001.obj>


More information about the Gcc-help mailing list