Re: A lot of warnings compiling JK2 on Aix
From: Nicholas Dronen (ndronen_at_io.frii.com)
Date: 11/26/03
- Next message: Gary R. Hook: "Re: Shared Libraries in AIX 5.1"
- Previous message: yijing_at_altern.org: "Re: rc2.d script starts and stops just after .."
- In reply to: JPM: "A lot of warnings compiling JK2 on Aix"
- Next in thread: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Reply: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Nov 2003 14:54:32 GMT
JPM <jperezme@jazzfree.com> wrote:
J> Hi!
J> I'm compiling mod_jk2 on Aix 4.3.3. I follow this process:
J> I use: gcc.3.2.1, libtool 1.4.2,autoconf 2.53,automake 1.5, make 3.79
J> #cd jakarta-tomcat-connectors-4.1.29-src/jk/native2
J> #./buildconf.sh
J> #CC=gcc
J> ./configure --with-java-home=/usr/java131 --with-apxs2=/usr/local/apache2/bi
J> n/apxs --with-tomcat41=/soft/jakarta-tomcat-4.1.29
J> Before running make, i edit
J> jakarta-tomcat-connectors-4.1.29-srcjk/native2/server/apache2/Makefile and
J> change the line
J> MOD_LINK = $(LIBTOOL) --mode=link
J> $(CC) -avoid-version -module -rpath --${APACHE2_LIBEXEC} $(LT_LDFLAGS)
J> $(ALL_LDFLAGS)
J> to
J> MOD_LINK = $(LIBTOOL) --mode=link $(CC) -avoid-version -module -rpath
J> ${APACHE2_LIBEXEC} $(LT_LDFLAGS) $(ALL_LDFLAGS) -Wl,-brtl
J> #make (gnu make)
J> It finally build a libmod_jk2.so file but there are a lot of warnings on
J> compilation time.
J> Is this correct ?
The *warnings* are probably correct. I don't see how your configuration
options could have caused the warnings (*whatever* they are). This
is probably a portability issue with mod_jk.
But why are you asking a mod_jk build question on an AIX newsgroup?
You may be building on AIX, but the source code comes from the apache
people. I suggest you pose questions like these to them in the future.
Regards,
Nicholas
-- "Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html "Meanings are another story." http://www.ifas.org/wa/glossolalia.html
- Next message: Gary R. Hook: "Re: Shared Libraries in AIX 5.1"
- Previous message: yijing_at_altern.org: "Re: rc2.d script starts and stops just after .."
- In reply to: JPM: "A lot of warnings compiling JK2 on Aix"
- Next in thread: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Reply: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|