Mail Archives: djgpp/1999/11/12/18:29:31
"Raul Carolus" <carolura AT luther DOT edu> writes:
> Forsberg Sakari <zacu AT cc DOT tut DOT fi> schrieb in im Newsbeitrag:
> 80gvgp$l3o$1 AT baker DOT cc DOT tut DOT fi...
> > Hi!
> >
> > I have about dozen of *.cc files and when I have
> > compiled them to *.o -files I can't link them
> > to .exe file, because there are too many of them
> > and MS-DOS 6.2 acceptes only 127 characters long
> > commands! What should I do?
> >
>
> well, the easiest thing to do would be to combine some of your code files
> into bigger ones. a simple copy/paste should solve your problem.
But wouldn't necessarily be good design.
See FAQ section 16.4 for some options.
The best way to work around this, IMHO, is to write a Makefile. DJGPP
programs can call each other without this limit. Also, make is quite
a good way to control your builds.
If that's not something you want to do, you can use a response file.
This is explained in the FAQ.
--
Nate Eldredge
neldredge AT hmc DOT edu
- Raw text -