On Fr, 2007-11-09 at 11:38 +1000, Colin M Inglis wrote:
your gcc is unable to compile this simple program:
| int
| main () | { | | ; | return 0; | }
Reason:
/usr/bin/ld: can't locate file for: -lcrt1.o
you need the development files for the c runtime library (this is "libc6-dev" here)
--- cut --- GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. --- cut ---