My guess is that your configure cache is full of bogus results
because the first time you ran configure, it tried to run gcc 
with the flags -q32 -D_LARGE_FILES -qlonglong and it decided that
NOTHING works.  If you have a Makefile, try a "make distclean",
setenv CC cc, and ./configure.  If you don't have a Makefile,
just wipe it all out and start from the tar file?


Reply via email to