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]

error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1


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/


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