This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: fpectl build on solaris: -lsunmath
Type: Stage:
Components: Build Versions: Python 2.2
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: anthonybaxter, facundobatista, loewis
Priority: normal Keywords:

Created on 2002-03-15 03:47 by anthonybaxter, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (4)
msg9726 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2002-03-15 03:47
This is on Solaris 2.7, with gcc2.95.2

Observed on both the trunk and the release22 branch.

By default, the configure/setup stuff isn't including
 -L/opt/SUNWspro/lib -R/opt/SUNWspro/lib -lsunmath
when linking fpectl.so. This means that this doesn't
produce a working module (it needs libsunmath for
ieee_handler)

My autoconf knowledge isn't excellent, but I'm going
to have a look-see, figure out the easiest way to do
this...

msg9727 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-03-15 09:22
Logged In: YES 
user_id=21627

I think there is absolutely no way to find SUNWspro
reliably. /opt is but one location where it might be
installed - on our infrastructure, it is not in /opt, since
that is not NFS shared.

If c89 is on the path, it could give an indication where
SUNWspro may be installed.

In any case, I recommend to perform the necessary
computation in setup.py, not in autoconf.
msg9728 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2004-11-29 23:14
Logged In: YES 
user_id=752496

Please, could you verify if this problem persists in Python 2.3.4
or 2.4?

If yes, in which version? Can you provide a test case?

If the problem is solved, from which version?

Note that if you fail to answer in one month, I'll close this bug
as "Won't fix".

Thank you! 

.    Facundo
msg9729 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2005-03-22 22:14
Logged In: YES 
user_id=752496

Deprecated. Reopen only if still happens in 2.3 or newer. 

.    Facundo
History
Date User Action Args
2022-04-10 16:05:06adminsetgithub: 36264
2002-03-15 03:47:38anthonybaxtercreate