out of date file!

R1ck5P

Registered
HI,

I'M trying to install ScientificPython on my computer and I type make install, I've got a nice log with something like:

[...]

running build_ext
building 'Scientific_netcdf' extension
skipping Src/Scientific_netcdf.c (build/temp.darwin-5.3-Power Macintosh-2.1/Scientific_netcdf.o up-to-date)
gcc -bundle -undefined suppress -flat_namespace build/temp.darwin-5.3-Power Macintosh-2.1/Scientific_netcdf.o -L/usr/local/lib -lnetcdf -o build/lib.darwin-5.3-Power Macintosh-2.1/Scientific/darwin1/Scientific_netcdf.so
/usr/bin/ld: table of contents for archive: /usr/local/lib/libnetcdf.a is out of date; rerun ranlib(1) (can't load from it)
error: command 'gcc' failed with exit status 1

[...]

so, how can I "rerun ranlib" ?

Thankx for your help
r1ck5p
 
First question: Do you have the newest Dev. Tools?

/usr/bin/ld: table of contents for archive: /usr/local/lib/libnetcdf.a is out of date; rerun ranlib(1) (can't load from it)
error: command 'gcc' failed with exit status 1

The first line here says that "libnetcdf.a" is out of date. This is causing the error. I would check this lib. I'm no programming expert, but this should give you some place to look.

Good Luck.:)
SA
 
Back
Top