Project

General

Profile

Actions

Bug #313

closed

1.4.5 does not compile on mac os x

Added by Anonymous over 19 years ago. Updated over 18 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

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

build_dump.txt (54.4 KB) build_dump.txt build_dump Anonymous, 2005-10-04 23:06
Actions #1

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

Actions #2

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.

Actions

Also available in: Atom