Hi,
I just set up a new small Intel box on Solaris 7. I've got gcc
v2.8.1 and wanted to
compile Apache 1.3.12. While compiling, I've got this error at the
beginning of
compiling process:
------------- Begin of error msg ----------------------
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
cd ..; gcc -DSOLARIS2=270 -DNO_DBM_REWRITEMAP -DUSE_EXPAT
-I./lib/expat-lite `./apaci` -o helpers/dummy helpers/dummy.c
-lsocket -lnsl
ld: fatal: file values-Xa.o: cannot open file: No such file or directory
ld: fatal: File processing errors. No output written to helpers/dummy
*** Error code 1
make: Fatal error: Command failed for target `dummy'
======== Error Output for sanity check ========
============= End of Error Report =============
Aborting!
-------------------------- End of error msg
------------------------------
I tried to find the file "values-Xa.o" in the apache source dir, and
tried to look into
the Makefile* files to find whether this file gets created while
compiling, but I come
to a dead end.
Would anyone in this mailing list help me to locate where the error(s)
is(are)?
Mizwan