X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: simnav AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Please help me compiling GCC/GPP 4.1.2 Date: 14 Apr 2007 09:42:13 -0700 Organization: http://groups.google.com Lines: 29 Message-ID: <1176568933.082780.248870@l77g2000hsb.googlegroups.com> References: <1176555710 DOT 806593 DOT 33680 AT q75g2000hsh DOT googlegroups DOT com> <4620DC83 DOT 2020905 AT iki DOT fi> NNTP-Posting-Host: 84.223.179.100 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1176568933 1286 127.0.0.1 (14 Apr 2007 16:42:13 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 14 Apr 2007 16:42:13 +0000 (UTC) In-Reply-To: <4620DC83.2020905@iki.fi> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: l77g2000hsb.googlegroups.com; posting-host=84.223.179.100; posting-account=rJqH6A0AAADn24l60w-jp4A6NuOfth4S To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 14 Apr, 15:52, Andris Pavenis wrote: > sim DOT DOT DOT AT gmail DOT com kirjoitti: Thank you very much for the speedy response ! > Makefile is generated from Makefile.in when configuring sources. > There is script djconfig.sh for configuring sources in the same directory > as djmake.sh. There is also script djbuild.sh there which performs all steps > up to building binary packets (edit target name in djconfig.sh if needed, > before running it). I myself am lazy and use it (djbuild.sh). I suspected this... but I've executed djconfig.sh yet but no Makefile has been created; configuration process tell me : is this caused by I've gcc 4.1.2 binaries already installed ? Have I to use a previous version of gcc to compile the last ? > Target should not be a problem at least for C. The defaults > with the current build is -march=i386 -mtune=i586 (code should > run on i386 and higher, but is optimized for i586 by default). > One can override these settings using command line options. > C++ standard library is another story and the binary version in > gpp412b.zip is compatible with processors beginning with i486. Uhm... so I really need to rebuild for i386 gpp only: I've correctly understood it ? Thanks again. Simone Navari