Date: Sat, 27 Feb 93 12:24:04 -0600 From: rcharif AT math DOT utexas DOT edu Posted-Date: Sat, 27 Feb 93 12:24:04 -0600 To: u7711501 AT bicmos DOT ee DOT nctu DOT edu DOT tw Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re : Build gcc 2.3.3 on pc Reply-To: rcharif AT math DOT utexas DOT edu Hi, I got gcc 2.3.3 from net and transfer it to my pc. I use djgpp to compile it with no problem. The compilers are bigger than those in djgpp package. The compiler i probably compiled with the -g option. Either edit the Makefile to remove -g (replace it with -O if it is not by default) or strip it with "strip +strip-all file_to_strip" By the way, Should I build libgcc2, too ? How can I build libgcc1 with 'native' C compiler ? Don't bother, DJ did that already. Just ignore that message. Regards, Rami