Gideon Simpson wrote: > Not sure if this is an issue with numpy or an issue with fink python > 2.6, but when trying to build numpy, I get the following error:
Unfortunately numpy 1.2.x does not support Python 2.6. IIRC support is planned for numpy 1.3. > gcc -L/sw/lib -bundle /sw/lib/python2.6/config -lpython2.6 build/ > temp.macosx-10.5-i386-2.6/numpy/core/src/multiarraymodule.o -o build/ > lib.macosx-10.5-i386-2.6/numpy/core/multiarray.so > ld: library not found for -lpython2.6 > collect2: ld returned 1 exit status > ld: library not found for -lpython2.6 > collect2: ld returned 1 exit status > error: Command "gcc -L/sw/lib -bundle /sw/lib/python2.6/config - > lpython2.6 build/temp.macosx-10.5-i386-2.6/numpy/core/src/ > multiarraymodule.o -o build/lib.macosx-10.5-i386-2.6/numpy/core/ > multiarray.so" failed with exit status 1 > > > -gideon Cheers, Michael > _______________________________________________ > Numpy-discussion mailing list > [EMAIL PROTECTED] > http://projects.scipy.org/mailman/listinfo/numpy-discussion > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
