Xref: news2.mv.net comp.os.msdos.djgpp:7818 From: "Ryan Boyes" Newsgroups: comp.os.msdos.djgpp Subject: lots of disk access when linking? Date: Wed, 21 Aug 1996 10:13:02 +1000 Organization: Boyz and Girlz Lines: 15 Message-ID: <01bb8ef5.847655a0$06020690@cam.utas.edu.au> NNTP-Posting-Host: annex3-nhm-6.its.utas.edu.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Whenever I compile and link any source(usually from rhide) there is a lot of accessing the HD. The classic "Hello World" source takes up to two minutes to compile and link. Isn't this a bit long? Also, the available memory, in the top right hand corner of the IDE does not change during the compile/link process (should it?). This suggests that the process is relying exclusively on the TMPDIR that is set in my autoexec.bat. Is there an option for gcc that I should set to get gcc to utilize my 16Mb of ram? I am very much a newbie at this so any help would be greatly appreciated. Thanks in advance, Ryan