Bug #313
closed1.4.5 does not compile on mac os x
Description
if you use ./configure;make;
make will not finish on Mac Os X 10.4.2
1.4.4 compiled correctly on the same mashine
...
mod_scgi.c -fno-common -DPIC -o .libs/mod_scgi.o
mod_scgi.c: In function 'scgi_spawn_connection':
mod_scgi.c:759: warning: comparison between signed and unsigned
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -Wshadow -pedantic -o mod_scgi.la -rpath /usr/local/lib -
module -export-dynamic -avoid-version -no-undefined mod_scgi.lo liblightcomp.la
gcc -o .libs/mod_scgi.so -bundle .libs/mod_scgi.o ./.libs/liblightcomp.dylib
/usr/bin/ld: Undefined symbols:
_network_write_chunkqueue_writev
collect2: ld returned 1 exit status
maker2: *** mod_scgi.la Error 1
maker1: *** all-recursive Error 1
make: *** all Error 2
Files
Updated by Anonymous over 19 years ago
Confirmed. Trying to build with a slightly modified darwinports Portfile has the same result. 1.4.4 builds fine.
-- rtomayko
Updated by jan over 18 years ago
- Status changed from New to Fixed
- Resolution set to fixed
looks like that got fixed in later versions.
Also available in: Atom