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=xR4IciJCDZ0FDBq0bEz6tT2T9Dire29VHgqmuhjvXeQ=; b=POREhCblIw9TyBlz9Ir94fBt4ATjZiPHf0GAKhKQk6ccDLRCw8EaPGAOdsRm9MpuY9 9QbCnckh4nPbk7IyqTqmPTaLznAFGJF0G+b8kfoMNalvCxfYq9BAnEi8my+OA27jCOdH MtWI6E979q0TbBmSk3Pa2oqzYSWQgQLxB+cl8= MIME-Version: 1.0 In-Reply-To: <65da0e3d-29ea-46ae-b23d-ae08652594aa@a17g2000yqj.googlegroups.com> 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> Date: Wed, 26 Oct 2011 10:56:25 +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 p9Q8Qv8l024553 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 Wed, Oct 26, 2011 at 5:48 AM, RayeR wrote: >> BTW, is the issue with 2.03 or 2.04?  IIRC, 2.04 had fix applied for this. > > I use djgpp 2.04 from official delorie site dir beta but time.h is > pretty old: 16.2.2003, size: 2859B > djdev204.zip            30-Nov-2003 15:01   2.1M > > Compiling options for x264 are: > -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse - > std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -fno-zero- > initialized-in-bss > > You mention that its problem of new gcc and inline and already that > there's a fix. > > Is there available newer djdev binary package including fixes? > Or what/where I should download some new fixed, but not too hot - > quite stable, version to compile? Try my own build if you want: http://uhexen2.sf.net/tmp/dj204/ Those I cross-built quickly on an x86_64-linux using gcc-3.4.6 and ran the mkdist script to generate the zips. djgpp stuff is a CVS snapshot from 2011-10-02, stable for me, original source tarball is there too. > > -- O.S.