[lsb-discuss] Getting started with LSB Sample Implementation environment

Daniel Yek dyek at real.com
Fri Mar 2 14:46:04 PST 2007


At 02:24 PM 3/2/2007, Daniel Yek wrote:
>I don't know how the linker decides which dynamic linker to specify...got
>to dig for information.

Actually, I do know the answer:

BE:
bash-3.1$ gcc -o helloworld helloworld.c 
-Wl,--dynamic-linker,/lib/ld-linux.so.2

SI:
bash-3.1$ ./helloworld
Hello World!

Putting that into our build script would workaround this particular issue 
with BE.


-- 
Daniel Yek




More information about the lsb-discuss mailing list