Yes I have see something similar which is LFS based on 9.06 and earlier docs want you/me to sym link an unix-gcc.mak to Makefile/makefile
but thats in the past
http://ghostscript.com/doc/9.07/Install.htm#Install_Unix2) make takes a long time, but I mananged to see a build error scroll by but not the actual message so I have gone backwards and moving forward from here---without showing full build
export CFLAGS="-march=i486 -mtune=i686 -Os -pipe"
export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti"
export LDFLAGS="-Wl,-O1"
/usr/bin/tce-load -i compiletc submitqc4 wget coreutils
/usr/bin/tce-load -i zlib_base-dev jpeg_base-dev libpaper-dev gtk2-dev cups-dev texlive
/usr/bin/tce-load -i dbus-dev tiff3-dev libxml2-dev lcms2-dev libidn-dev
./configure --prefix=/usr/local --with-drivers=ALL --with-install-cups --sysconfdir=/usr/local \
--enable-dynamic --enable-fontconfig
vfork.h had 2 candidates and neither looked the right deal I did try cdrtools-dev but any how here is current = a shorter error list, best yet
tc@box:/tmp/ghostscript-9.07$ cat config.log | grep error
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:68:18: fatal error: ndir.h: No such file or directory
conftest.c:35:18: fatal error: ndir.h: No such file or directory
conftest.c:69:22: fatal error: sys/ndir.h: No such file or directory
conftest.c:36:22: fatal error: sys/ndir.h: No such file or directory
conftest.c:70:24: fatal error: sys/window.h: No such file or directory
conftest.c:37:24: fatal error: sys/window.h: No such file or directory
conftest.c:73:21: error: expected expression before ')' token
conftest.c:73:20: error: expected expression before ')' token
conftest.c:73:21: error: expected expression before ')' token
configure:8528: checking for strerror
conftest.c:91:20: error: expected expression before ')' token
conftest.c:88:19: fatal error: vfork.h: No such file or directory
conftest.c:55:19: fatal error: vfork.h: No such file or directory
conftest.c:67:1: error: void value not ignored as it ought to be
| /* Override any GCC internal prototype to avoid an error.
/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i686-pc-linux-gnu/4.6.1/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
conftest.c:88:3: error: unknown type name '__m128i'
conftest.c:90:3: error: unknown type name '__m128i'
ac_cv_func_strerror=yes
no need to reply, but if anyone can tell me how to resolve those kernel type messages that might help greatly eh?
make takes a while, and I now know I have to watch it to see anything naughty scroll by. In the past I was dozing off in front of tv
I also changed my depends to add libpaper and force ghostscript as a dep to _common even after reading your info file
By doing it, I actually had less execuables complaining.
cheers