Hi,

Even though you've reinstalled perl, are you sure that there's not
another perl on the system somewhere? I had a similar problem
with an installer that found an old version of perl in /usr/bin/perl
instead of the reinstalled version in /usr/local/bin. There were
2 different compilers used.

Fred

At 03:05 PM 3/7/01 +0100, Bunck, Peter wrote:
>perl -MConfig -le 'print $Config{"cc"};'
>produces:   cc
>
>Thanks Peter Bunck
>
> > -----Original Message-----
> > From: Jens-Uwe Mager [SMTP:[EMAIL PROTECTED]]
> > Sent: woensdag 7 maart 2001 14:47
> > To:   Bunck, Peter
> > Cc:   'Jens-Uwe Mager'; '[EMAIL PROTECTED]'
> > Subject:      Re: Defining $PERL_CC
> >
> > On Wed, Mar 07, 2001 at 02:39:16PM +0100, Bunck, Peter wrote:
> > > 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.
> >
> > That is pretty strange. What does the following command produce on your
> > machine:
> >
> > perl -MConfig -le 'print $Config{"cc"};'
> >
> > --
> > 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