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 Message-ID: <42D0178C.6070803@familiehaase.de> Date: Sat, 09 Jul 2005 20:29:32 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 MIME-Version: 1.0 To: Bruno Postle CC: Cygwin list Subject: Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1 References: <20050709131329 DOT GC3284 AT postle DOT net> In-Reply-To: <20050709131329.GC3284@postle.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Bruno Postle wrote: > 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 _boot_? Boot what? Win32CORE? However, this was already included with the 5.8.6 release. $ nm /usr/lib/perl5/5.8/cygwin/auto/DynaLoader/DynaLoader.a | grep boot 00000810 T _boot_DynaLoader $ nm /usr/lib/perl5/5.8/cygwin/auto/Win32CORE/Win32CORE.a | grep boot 00004c70 T _boot_Win32CORE Something broken with generating the code for perlxsi? Gerrit -- =^..^= -- 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/