netcdf on os X?
Apr. 11th, 2010 12:08 pmI don't suppose anyone on my friends list has installed netcdf on OS X? I keep getting errors like
"ranlib: archive member: .libs/libnetcdff.a(netcdf.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match)"
when calling the make command... (configuring seems to have worked right after finding that I had to set FFLAGS=-m64)
"ranlib: archive member: .libs/libnetcdff.a(netcdf.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match)"
when calling the make command... (configuring seems to have worked right after finding that I had to set FFLAGS=-m64)
no subject
Date: 2010-04-12 09:23 pm (UTC)Or possibly you're trying to link x86 and x64 code, or PPC and Intel code. In that case you might erase everything and start from scratch with the correct FFLAGS setting to see if configure left droppings from configuring without it. (To be less extreme, make clean first and see if that helps, unless the build time is really long.)