[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #ATF-493877]: c compiler



> 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