This is the mail archive of the cygwin@cygwin.com 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]

Re: mod_perl-1.2.6 for Cygwin 1.x (using apache_1.3.22, perl-5.6.1)


> Stipe Tolj schrieb am 2001-10-16 13:19:

>--- src/modules/perl/Makefile	Tue Oct 16 10:57:46 2001
>+++ src/modules/perl/Makefile.cygwin	Tue Oct 16 10:56:40 2001
>@@ -13,7 +13,7 @@
> EXTRA_CFLAGS=-DUSEIMPORTLIB -DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO
> -fno-strict-aliasing `$(SRCDIR)/apaci` EXTRA_LDFLAGS= EXTRA_LIBS=
>-EXTRA_INCLUDES=
>+EXTRA_INCLUDES=-I/usr/lib/perl5/5.6.1/cygwin/CORE
                                       ^^^^^^^^^^^
You are using perl-5.6.1-1, 5.6.1-2 was build with multiplicity.

>-PERL_LD=ld2
>-PERL_LDFLAGS= -s -L/usr/local/lib
>-PERL_LDDLFLAGS= -s -L/usr/local/lib
>-PERL_LIBS= -s  -s -L/usr/local/lib /usr/lib/perl5/5.6.1/cygwin/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.6.1/cygwin/CORE -lperl -lcrypt 
>+PERL_LD=gcc
>+PERL_LDFLAGS= --shared -L/usr/local/lib
>+PERL_LDDLFLAGS= --shared -L/usr/local/lib
>+PERL_LIBS= --shared -L/usr

What is the problem with ld2?

Gerrit


-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]