[MINC-users] problem MINC + fedora

Steve M. Robbins steven.robbins@videotron.ca
Mon Feb 14 08:25:04 2005


On Mon, Feb 14, 2005 at 08:03:05AM -0500, Maxime Descoteaux wrote:
> Hi,
> 
> I have just installed with success the NetCDF and MINC rpm's on a Fedora
> OS.  However, when I try to recompile my program that use to run at the
> MNI I get the following error:
> 
> /usr/local/mni/lib/libnetcdf.a(string.o)(.text+0x62): In function
> `NC_check_name':
> : undefined reference to `__ctype_b'
> 
> Any ideas?

My recollection is that it means your libnetcdf.a is built with a
different C library than you currently have.  I expect the
problem will go away if you rebuild NetCDF from source.  You might
have to do the same with MINC, too.

-Steve