On Wed, Mar 07, 2001 at 12:19:57PM -0000, [EMAIL PROTECTED] wrote:
> Sirs,
> I am trying to build the modperl module using apaci without success.
> The platform is AIX 4.3.2 with Apache 1.3.17,Perl 5.6.0.
> I can build the apache httpd module ok using the same configure routine
> as in ./configure --prefix=/xxx/xxx/xxxxx
> but when I add in
> --activate-module=/src/modules/perl/libperl.a I get the following error and
> am then unable to run make.
[snip]
> gcc: unrecognized option `-qmaxmem=16384'
> gcc: unrecognized option `-q32'
> gcc: unrecognized option `-qlonglong'
> cpp: -lang-c: linker input file unused since linking not done
> gcc: installation problem, cannot exec `cc1': No such file or directory
> gcc: file path prefix `/usr/local/lib/gcc-lib/E:./modules/perl/mod_perl.exp/2.95
> /' never used
> make: The error code from the last command is 1.
The perl executable was build using the IBM C compiler and you attempt
to build modperl with gcc, this does not work as both must be build
using the same compiler. You will have to rebuild
perl if you want to use gcc.
--
Jens-Uwe Mager
HELIOS Software GmbH
Steinriede 3
30827 Garbsen
Germany
Phone: +49 5131 709320
FAX: +49 5131 709325
Internet: [EMAIL PROTECTED]