Date: Fri, 11 Feb 94 07:09:18 MST From: ghgreene AT nyx10 DOT cs DOT du DOT edu (Greg Greene) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: simple make problem >bc> From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) > >> gcc -o learn main.o numbers.o verbs.o sentences.o -lpc >> c:/djgcc/bin/ld.exe: Can't open gcc > >bc> Perhaps something getting confused by the fact that >bc> sentences is 9 characters long, one too many for a FAT >bc> system? > >No, djgpp works very fine with too long filenames. Try running with gcc >-v ... > >I suspect that the environment variables don't have been set correctly >so the library libgcc.a is not found. > No, since I can remove one of the .o files and it works fine. Using gcc -v shows that all the paths are correct - as a matter of fact, the line looks fine. I'm guessing that the problem has something to do with the maximum line size in DOS but since nobody else apparently has this problem, I'm not sure. Greg Greene