This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> Hi everybody, > I am trying to install netcdf in my pc wich runs ubuntu 6.06. It got error > when i tried to run ./configure. Seens to be about c compiler . could someone > helps me? > Thanks > P.S I am seding my config.log > > > > > > _______________________________________________________ > Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. > Registre seu aparelho agora! > http://br.mobile.yahoo.com/mailalertas/ > > > configure:1686: cc conftest.c >&5 /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status configure:1689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "netCDF" | #define PACKAGE_TARNAME "netcdf" | #define PACKAGE_VERSION "3.6.1" | #define PACKAGE_STRING "netCDF 3.6.1" | #define PACKAGE_BUGREPORT "address@hidden" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } As you can see above, your C compiler cannot build this simple C program. Until you can get your C compiler working, you can't build netCDF! Ed Ticket Details =================== Ticket ID: ATF-493877 Department: Support netCDF Priority: High Status: Open