Hello, I am trying to compile the current cherokee release on our university ftp server, because we are not very satisfied with the performance of the apache we are using at the moment. the configure script runs without any errors, but make give me the following error at the end.
--- snip --- (cd .libs && rm -f libcherokee-client.la && ln -s ../libcherokee- client.la libcherokee-client.la) /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 - DHAVE_CONFIG_H -I. -I.. -I.. -pthreads -I/usr/sfw/include/mysql -xstrconst -mt -I/usr/sfw/include/mysql -xstrconst -mt -g -O2 -MT libcherokee_server_la-rule_directory.lo -MD -MP -MF .deps/ libcherokee_server_la-rule_directory.Tpo -c -o libcherokee_server_la- rule_directory.lo `test -f 'rule_directory.c' || echo './'`rule_directory.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -pthreads -I/usr/sfw/ include/mysql -xstrconst -mt -I/usr/sfw/include/mysql -xstrconst -mt - g -O2 -MT libcherokee_server_la-rule_directory.lo -MD -MP -MF .deps/ libcherokee_server_la-rule_directory.Tpo -c rule_directory.c -fPIC - DPIC -o .libs/libcherokee_server_la-rule_directory.o gcc: language strconst not recognized gcc: rule_directory.c: linker input file unused because linking not done gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -pthreads -I/usr/sfw/ include/mysql -xstrconst -mt -I/usr/sfw/include/mysql -xstrconst -mt - g -O2 -MT libcherokee_server_la-rule_directory.lo -MD -MP -MF .deps/ libcherokee_server_la-rule_directory.Tpo -c rule_directory.c -o libcherokee_server_la-rule_directory.o >/dev/null 2>&1 mv -f .deps/libcherokee_server_la-rule_directory.Tpo .deps/ libcherokee_server_la-rule_directory.Plo mv: cannot access .deps/libcherokee_server_la-rule_directory.Tpo *** Error code 2 make: Fatal error: Command failed for target `libcherokee_server_la- rule_directory.lo' --- snip --- # uname -a SunOS ftp 5.10 Generic_137112-08 i86pc i386 i86pc #gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/ configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as -- with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ -- enable-shared Thread model: posix thanks for all helps. _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
