X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP from clio.rice.edu for Windows 2000 Date: 7 Mar 2002 14:08:19 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 13 Message-ID: References: <3c84dfb6$0$4080$9b622d9e AT news DOT freenet DOT de> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Randy Davis (srdavis AT topher DOT net) wrote: : I have not used any switches when starting up rhide, nor have I checked the : 'make' which I will do tonite. I have compiled with the following .bat file : and it works great. Generates a good executable, etc.: : gcc -g -c %1.cpp -o %1.o : gcc -o %1.exe %1.o -lstdcxx But not as good as you usually want. Turn on the optimisation (-O2)! Right, MartinS