Hi John, On Mon, Nov 24, 2014 at 10:28 PM, John Kim wrote: > Hi, > > I have a C program that uses a custom Fortran library and the netCDF > API. I'm trying to link the C and Fortran object files with the Cygwin > netCDF 4.3.1.1. library, like this: > > gfortran *.o libfortran.a -L"/cygdrive/c/Program Files (x86)/netCDF > 4.3.1.1/lib" -lnetcdf
That sounds like you are trying to link against a non-Cygwin netCDF. If the "/cygdrive/c/Program Files (x86)/netCDF 4.3.1.1/lib" contains .lib files and not .a files, that is most likely your problem. Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- 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