[Python-bugs-list] [ python-Bugs-231439 ] python and Python interfaces should use cc -G for so's

nobody nobody@sourceforge.net
Fri, 02 Mar 2001 15:38:16 -0800


Bugs #231439, was updated on 2001-02-07 10:52
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=231439&group_id=5470

Category: Build
Group: Platform-specific
Status: Open
Priority: 5
Submitted By: Larry Rosenman
Assigned to: Neil Schemenauer
Summary: python and Python interfaces should use cc -G for so's

Initial Comment:
the Python build environment should use cc -G for it's shared libs.  This is true at *LEAST* on UnixWare.  The ld man page calls this out. 

The PostgreSQL interface build had to be modified because of this. 

If you need a shell account on a UnixWare 7 box, I can arrange same. 

LER


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

Comment By: Martin v. Löwis
Date: 2001-03-02 15:38

Message:
Logged In: YES 
user_id=21627

Can you provide an example compiler invocation to see what
options are actually used? One -c invocation and one linker
invocation would be good.

What about -KPIC -Ki486 -belf -Wl,-Bexport? This is what is
currently used on SCO_SV.

Can you please try the attached patch (patch1 if upload
succeeds)?

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

Comment By: Larry Rosenman
Date: 2001-02-10 16:41

Message:
uname -u is invalid.  

$ uname -u
UX:uname: ERROR: Illegal option -- u
UX:uname: TO FIX: Usage:
        uname parameter_name
        uname -f
        uname [-acdilmnprsvAX]
        uname [-S system name]
$ uname -a
UnixWare lerlaptop 5 7.1.1 i386 x86at SCO UNIX_SVR5
$ uname -s
UnixWare
$ uname -r
5
$ uname -v
7.1.1
$ uname -a
UnixWare lerlaptop 5 7.1.1 i386 x86at SCO UNIX_SVR5
$ 


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

Comment By: Neil Schemenauer
Date: 2001-02-10 12:46

Message:
What does "uname -u" say for UnixWare?

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

Comment By: A.M. Kuchling
Date: 2001-02-08 09:23

Message:
Assigning to Neil.

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

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