X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=CBC/2wTmvWntuY4O2lA1DIYeeEQ+k0/4KSe4Vriqumo=; b=KW9+DF8Lr6HCyhhvdpDA0h+ejkyTOvl1Y297Qu2e/IxnO0OCSUiy/86r/fKOm4KCzg 25YwrXi/z9DN/b/oBJon92P1oz/ih47rmc9aajh5JvpqE9f/gTVpOZUbovK16QAiz9Np 1LksSIa/7M8bDQESwo/IGrHQcBpvQ05XhF36w= MIME-Version: 1.0 In-Reply-To: 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> Date: Wed, 26 Oct 2011 22:53:31 +0300 Message-ID: Subject: Re: _rdtsc(void) inline function in time.h - cause problem with multiple definition during linking From: Ozkan Sezer To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p9QJraAr009174 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 >> >  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 > BTW what about 64-bit support for working with long files (>4GB)? > IIRC fseeko(), ftello() & co are already there. Grep off64_t in the headers. -- O.S.