krrepo / scipy-cluster

Automatically exported from code.google.com/p/scipy-cluster
Other
0 stars 0 forks source link

easy_install broken on Snow Leopard #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.easy_install hcluster

What is the expected output? What do you see instead?
Expected output is one nicely installed hcluster module.

What actually happens is:
cc1: error: unrecognized command line option "-Wno-long-double"

What version of the product are you using? On what operating system?
hcluster-0.2.0.zip
i686-apple-darwin10-gcc-4.2.1
OS X Snow Leopard

Original issue reported on code.google.com by mikede...@gmail.com on 6 Nov 2009 at 10:02

GoogleCodeExporter commented 8 years ago
What version of gcc are you using? Please run

gcc -v

Thanks!

Damian Eads

Original comment by damian.e...@gmail.com on 14 Nov 2009 at 3:41

GoogleCodeExporter commented 8 years ago
Hi! Here's the result of gcc -v
gcc -v
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking
-enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=i686-apple-darwin9 --with-arch=apple --with-tune=generic
--host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)

Original comment by mikede...@gmail.com on 14 Nov 2009 at 9:08

GoogleCodeExporter commented 8 years ago
Sorry for the delayed response. It looks like the distutils installed with your
version of Python isn't properly populating the arguments to gcc. There are no
commands in setup.py that insert the Wno-long-double option. Are you able to 
compile
other Python C extensions?

I've been meaning to update Snow Leopard on my own personal mac but have not 
gotten
around to it due to other impending paper deadlines.

Original comment by damian.e...@gmail.com on 8 Jan 2010 at 2:24