Date: Wed, 9 Feb 94 07:19:03 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 > >> gcc -o learn main.o numbers.o verbs.o sentences.o -lpc >> c:/djgcc/bin/ld.exe: Can't open gcc > >Perhaps something getting confused by the fact that sentences is 9 characters >long, one too many for a FAT system? > No, I thought about that and renamed it 'sentence.c'. Also, using 'gcc -v' revealed nothing significant (other than the fact that '-lgcc' was specified twice by gcc). I'm wondering if it has something to do with the maximum number of characters per line allowed by DOS. Greg Greene