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

SourceForge.net noreply@sourceforge.net
Wed Aug 6 17:24:57 EDT 2003


Bugs item #783801, was opened at 2003-08-05 22:31
Message generated for change (Comment added) made by zooko
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: Deleted
>Resolution: Works For Me
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.


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

>Comment By: Zooko O'Whielacronx (zooko)
Date: 2003-08-06 16:24

Message:
Logged In: YES 
user_id=52562

Forget it.  It works very nicely.  I will now attempt to
delete this bug tracker entry in order to hide the evidence
of my error, but unfortunately sf.net will tell me that I
don't have sufficient authorization to do so...

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

Comment By: Zooko O'Whielacronx (zooko)
Date: 2003-08-06 15:17

Message:
Logged In: YES 
user_id=52562

Err-- there has clearly been some pilot error here.  Because
when I do this same experiment today I get different
results.  More in a minute, assuming sf.net stays up that
long...

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

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




More information about the Python-bugs-list mailing list