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.
Attachment:
make.stderr
Description: Binary data
Attachment:
make.stdin
Description: Binary data