RE: compiling woes on aix-5.2 with gcc-3.3.3

2004-03-25 Thread Adrian_Terranova
ginal Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 24, 2004 8:25 PM > To: Terranova, Adrian (Card Services) > Cc: [EMAIL PROTECTED] > Subject: Re: compiling woes on aix-5.2 with gcc-3.3.3 > > > [EMAIL PROTECTED] wrote: > > Excelle

RE: compiling woes on aix-5.2 with gcc-3.3.3

2004-03-24 Thread Adrian_Terranova
al Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 8:25 PM To: Terranova, Adrian (Card Services) Cc: [EMAIL PROTECTED] Subject: Re: compiling woes on aix-5.2 with gcc-3.3.3 [EMAIL PROTECTED] wrote: > Excellent catch, I didn't notice it in the perl

Re: compiling woes on aix-5.2 with gcc-3.3.3

2004-03-24 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Excellent catch, I didn't notice it in the perl -V output, but you were right on. That's great, Adrian! So was it a bug in perl's build process on your behalf or was it a standard build? If the latter please consider to file a perlbug report. You may want to try and rebu

RE: compiling woes on aix-5.2 with gcc-3.3.3

2004-03-24 Thread Adrian_Terranova
iling woes on aix-5.2 with gcc-3.3.3 [EMAIL PROTECTED] wrote: > So of course you make me READ!!! Hmm, looks like the args are identical, but looks > like the calls to the loader aren't getting thru, and somehow gcc is getting ahold > of a -b opt > > so I went down the

Re: compiling woes on aix-5.2 with gcc-3.3.3

2004-03-24 Thread Stas Bekman
[EMAIL PROTECTED] wrote: So of course you make me READ!!! Hmm, looks like the args are identical, but looks like the calls to the loader aren't getting thru, and somehow gcc is getting ahold of a -b opt so I went down the apaci path and found this [snip] [EMAIL PROTECTED]/omnitest/ext-tools/s

RE: compiling woes on aix-5.2 with gcc-3.3.3

2004-03-24 Thread Adrian_Terranova
at happens. --Adrian > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 24, 2004 6:12 PM > To: Terranova, Adrian (Card Services) > Cc: [EMAIL PROTECTED] > Subject: Re: compiling woes on aix-5.2 with gcc-3.3.3 > > > [EMAIL

Re: compiling woes on aix-5.2 with gcc-3.3.3

2004-03-24 Thread Stas Bekman
[EMAIL PROTECTED] wrote: BTW - Was just reading support... sorry I didn't include my official perl snippets. Looks like you have used the same gcc version to compile apache/perl/mod_perl, which is good. mod_perl uses whatever flags perl has used to compile itself, you can see below that those fl

RE: compiling woes on aix-5.2 with gcc-3.3.3

2004-03-24 Thread Adrian_Terranova
aix /opt/omni/software/external/perl-5.8.3/lib/5.8.3 /opt/omni/software/external/perl-5.8.3/lib/site_perl/5.8.3/aix /opt/omni/software/external/perl-5.8.3/lib/site_perl/5.8.3 /opt/omni/software/external/perl-5.8.3/lib/site_perl > -Original Message- > From: Terran

compiling woes on aix-5.2 with gcc-3.3.3

2004-03-24 Thread Adrian_Terranova
Trying to compile mod_perl on aix 5.2 with gcc-3.3.3,( perl-5.8.3 built with this gcc), apache-1.3.29 builds with this gcc, but mod_perl 1.29 seems to have some problems.) I get the feeling that the Makefile.PL is adding options for the aix target which are focused on xlc and not gcc, anyone ha