Re: building Python numarray

2004-05-12 Thread Reini Urban
Christopher Faylor schrieb: On Wed, May 12, 2004 at 09:02:24PM +0200, Reini Urban wrote: james pentland schrieb: $ c++ -v ... gcc version 3.3.1 (cygming special) ^^^ This looks like another problem. How about installing gcc or asking in the correct list. Huh? Why is "c

Re: building Python numarray

2004-05-12 Thread Christopher Faylor
On Wed, May 12, 2004 at 09:02:24PM +0200, Reini Urban wrote: >james pentland schrieb: >>$ c++ -v >... >>gcc version 3.3.1 (cygming special) > ^^^ >This looks like another problem. How about installing gcc or asking in >the correct list. Huh? Why is "cygming" a problem? T

Re: building Python numarray

2004-05-12 Thread Reini Urban
james pentland schrieb: $ c++ -v ... gcc version 3.3.1 (cygming special) ^^^ This looks like another problem. How about installing gcc or asking in the correct list. -- Reini Urban -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: building Python numarray

2004-05-11 Thread Max Bowsher
james pentland wrote: > 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 bre

building Python numarray

2004-05-11 Thread james pentland
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 ses