Thanks, but I've already tried that one.
I am using the ibm c(c)-compiler for aix cxx. When looking for solutions for
this problem, I saw some 
references to that problem. So I completly recompiled and reinstalled perl.
There is only one c-compiler 
available, so some weird mixup is also not possible.
As for the resulting error, when the string where should stand "cc" is
empty, you get error message of 
the type:
          -I     -I../../os/unix -I../../include   -DAIX=43 -U__STR__
-DAIX_BIND_PROCESSOR -qnogenpcomp -qnouse
pcomp -I/usr/local/sources/php/php-4.0.4pl1
-I/usr/local/sources/php/php-4.0.4pl1/main -I/usr/local/sources/php
/php-4.0.1pl2/main -I/usr/local/sources/php/php-4.0.4pl1/Zend
-I/usr/local/sources/php/php-4.0.4pl1/Zend -I/usr
/local/sources/php/php-4.0.4pl1 -DUSE_EXPAT -I../../lib/expat-lite
-DNO_DL_NEEDED `../../apaci` -c mod_perl.c
/bin/sh: -I:  not found.

Peter Bunck
> -----Original Message-----
> From: Jens-Uwe Mager [SMTP:[EMAIL PROTECTED]]
> Sent: woensdag 7 maart 2001 13:44
> To:   Bunck, Peter
> Cc:   '[EMAIL PROTECTED]'
> Subject:      Re: Defining $PERL_CC
> 
> On Wed, Mar 07, 2001 at 09:42:00AM +0100, Bunck, Peter wrote:
> > I am trying to compile mod_perl 1.2.5 into apache 1.3.12 on a aix mini
> with
> > os 4.3.2.0
> > using perl 5.00503.
> > The problem that causes me to send this mail, is that I don't seem to
> get a
> > correct Makefile
> > for mod_perl in the apache source tree. The Makefile is unable to
> resolve
> > any of the perl compiler options 
> > used in the Makefile. Could anyone please explain as how to get the
> > variables defined.
> 
> You did not show any of the commands that failed, but I assume that you
> attempt to build modperl with a different C compiler than perl itself,
> this is not going to work. Especially the gcc command line options are
> different enough from the ones the IBM C compiler understands, and the
> modperl build procedure relies on the values recorded at the time perl
> was build.
> 
> -- 
> Jens-Uwe Mager
> 
> HELIOS Software GmbH
> Steinriede 3
> 30827 Garbsen
> Germany
> 
> Phone:                +49 5131 709320
> FAX:          +49 5131 709325
> Internet:     [EMAIL PROTECTED]

Reply via email to