A lot of warnings compiling JK2 on Aix
From: JPM (jperezme_at_jazzfree.com)
Date: 11/26/03
- Next message: Bill: "Re: Setup a gateway in AIX for PC."
- Previous message: Alexander A. B.: "Re: Setup a gateway in AIX for PC."
- Next in thread: Nicholas Dronen: "Re: A lot of warnings compiling JK2 on Aix"
- Reply: Nicholas Dronen: "Re: A lot of warnings compiling JK2 on Aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 Nov 2003 15:07:59 +0100
Hi!
I'm compiling mod_jk2 on Aix 4.3.3. I follow this process:
I use: gcc.3.2.1, libtool 1.4.2,autoconf 2.53,automake 1.5, make 3.79
#cd jakarta-tomcat-connectors-4.1.29-src/jk/native2
#./buildconf.sh
#CC=gcc
./configure --with-java-home=/usr/java131 --with-apxs2=/usr/local/apache2/bi
n/apxs --with-tomcat41=/soft/jakarta-tomcat-4.1.29
Before running make, i edit
jakarta-tomcat-connectors-4.1.29-srcjk/native2/server/apache2/Makefile and
change the line
MOD_LINK = $(LIBTOOL) --mode=link
$(CC) -avoid-version -module -rpath --${APACHE2_LIBEXEC} $(LT_LDFLAGS)
$(ALL_LDFLAGS)
to
MOD_LINK = $(LIBTOOL) --mode=link $(CC) -avoid-version -module -rpath
${APACHE2_LIBEXEC} $(LT_LDFLAGS) $(ALL_LDFLAGS) -Wl,-brtl
#make (gnu make)
It finally build a libmod_jk2.so file but there are a lot of warnings on
compilation time.
Is this correct ?
-- ---------------------------------------------------------- Tu portal de Aix en Espaņol http://aixpanish.com ----------------------------------------------------------
- Next message: Bill: "Re: Setup a gateway in AIX for PC."
- Previous message: Alexander A. B.: "Re: Setup a gateway in AIX for PC."
- Next in thread: Nicholas Dronen: "Re: A lot of warnings compiling JK2 on Aix"
- Reply: Nicholas Dronen: "Re: A lot of warnings compiling JK2 on Aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|