[SciPy-user] installation on fedora core 4

Ryan Krauss ryanlists at gmail.com
Mon Oct 10 14:12:28 EDT 2005


Even after Stephen's symbolic link I am still getting:
error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4
-fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -Ibuild/src
-I/usr/include/python2.4 -c build/src/Lib/interpolate/dfitpackmodule.c
-o build/temp.linux-i686-2.4/build/src/Lib/interpolate/dfitpackmodule.o"
failed with exit status 1

The message starts with:
gcc: build/src/Lib/interpolate/dfitpackmodule.c
build/src/Lib/interpolate/dfitpackmodule.c: In function
'f2py_rout_dfitpack_surfit_smth':
build/src/Lib/interpolate/dfitpackmodule.c:2446: error: invalid
storage class for function 'calc_lwrk1'
build/src/Lib/interpolate/dfitpackmodule.c:2458: error: invalid
storage class for function 'calc_lwrk2'
build/src/Lib/interpolate/dfitpackmodule.c: In function
'f2py_rout_dfitpack_surfit_lsq':
build/src/Lib/interpolate/dfitpackmodule.c:2882: error: invalid
storage class for function 'calc_lwrk1'
build/src/Lib/interpolate/dfitpackmodule.c:2894: error: invalid
storage class for function 'calc_lwrk2'
build/src/Lib/interpolate/dfitpackmodule.c: In function
'f2py_rout_dfitpack_surfit_smth':
build/src/Lib/interpolate/dfitpackmodule.c:2446: error: invalid
storage class for function 'calc_lwrk1'
build/src/Lib/interpolate/dfitpackmodule.c:2458: error: invalid
storage class for function 'calc_lwrk2'

Any other suggestions?

Ryan



On 10/10/05, Stephen Walton <stephen.walton at csun.edu> wrote:
> Ryan Krauss wrote:
>
> >I left out the crucial 3 in my previous post:
> >I have scipy installed and built from source on a fedora core >>3<<
> >installation
> >
> And I think the answer to your question (will it work on FC4) is "no"
> due to both the Python versions (2.3 and 2.4) and the different versions
> of glibc.
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
>




More information about the SciPy-User mailing list