Re: Problems make'ing mod_perl-1.25 under HPUX 11.00

2001-02-15 Thread Blue Lang

On Thu, 15 Feb 2001, Corey Hart wrote:

> cc: "/usr/include/dlfcn.h", line 17: error 1681: Must use +e or -Ae for long long in 
>ANSI
> mode.
> *** Error exit code 1

try

%prompt: CFLAGS='-Ae' perl Makefile.pl 


-- 
   Blue Langhttp://www.gator.net/~blue
   202 Ashe Ave, Apt 3, Raleigh, NC.  919 835 1540




Re: Problems make'ing mod_perl-1.25 under HPUX 11.00

2001-02-15 Thread G.W. Haywood

Hi there,

On Thu, 15 Feb 2001, Corey Hart wrote:

> Everytime I am try to make mod-perl1.25 under HPUX 11 I always
> encounter the same error:

Search the mailing List archives for HPUX (if you haven't already:)
there was some useful stuff about HPUX recently - this year I'm sure.

73,
Ged.




Problems make'ing mod_perl-1.25 under HPUX 11.00

2001-02-15 Thread Corey Hart

Everytime I am try to make mod-perl1.25 under HPUX 11 I always encounter the same 
error:

===> modules/perl
cc -I. -I../../include -I../../include/regex -I../../include/.././os/unix 
-DHPUX11 -Aa
-Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED 
-DMOD_PERL
-I`/opt/perl5/bin/perl -MConfig -e 'print $Config{archlibexp}'`/CORE 
`/opt/perl5/bin/perl
'-MApache::ExtUtils=%Config' -e 'print $Config{ccflags}'` -DNO_PERL_DISPATCH
-DNO_PERL_POST_READ_REQUEST -DNO_PERL_TRANS -DNO_PERL_HEADER_PARSER  -DNO_PERL_ACCESS
-DNO_PERL_AUTHEN -DNO_PERL_AUTHZ  -DNO_PERL_TYPE  -DNO_PERL_FIXUP  -DNO_PERL_LOG
-DNO_PERL_INIT -DNO_PERL_CLEANUP -DNO_PERL_RESTART  -DNO_PERL_STACKED_HANDLERS
-DNO_PERL_SECTIONS -DNO_PERL_METHOD_HANDLERS  -DNO_PERL_SSI 
-DNO_PERL_DIRECTIVE_HANDLERS
-DMOD_PERL_VERSION=\"1.25\"   -I./os/unix -I../../include   -c mod_perl_opmask.c
cc: "/usr/include/dlfcn.h", line 17: error 1681: Must use +e or -Ae for long long in 
ANSI
mode.
*** Error exit code 1

I am sure I need to add an extra line or two in the configuration but have no idea 
what the
line should be nor where to place it.  Any help would be greatly appreciated.

Thanks,

Corey Hart