X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.137.68 with SMTP id v4mr2829719qat.1.1376655814877; Fri, 16 Aug 2013 05:23:34 -0700 (PDT) X-Received: by 10.49.70.170 with SMTP id n10mr2425qeu.22.1376655814857; Fri, 16 Aug 2013 05:23:34 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 16 Aug 2013 05:23:34 -0700 (PDT) In-Reply-To: <4e739f50-047e-4408-afb9-c4e27643acae@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.24.106.115; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.24.106.115 References: <6f75dbb3-c943-4c0b-8c08-c166f9ba0061 AT googlegroups DOT com> <4e739f50-047e-4408-afb9-c4e27643acae AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <75553ccb-0f10-4b63-9afa-08eb863b80ce@googlegroups.com> Subject: Re: strange bug? in DJDEV 2.04 CVS (20-07-2013) that breaks FFMPEG but it compiles OK. From: RayeR Injection-Date: Fri, 16 Aug 2013 12:23:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1795 Bytes: 2005 Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r7GCj2NM027117 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 > The -gdwarf-2 flag is an gcc 4.8.N issue. OK, I readed the thread about it. > Have you configured for some particular processor? Uh oh, I have no idea what/why this bug. I didn't specified any cpu releated things during configure. I olny later disabled all SSE/AVX that caused crash due to some bad alignment of asm modules so asm opts. should be mostly off. And I added -march=i686 to cflags...