[MINC-users] MINC 1.5 and 2.0.12

conover Kent.Conover at concordia.ca
Wed Nov 15 13:02:46 EST 2006


Hi All,

When installing MINC 2.0.12 I encountered the following error when  
running './configure' :

checking for library netcdf... no
configure: error: cannot find required library netcdf

Upon "googling" the error message I found:

On Wed, Dec 10, 2003 at 09:08:07PM -0800, siamak Ardekani wrote:
 > Dear Steve,
 >
 > Thank you for the reply. I installed blas/lapack and now the
 > configuration recognize the library. However, now it complains about
 > netcdf library. I used the rpm file provided at
 > http://www.bic.mni.mcgill.ca/software/distribution to install the  
netcdf
 > and MINC.
 >
 >
 > [root at localhost MNI_N3]# rpm -qpl netcdf-3.5.0-linux-2.4-intel.rpm
 > /usr/local/mni/bin
 > /usr/local/mni/bin/ncdump
 > /usr/local/mni/bin/ncgen
 > /usr/local/mni/include
 > /usr/local/mni/include/netcdf.h
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

That's in /usr/local/mni/include, a path not normally searched by
the C compiler.  You need to tell the compiler to look there.

Re-run configure as follows

	./configure --with-build-path=/usr/local/mni --prefix=/usr/local/mni

Cheers,
-Steve


When issuing the revised command I had success:

	./configure --with-build-path=/usr/local/mni --prefix=/usr/local/mni


Perhaps this trick should be included in the INSTALL file?

Regards,

-Kent


On 14-Nov-06, at 11:07 PM, Andrew Janke wrote:

> Hi all,
>
> With thanks to Steve Robbins, MINC 1.5 and 2.0.12 have been released.
>
>    http://packages.bic.mni.mcgill.ca/tgz/minc-1.5.tar.gz
>    http://packages.bic.mni.mcgill.ca/tgz/minc-2.0.12.tar.gz
>
> MINC 1.5 will be the last official release of MINC in the 1.X release
> chain and all efforts for development in the future will be focused on
> MNC 2.X
>
> The main things that are different between 1.4 and 1.5 are number of
> bug fixes that have been identified over the past year or so in MINC
> 1.4 as part of the shift to MINC 2.0.
>
> I will get to building binary packages in the next few weeks, for
> various platforms.
>
> -- 
> Andrew Janke   (a.janke at gmail.com || http://a.janke.googlepages.com/)
> Canada->Montreal                                   Cell: +1 (514)  
> 924 2012
> _______________________________________________
> MINC-users at bic.mni.mcgill.ca
> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users
>



More information about the MINC-users mailing list