[Python-bugs-list] [ python-Bugs-599248 ] ext module generation problem

noreply@sourceforge.net noreply@sourceforge.net
Fri, 23 Aug 2002 12:26:37 -0700


Bugs item #599248, was opened at 2002-08-23 10:01
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=599248&group_id=5470

Category: Distutils
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Seefeld (stefan)
Assigned to: Nobody/Anonymous (nobody)
Summary: ext module generation problem

Initial Comment:
when compiling an extension module, the source file
location
is not mirrored into the object file location, i.e.
subdirectories
are ignored (foo/bar/baz.c is compiled to baz.o, not
foo/bar/baz.o)

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-23 15:26

Message:
Logged In: YES 
user_id=3066

Why is this a problem?  Are you running into name clashes?

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

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