X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4EA8D10E.8030200@iki.fi> Date: Thu, 27 Oct 2011 06:33:34 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: _rdtsc(void) inline function in time.h - cause problem with multiple definition during linking References: <4ce51722-c2fd-4fe0-8cb9-ebae498c3271 AT r1g2000yqm DOT googlegroups DOT com> <83k47tc9u2 DOT fsf AT gnu DOT org> <65da0e3d-29ea-46ae-b23d-ae08652594aa AT a17g2000yqj DOT googlegroups DOT com> <0a80c084-8135-4c4d-a25c-b56f3eb41e36 AT y36g2000yqm DOT googlegroups DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On 10/26/2011 10:53 PM, Ozkan Sezer wrote: >>>> There seems to be some development of djdev but it may >>>> be hidden to other users. >>> >>> Well, yes... >> >> Are there some other unofficial builds or your is the one? >> > > Andris has some packages here: > http://ap1.pp.fi/djgpp/ > http://ap1.pp.fi/djgpp/djdev/ > ... but the djdev packages seem to be a little old as of this writing True. I have not had time to update them. You can try to take create newer ones by: - taking SRPM package from address above - replace DJGPP sources with newer snapshot of DJGPP sources (if You're use timestamp in the archive file name, then You must also edit spec file accordingly) - build RPMs under Linux (You must have earlier djcrx RPM installed also, cross-compiler and cross-binutils RPMs must be installed) Linux distributions like RHEL 5+, CenOS 5+, recent Fedora versions and perhaps other RPM based ones are OK. As the result also DJGPP native binary archives are packaged into one of freshly built RPMs. Andris PS. Now that gcc-4.6.2 is out (not for DJGPP though) may be that I'll try to find a bit time ...