Re: crt1.c

1998-03-04 Thread C.J.LAWSON
If I remember clearly, the file you allude to crt1.o must necessarily exist for gcc to function properly. I once did a "find .. '*.o' -exec rm \{} \; ..." to clean my system and found myself in hot water when I tried to exec gcc. I was pretty new to Linux then and had to go a-begging the chap upsta

Re: crt1.c

1998-03-04 Thread Bill Leach
This is just a bit of guessing here. It sounds like your messages have to do with trying to compile crt1.o. However, there are lots of other possibilties. It could be that the makefile uses command/syntax not recognized by GNUmake Do you know what the function of crt1.o is? It is possible that