Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20040511222036.28810.qmail@web51009.mail.yahoo.com> Date: Tue, 11 May 2004 15:20:36 -0700 (PDT) From: james pentland Subject: building Python numarray To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 AT 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 AT 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 AT thetis /ntd/numarray-0.9 $ gcc -v bash: gcc: command not found Administrator AT 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/