Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!seismo!uunet!samsung!caen!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian K. W. Hook) Newsgroups: comp.os.msdos.programmer Subject: Re: RAM Disk Problem with TC++ Message-ID: <26608@uflorida.cis.ufl.EDU> Date: 31 Jan 91 23:10:03 GMT References: <4662@altos86.Altos.COM> Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 20 In article <4662@altos86.Altos.COM> jerry@altos86.Altos.COM (Jerry Gardner) writes: > >halfway through the compilation. There is plenty of room on the RAM >disk for the object files, and the compiler is swapping to the hard >disk. It always hangs at exactly the same place in the source and the ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I was having a major problem with this using TC 1.00. It seemed that the .PRJ file was becoming corrupted over time and that this would in effect cause it to lock up in the same location over and over. You did not state whether you could compile without the ram disk, whether you had the -Qx (Options--extended memory on) option in use, or whether you were using TC or TCC. Are you using MAKE? A .BAT file? This information would be helpful. Anyway, if you are using a .PRJ file and it locks all the time, delete your .PRJ file and rebuild it. Then do a complete rebuild of all your source. That should work, IF it is your problem. Brian