benluteijn / cherokee

Automatically exported from code.google.com/p/cherokee
0 stars 1 forks source link

static compilation troubles #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. --enable-static-module=common,server_info,file,dirlist
--enable-shared=no --enable-beta --disable-pthread

libtool: link: mipsel-linux-uclibc-gcc -Os -o cherokee-admin main_admin.o 
./.libs/libcherokee-base.a ./.libs/libcherokee-server.a
/mnt/dv/skinkie/cherokee/cherokee/.libs/libcherokee-base.a -ldl
./.libs/libcherokee-server.a(libcherokee_server_la-handler_server_info.o):
In function `cherokee_handler_server_info_init':
handler_server_info.c:(.text+0x13d0): undefined reference to
`cherokee_connection_info_list_server'
handler_server_info.c:(.text+0x171c): undefined reference to
`cherokee_connection_info_free'

Original issue reported on code.google.com by ste...@konink.de on 17 Nov 2008 at 5:56

GoogleCodeExporter commented 9 years ago
r2426 should have fixed it.

Original comment by alobbs on 17 Nov 2008 at 6:32

GoogleCodeExporter commented 9 years ago
Thanks again :)

Original comment by ste...@konink.de on 17 Nov 2008 at 6:45