Re: [Distutils] Specifying a compiler
1 Dec
2006
1 Dec
'06
9:45 a.m.
At 10:30 AM 12/1/2006 -0700, Robert McFadzean wrote:
Thank you for your help. I did download the MinGW compiler. When I try a build with it I get:
running build_ext building '_mysql' extension creating build\temp.win32-2.5 creating build\temp.win32-2.5\Release gcc -mno-cygwin -mdll -O -Wall -ID:/mysql/include -ID:\Python\include -ID:\Pytho n\PC -c _mysql.c -o build\temp.win32-2.5\Release\_mysql.o /Dversion_info=(1,2,2, 'beta',2) /D__version__=1.2.2b2 error: command 'gcc' failed: No such file or directory
The gcc.exe file does exist in the MinGW\bin folder. Any ideas?
You need to have that bin directory on your PATH when running setup scripts.
6602
Age (days ago)
6602
Last active (days ago)
0 comments
1 participants
participants (1)
-
Phillip J. Eby