Please help me with linking libraries on Solaris 10 sparc

"Martin v. Löwis" martin at v.loewis.de
Thu May 1 11:41:35 EDT 2008


> Martin, could you please tell me how to do this, I am pretty new in
> Solaris.

It's fairly complicated, so I'm not sure I can give you the full
tutorial in a Usenet message.

In essence, you need to spot the linker line in the build process,
(e.g. by the -o option to the compiler), and add -lm to it.

If you cannot do this on your own, I recommend you hire somebody
who can.

Regards,
Martin



More information about the Python-list mailing list