This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't install netCDF4


On 11/29/2011 3:30 PM, Edvardsen Kåre wrote:
So, I followed the more detailed (but not so intuitive) descriptions for
installing all hdf5, netcdf-4, and netCDF4, latest stable versions. Now,
I bump into a different problem which seem to be related to libcurl
(errorlog.txt attached). Can't quite figure out what's wrong, but I
guess whatever libcurl-related packages I've installed that comes with
cygwin is not enough?

the package is called libcurl-devel



Regards, Kåre


for the netcdf-4.1.1 cygwin package, the configuration was

configure  --enable-shared \
           --enable-netcdf4 \
           --enable-cxx-4 \
           lt_cv_deplibs_check_method=pass_all \
           LDFLAGS=-no-undefined

probably the missing "LDFLAGS=-no-undefined" is your problem,
it is a very typical issue when porting package to cygwin.


Regards Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]