-shared option in distutils

D

Dave Harrison

afternoon pythonic gurus,

quick question about distutils.

Im compiling on solaris 9 and am having problems with the linking (I loathe solaris these days ;-),
and if I call gcc by hand and remove the -shared flag and replace it with -G it works.

But I just cant find where I need to change this in the distutils package for my install of python2.1.1.

Where can I find it ?

cheers
Dave
 
M

Martin v. =?iso-8859-15?q?L=F6wis?=

Dave Harrison said:
Where can I find it ?

It is extracted from the installed Makefile. In theory, if you build
Python with the Sun compiler, it should automatically decide to use
-G, and so should then distutils use -G as well, without manual
intervention.

Regards,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top