This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Apache apx2s does not produce shared libs with mod_security


On Thu, 27 Oct 2005, Dr. Volker Zell wrote:

> apxs2 -c mod_security.c
> /usr/share/apr-build/libtool --silent --mode=compile gcc -prefer-pic -O2 -DAP_HAVE_DESIGNATED_INITIALIZER -DCYGWIN  -I/usr/include/apache2  -I/usr/include   -I/usr/include   -c -o mod_security.lo mod_security.c && touch mod_security.slo
> /usr/share/apr-build/libtool --silent --mode=link gcc -o mod_security.la  -rpath /usr/lib/apache2 -module -avoid-version    mod_security.lo
> libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries

libtool always wants -no-undefined switch on cygwin. I guess this is something 
apxs2 has to add.

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]