From: Forsberg Sakari Newsgroups: comp.os.msdos.djgpp Subject: Too many object files! Date: 12 Nov 1999 12:00:25 GMT Organization: Tampere University of Technology Lines: 18 Message-ID: <80gvgp$l3o$1@baker.cc.tut.fi> NNTP-Posting-Host: assari.cc.tut.fi X-Trace: baker.cc.tut.fi 942408025 21624 130.230.10.21 (12 Nov 1999 12:00:25 GMT) NNTP-Posting-Date: 12 Nov 1999 12:00:25 GMT User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (OSF1/V4.0 (alpha)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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? for example gxx test.o test2.o test3.o test4.o test5.o test6.o test7.o test8.o test9.o test10.o test11.o test12.o test13.o test14.o test15.o -o test.exe won't work, because dos stripthe command to: gxx test.o test2.o test3.o test4.o test5.o test6.o test7.o test8.o test9.o test10.o test11.o test12.o test13.o test14.o test15. ** Sakari Forsberg zacu AT cc DOT tut DOT fi ** ** Information: finger zacu AT assari DOT cc DOT tut DOT fi **