From: dikshie <di...@gm...> - 2011-08-17 11:57:19
|
Hi, I got this error message when compile python-sybase with mingw32. "-LC:\Program Files\Python27\PCbuild" -lblk -lct -lcs -lpython27 -lmsvcr90 -o bu ild\lib.win32-2.7\sybasect.pyd //mfauzie1$/personal/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot find -lblk //mfauzie1$/personal/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot find -lct //mfauzie1$/personal/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: cannot find -lcs collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 I tried with syb_libs = ['libblk', 'libct', 'libcs'] and syb_libs = ['blk', 'ct', 'cs'] get same error messages. I am using python-sybase-0.40pre1.tar.gz on windows xp. thanks! -- -dikshie- |