#gnu C++ problems
22-Feb-95 16:01:20
Sb: #45699-#gnu C++ problems
Fm: Daniel J. Wolfson 74673,1401
To: Guillemain Geraud 100257,3571
I did follow the Readme directions. I am trying to compile the infamous "hello
world" program (should be easy, no?). First, it complained that it couldn't
find my stdio.h file. I discovered that this header file isn't included in the
gnu distribution. I then loaded it stdio.h from an old Lattice compiler that I
have. It sees this but complained about parsing certain lines in the header
file (Lattice C didn't complain about it!). Anyway, I modified the header file
so that gcc C didn't complain (by deleting some spaces in some lines). I now
get the following message when I try to compile:
ld: No such file or directory for crt0.o
I have absolutely no idea what that means. Any ideas?
thanks
Dan Wolfson