cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-08-02 Thread mturk
mturk 2005/08/02 04:33:11 Modified:jni/native configure.in Log: Link with libkstat for Solaris Revision ChangesPath 1.9 +9 -0 jakarta-tomcat-connectors/jni/native/configure.in Index: configure.in

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-23 Thread Mladen Turk
[EMAIL PROTECTED] wrote: jfclere 2005/06/21 03:31:41 Log: -Wall is only for gcc. That's true. But if your 'cc' doesn't support the -Wall then make CFLASG with some platform switch rather then interfering with 99% of others that are using gcc. The -Wall is very valuable when dealing

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-23 Thread William A. Rowe, Jr.
At 02:01 AM 6/23/2005, Mladen Turk wrote: [EMAIL PROTECTED] wrote: jfclere 2005/06/21 03:31:41 Log: -Wall is only for gcc. That's true. But if your 'cc' doesn't support the -Wall then make CFLASG with some platform switch rather then interfering with 99% of others that are using gcc. The

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-23 Thread Mladen Turk
William A. Rowe, Jr. wrote: At 02:01 AM 6/23/2005, Mladen Turk wrote: -CFLAGS=${CFLAGS} -DDEBUG -Wall +CFLAGS=${CFLAGS} -DDEBUG I would prefer that you add some platform case/esac that will in ReliantUnix case add what ever you wish to the CFLAGS. Conversely, a compiler

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-23 Thread jean-frederic clere
Mladen Turk wrote: William A. Rowe, Jr. wrote: At 02:01 AM 6/23/2005, Mladen Turk wrote: -CFLAGS=${CFLAGS} -DDEBUG -Wall +CFLAGS=${CFLAGS} -DDEBUG I would prefer that you add some platform case/esac that will in ReliantUnix case add what ever you wish to the CFLAGS.

cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-23 Thread mturk
mturk 2005/06/23 07:49:36 Modified:jni/native configure.in Log: Use -Wall for maintainer mode if GCC is used. Revision ChangesPath 1.8 +6 -6 jakarta-tomcat-connectors/jni/native/configure.in Index: configure.in

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-21 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: mturk 2005/06/18 06:04:42 Modified:jni/native configure.in Log: Add --enable-maintainer-mode to the configure options, so that statistics gets compiled in when configure is called with that option. Revision ChangesPath 1.6 +20 -5

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-21 Thread Remy Maucherat
jean-frederic clere wrote: -Wall will not wrong on every machine, for example on ReliantUnix: +++ $ cc -Wall toto.c -o toto cc: [warning]: CDR9977 invalid option '-Wall' ignored +++ Mladen is away for two days, so you won't get a reply right away. Rémy

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-21 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: -Wall will not wrong on every machine, for example on ReliantUnix: +++ $ cc -Wall toto.c -o toto cc: [warning]: CDR9977 invalid option '-Wall' ignored +++ Mladen is away for two days, so you won't get a reply right away. Ok, I will fix

cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-21 Thread jfclere
jfclere 2005/06/21 03:31:41 Modified:jni/native configure.in Log: -Wall is only for gcc. Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-connectors/jni/native/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-18 Thread mturk
mturk 2005/06/18 06:04:42 Modified:jni/native configure.in Log: Add --enable-maintainer-mode to the configure options, so that statistics gets compiled in when configure is called with that option. Revision ChangesPath 1.6 +20 -5