15, 2006 6:00
AM
Subject: Re: [PythonCE] Problem building
PythonCE for x86
I managed to get the dll to build using this
:/defaultlib:coredll.lib /defaultlib:corelibc.lib
/nodefaultlib:oldnames.lib /nodefaultlib:libc.libBut now i cannot
build python.exe because of this :
Microsoft
The problem appears to be that you added .lib files to
PLATFORM_LINK32_DLL_FLAGS, and on the linker command line these appeared
before the Python object files (they should be after). The fact that these
lib files are not needed for the ARM build suggests that something else is
wrong (I don't k