Search Results

0
votes

Static linking with Sunstudio

I assume you are using gcc. By default, gcc will use shared libraries (.so) if it can, so you must force it to statically link with the option -static. Edit: Sorry, I thought sunstudio was …