Date: Mon, 1 May 95 01:53:54 PDT From: hshaw AT mars DOT calstatela DOT edu (E.I.T.) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: new2list Hello all...im a new comer to the list. I wanted to find out 2 things.. 1) if ipgrad my gcc or g++ compiler do i hve to re apply the maint. utils? 2) i have set up djgpp all according to the readmes and such.. In compiling a very simple 1 line g++ code, the compiler just keeps processing, on and on...Granted i on ly have 2 meg or RAm on this thing but i have 14meg of disk space free... the short program: #include void main() { cout << "hello world" << endl; } ...would never seem to finish compiling.. I have go32 env. set to topline so i can see the numbers just runing along.. but i havent had the patience to acutally wait if it actually finished compiling..After about 40 mins.. i gave up... Any suggestions? Thanks! terrelle