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