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.

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 compil

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

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 wit

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 i

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
[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