From: sl AT psycode DOT com DOT REMOVE_THIS Newsgroups: comp.os.msdos.djgpp Subject: RHIDE, commandline-line and linking Date: 5 Aug 1998 03:20:54 GMT Organization: http://www.supernews.com, The World's Usenet: Discussions Start Here Lines: 12 Message-ID: NNTP-Posting-Host: 205.205.119.61 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, Would one run into problems if he links the final executable (dummy.exe for example) with 20 or 30 individual library files? This is a very realistic case (having so many library files to link into the final executable) and we could ever take this example up to 100 library files. Does RHIDE run into problems properly linking this at some point and time? Is there any way to overcome this error WITHOUT using makefiles? Is it possible to "partially link" using one run and continue the linking with more libraries in a 2nd and/or 3rd run? Gili