RE: Problem building python extensions

2001-09-26 Thread Norman Vine
Darrell R. Hougen writes: > >Unfortunately, I am still having problems. Norman, I followed your suggestion of using a >version of python that is built under cygwin. I downloaded python-2.1.1 and Numpy >20.2.1. Both built fine under my installation of cygwin. :-) >However, >when I attempt t

Thanks. Was: Re: Problem building python extensions

2001-09-26 Thread Darrell R. Hougen
Thanks Jason! Jason wrote: > See the following for a solution to the above: > > http://www.python.org/doc/FAQ.html#3.24 > > Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/d

Re: Problem building python extensions

2001-09-26 Thread Jason Tishler
Darell, On Wed, Sep 26, 2001 at 11:49:24AM -0600, Darrell R. Hougen wrote: > $ make > gcc -g -Wall -Wshadow -DUSE_DL_IMPORT -I. -I/usr/local/include/Python2.1 > -I/usr/local/include/Python2.1/Numeric -c -o Term.o Term.c > Term.c:429: initializer element is not constant > Term.c:429: (near initia

RE: Problem building python extensions

2001-09-26 Thread Darrell R. Hougen
Thank you Norman and Jason for your suggestions. Unfortunately, I am still having problems. Norman, I followed your suggestion of using a version of python that is built under cygwin. I downloaded python-2.1.1 and Numpy 20.2.1. Both built fine under my installation of cygwin. Python failed a

Re: Problem building python extensions

2001-09-26 Thread Jason Tishler
Darrell, On Tue, Sep 25, 2001 at 03:42:05PM -0600, Darrell R. Hougen wrote: > I am using active state python 2.1 and gcc 2.95.3-5 on an NT 4.0 box. Since you are using a Win32 Python (i.e., not Cygwin Python), then you must built your Python extensions with Mingw gcc or Cygwin gcc with the -mno-