On Thu, Dec 15, 2005 at 12:20:30PM -0800, Michael Saltz wrote:
> Please respond directly. I'm not a member of this alias.
> 
> I'm trying to link with libm.so.1 instead of libm.so.2, but otherwise 
> build my application on Solaris 10. So far, I've not been successful

% cc -o tmpc tmpc.c /lib/libm.so.1
% ldd -L tmpc
        libm.so.1 =>     /lib/libm.so.1
        libc.so.1 =>     /lib/libc.so.1
% 

just keep in mind that we really don't support compiling on S10 and using
the binary on prior releases.  It might work, but if it breaks you get to
keep both pieces.

Cheers,
- jonathan

-- 
Jonathan Adams, Solaris Kernel Development

Reply via email to