From: "Stefan Viljoen" Newsgroups: comp.os.msdos.djgpp Subject: Re: Too many object files! Date: Fri, 12 Nov 1999 19:31:34 +0200 Organization: The South African Internet Exchange Lines: 32 Message-ID: <80ipfs$4j$1@ctb-nnrp1.saix.net> References: <80gvgp$l3o$1 AT baker DOT cc DOT tut DOT fi> NNTP-Posting-Host: pc36-01-p58.nt.saix.net X-Trace: ctb-nnrp1.saix.net 942467388 147 155.239.194.58 (13 Nov 1999 04:29:48 GMT) X-Complaints-To: abuse AT saix DOT net NNTP-Posting-Date: 13 Nov 1999 04:29:48 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Forsberg Sakari wrote in message news: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? > > 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. You need to use the make.exe facility - this can circumvent the dos 127 character command string limitation. -- This message courtesy of RylanNet rylan AT intekom DOT co DOT za http://home.intekom.com/rylan/ -- StarWars for ever!.