Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 9 Jul 2005 14:13:29 +0100 From: Bruno Postle To: Cygwin list Subject: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1 Message-ID: <20050709131329.GC3284@postle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-IsSubscribed: yes I can't build apache-1.3.33 and mod_perl-1.29 with perl-5.8.7-1 (it builds ok if I downgrade cygwin to perl-5.8.6-4) Steps to reproduce: tar -zxf apache_1.3.33.tar.gz tar -zxf mod_perl-1.0-current.tar.gz cd mod_perl-1.29/ perl Makefile.PL DO_HTTPD=1 USE_APACI=1 make env LD_RUN_PATH=/usr/lib/perl5/5.8/cygwin/CORE gcc -DCYGWIN -DMOD_PERL -DUSE_HSREGEX -DNO_DL_NEEDED -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include `./apaci` \ -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/perl/libperl.a main/libmain.a ./os/cygwin/libos.a ap/libap.a regex/libregex.a -lcrypt -lgdbm -s -s -L/usr/local/lib /usr/lib/perl5/5.8/cygwin/auto/DynaLoader/DynaLoader.a /usr/lib/perl5/5.8/cygwin/auto/Win32CORE/Win32CORE.a -L/usr/lib/perl5/5.8/cygwin/CORE -lperl -lcrypt -lgdbm_compat modules/perl/libperl.a(perlxsi.o):perlxsi.c:(.text+0xc2): undefined reference to `_boot_' Info: resolving _optarg by linking to __imp__optarg (auto-import) collect2: ld returned 1 exit status -- Bruno -- 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/