This is the mail archive of the cygwin 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]

building Python numarray


gcc version 3.3.1 release breaks Python setup.
setup expects a c compiler named gcc, which is no
longer supplied.

this causes numarray to fail to install.

what is the proper fix?
one way would be to make a copy of the c compiler
named gcc, but will this break other things?





[[--]] console session
Administrator@thetis /ntd/numarray-0.9
$ python
Python 2.3.3 (#1, Dec 30 2003, 08:29:25)
[GCC 3.3.1 (cygming special)] on cygwin
Type "help", "copyright", "credits" or "license" for
more information.
>>> ^d

Administrator@thetis /ntd/numarray-0.9
$ python setup.py install
creating
build/lib.cygwin-1.5.5-i686-2.3/numarray/examples/convolve
copying Examples/convolve/benchmark.py ->
build/lib.cygwin-1.5.5-i686-2.3/numarray/examples/convolve
copying Examples/convolve/dtest.py ->
build/lib.cygwin-1.5.5-i686-2.3/numarray/examples/convolve
copying Examples/convolve/lineshape.py ->
build/lib.cygwin-1.5.5-i686-2.3/numarray/examples/convolve
copying Examples/convolve/__init__.py ->
build/lib.cygwin-1.5.5-i686-2.3/numarray/examples/convolve
running build_ext
building 'numarray._conv' extension
creating build/temp.cygwin-1.5.5-i686-2.3
creating build/temp.cygwin-1.5.5-i686-2.3/Src
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -IInclude/numarray
-I/usr/include/python2.3 -c Src/_convmodule.c -o
build/temp.cygwin-1.5.5-i686-2.3/Src/_convmodule.o
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1

Administrator@thetis /ntd/numarray-0.9
$ gcc -v
bash: gcc: command not found

Administrator@thetis /ntd/numarray-0.9
$ c++ -v
Using built-in specs.
Configured with: /GCC/gcc-3.3.1-3/configure --with-gcc
--with-gnu-ld --with-gnu-as --prefix=/usr
--exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
--libexecdir=/usr/sbin --mandir=/usr/share/man
--infodir=/usr/share/info
--enable-languages=c,ada,c++,f77,pascal,java,objc
--enable-libgcj --enable-threads=posix
--with-system-zlib --enable-nls
--without-included-gettext --enable-interpreter
--enable-sjlj-exceptions
--disable-version-specific-runtime-libs
--enable-shared --disable-win32-registry
--enable-java-gc=boehm --disable-hash-synchronization
--verbose --target=i686-pc-cygwin
--host=i686-pc-cygwin --build=i686-pc-cygwin
Thread model: posix
gcc version 3.3.1 (cygming special)



	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]