idle BUG
Mark Hammond
MarkH at ActiveState.com
Wed Jun 20 04:50:00 EDT 2001
Mike Clarkson wrote:
> I know you're not-a-gui-guy, but can you help with python.exe compile
> and link flags? Has anyone build Tkinter with Cygwin, and if so, does
> the same problem show up there?
What help specifically?
python.c is compiled with:
/nologo /MD /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D
"NDEBUG" /D "_CONSOLE" /D "_MBCS"
/Fp"x86-temp-release\python/python.pch" /YX
/Fo"x86-temp-release\python/" /Fd"x86-temp-release\python/" /FD /c
python.exe is linked with:
odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
/nologo /subsystem:console /incremental:no /pdb:"./python.pdb" /debug
/machine:I386 /out:"./python.exe"
Mark.
More information about the Python-list
mailing list