[Python-bugs-list] [ python-Bugs-438823 ] Solaris Shared library build is broken

noreply@sourceforge.net noreply@sourceforge.net
Thu, 05 Jul 2001 11:06:51 -0700


Bugs item #438823, was opened at 2001-07-05 10:46
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438823&group_id=5470

Category: Build
Group: Platform-specific
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Gregory H. Ball (greg_ball)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solaris Shared library build is broken

Initial Comment:
Current CVS as of now, both main branch and 2.1
maintenance branch.


The $(OPT) and $(CCSHARED) variables from the
top level Makefile are not making it to the command
line for the compilation of the shared module source.

This is obviously not good.  On gcc at least, it
means the necessary -fPIC option is not given and the
object files will not link to make shared libraries.

I guess this is a problem with distutils, why it would
be platform specific I don't know, but there is no such
problem on Linux (-fPIC and other flags show up fine.)



----------------------------------------------------------------------

Comment By: Gregory H. Ball (greg_ball)
Date: 2001-07-05 11:04

Message:
Logged In: YES 
user_id=11365

Ack, sorry.  This is bug 437487, and the analysis there is
correct.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438823&group_id=5470