> > Here's the thing: This works fine on Linux. I only get the error on Solaris 7. > > I have all the latest GNU tools installed, and I'm installing the library in > > usr/local. I am not setting LD_LIBRARY_PATH, and I use the -L/usr/local/lib > > argument when linking the library to the program. Solaris 7 has no ld.so.conf > > file. > > see the -R option of ld. Or the LD_RUN_PATH env variable.
- Solaris: Finds library at build-time, not at run-time. Murray Cumming
- Re: Solaris: Finds library at build-time, not at run... Thomas E. Dickey
- Re: Solaris: Finds library at build-time, not at... Lars Hecking
- Re: Solaris: Finds library at build-time, no... Thomas E. Dickey
- Re: Solaris: Finds library at build-time... Lars Hecking
