Bug #1071

Patch: Mac OS X cmake build errors.

Added by jwmcglynn 674 days ago. Updated 298 days ago.

Status:Fixed Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:build_cmake
Target version:1.5.0
Pending:

No

Resolution:

fixed


Description

This patch fixes two build errors on Mac OS X when using cmake. One occurs because the gthread libraries aren't passed to ld, the other occurs when not using BUILD_STATIC:


$ make  
[  0%] Built target lemon
[ 56%] Built target lighttpd
Linking C shared library mod_access.dylib
ld: Undefined symbols:
_array_free
_array_init
_buffer_init_string
_buffer_is_equal_string
_config_check_cond
_config_insert_values_global
/usr/bin/libtool: internal link edit command failed
make[2]: *** [build/mod_access.dylib] Error 1
make[1]: *** [build/CMakeFiles/mod_access.dir/all] Error 2
make: *** [all] Error 2

lighttpd-darwin-cmake.patch - lighttpd-darwin-cmake.patch (1.3 KB) jwmcglynn, 03/05/2007 02:42 AM

Associated revisions

Revision 1782
Added by jan 631 days ago

fixed shared build on macosx (fixes #1071)

History

04/17/2007 01:41 PM - jan

  • Status changed from New to Fixed
  • Resolution set to fixed

applied in r1782

Also available in: Atom PDF