I am using the sun CC compiler, not the gnu one so when I add the runpath, I use -R instead of -Wl,--rpath. The problem is that libtool changes all my -R's to -Wl,--rpath causing the linking to fail.
How might I fix this problem?
I am using the sun CC compiler, not the gnu one so when I add the runpath, I use -R instead of -Wl,--rpath. The problem is that libtool changes all my -R's to -Wl,--rpath causing the linking to fail.
How might I fix this problem?