[Python-bugs-list] [ python-Bugs-783801 ] tell me again how to build statically linked modules?

SourceForge.net noreply@sourceforge.net
Tue, 05 Aug 2003 15:31:09 -0700


Bugs item #783801, was opened at 2003-08-05 22:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=783801&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Zooko O'Whielacronx (zooko)
Assigned to: Nobody/Anonymous (nobody)
Summary: tell me again how to build statically linked modules?

Initial Comment:
I need to statically link a C module into Python.

I read this doc:

http://www.python.org/doc/current/ext/compilation.html

And followed the very simple instructions of editing
Modules/Setup.local and running "make", but it didn't
work.  I know it didn't work, because first I ran
"make" while the .c file was missing, and there was no
complaint nor any mention of my module in the output,
and then I ran make after the .c file had been cp'ed
into place, and make seemed to exit without compiling
anything.


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

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