Re: svn commit: r608842 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2008-01-05 Thread Mladen Turk
Rainer Jung wrote: And those three are all correct and equivalent: -Wl,-rpath, -Wl,--rpath, -Wl,--rpath -Wl, Ok, so -Wl,-rpath, it is. Cool :) Cheers, Mladen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: svn commit: r608842 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2008-01-05 Thread Rainer Jung
The flags are always used as gcc flags. The --Wl,something doesn't work, the docs also say it's -Wl,... The --rpath and -rpath both work, they get passed through to ld unchanged. GNU ld man page says: For options whose names are multiple letters, either one dash or two can p

Re: svn commit: r608842 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2008-01-05 Thread Mladen Turk
[EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc?rev=608842&view=rev Log: Correct syntax of linker flag for gcc. Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 *linux*) -TCN_OPENSSL_LIBS="-L$use_openssl/lib --Wl,-rpath,$use_openssl/lib

svn commit: r608842 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2008-01-04 Thread rjung
Author: rjung Date: Fri Jan 4 05:57:44 2008 New Revision: 608842 URL: http://svn.apache.org/viewvc?rev=608842&view=rev Log: Correct syntax of linker flag for gcc. Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 UR