This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: numarray on Cygwin


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]