On Tue, Feb 08, 2000 at 01:27:39PM -0600, J. Meltzer wrote:
> How do I make sure that I use xlc to compile apache and mod_perl? Is there
> a command-line option for it?
You need to have xlc installed, it is an extra cost option since AIX 4.
If you have both gcc and xlc in your path, I think something along the
lines of:
CC="xlc -D_ALL_SOURCE" ./configure ...
will do. I always add the -D_ALL_SOURCE so packages find the available
but by default invisible extented BSD style functions without saying I
want a pure BSD environment.
--
Jens-Uwe Mager
HELIOS Software GmbH
Steinriede 3
30827 Garbsen
Germany
Phone: +49 5131 709320
FAX: +49 5131 709325
Internet: [EMAIL PROTECTED]