[MINC-development] can't find netcdf...?

Steve ROBBINS minc-development@bic.mni.mcgill.ca
Tue, 11 Nov 2003 15:18:53 -0500


On Fri, Nov 07, 2003 at 04:13:27PM -0500, Vicka Corey wrote:
> depressingly, minc fails to make.
> 
> ld: Undefined symbols:
> _minc_call_depth
> _minc_trash_var
> _minc_callers_ncopts
> _minc_routine_name
> make[2]: *** [voxeltoworld] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> 
> ...anyone know where these are supposed to come from?  or is it 
> hair-rippin' time again? :)

Those should come from libsrc/minc_globdef.c.

Try this:
	rm libminc.la
	make libminc.la

and send the output.   If you don't see a ranlib invocation, try

	ranlib .libs/libminc.a
	make

Regards,
-Steve