> Hi all, > > I can't get gcc to compile anything but egcc can. Example: > > /* hello world */ > #include <stdio.h> > int main(void) > { > printf("Hello world!\n"); > return 0; > } > /* end hello world */ > > tcsh% gcc -o hello hello.c > /usr/lib/crt1.o(.text+0xe): undefined reference to `__libc_init_first' > /usr/lib/crt1.o(.text+0x18): undefined reference to `_environ' > > tcsh% egcc -o hello hello.c > tcsh% hello > Hello world! > Ack...hit the wrong key before I was done....sorry.
I should mention I have the following installed(from dpkg -l): ii gcc 2.7.2.3-4.5 The GNU C compiler. ii cpp 2.7.2.3-4.5 The GNU C preprocessor. ii egcc 2.90.28-0.1 The GNU (egcs) C compiler. ii libc6 2.0.7pre3-1 The GNU C library version 2 (run-time files) ii libc6-dev 2.0.7pre3-1 The GNU C library version 2 (development fil Thanks for any pointers, Brian -- Mechanical Engineering [EMAIL PROTECTED] Purdue University http://www.ecn.purdue.edu/~servis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]