netcdf on os X?

Apr 11, 2010 12:08

I don't suppose anyone on my friends list has installed netcdf on OS X? I keep getting errors like ( Read more... )

Leave a comment

Comments 1

fredrickegerman April 12 2010, 21:23:11 UTC
I haven't, but it sounds like you're using a Unix-style makefile on a Mac. OS X does shared libraries differently.

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.)

Reply


Leave a comment

Up