Export make file from distutils

Please help. I am having a linking error porting wxPython to the laptop cygwin environment. Is there a way to get a make file exported from the setup.py file included with wxPython? Will I then be able to execute the make file instead of setup.py for my particular case. Please help. Thanks karl

On Sep 17, 2007, at 11:15 AM, Karl Kobata wrote:
I am having a linking error porting wxPython to the laptop cygwin environment.
Is there a way to get a make file exported from the setup.py file included with wxPython?
Will I then be able to execute the make file instead of setup.py for my particular case.
Distutils does not use make files. The setup.py file serves the same purpose as a make file. If you post the linking error someone may be able to help you with that. -- Matt
participants (2)
-
Karl Kobata
-
Matt Good