Mail Archives: cygwin/2002/08/20/08:08:10
Jochen,
On Mon, Aug 19, 2002 at 06:52:49PM -0400, Jochen Küpper wrote:
> Any ideas?
No. Sorry, but you have the itch...
> Btw, I tried to rebuild python (cvs maint22-release patched for
> _socket) but got the following errors with the math module (similar
> for cmath):
But Python CVS builds without errors:
building 'cmath' extension
gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/jt/src/PythonCvs/./Include -I/usr/local/include -I/home/jt/src/PythonCvs/Include -I/home/jt/src/PythonCvs/shared7 -c /home/jt/src/PythonCvs/Modules/cmathmodule.c -o build/temp.cygwin-1.3.13-i686-2.3/cmathmodule.o
gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.3.13-i686-2.3/cmathmodule.o -L/usr/local/lib -L. -lm -lpython2.3 -o build/lib.cygwin-1.3.13-i686-2.3/cmath.dll building 'math' extension
gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/jt/src/PythonCvs/./Include -I/usr/local/include -I/home/jt/src/PythonCvs/Include -I/home/jt/src/PythonCvs/shared7 -c /home/jt/src/PythonCvs/Modules/mathmodule.c -o build/temp.cygwin-1.3.13-i686-2.3/mathmodule.o
gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.3.13-i686-2.3/mathmodule.o -L/usr/local/lib -L. -lm -lpython2.3 -o build/lib.cygwin-1.3.13-i686-2.3/math.dll
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -