X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.43.69.83 with SMTP id yb19mr16157933icb.32.1434762971688; Fri, 19 Jun 2015 18:16:11 -0700 (PDT) X-Received: by 10.140.47.68 with SMTP id l62mr21817qga.42.1434762970511; Fri, 19 Jun 2015 18:16:10 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 19 Jun 2015 18:16:10 -0700 (PDT) In-Reply-To: <5584B697.60303@gmail.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.45.215.78; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 78.45.215.78 References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> <557739E0 DOT 6070608 AT gmail DOT com> <55775E64 DOT 2090901 AT gmail DOT com> <5579ED42 DOT 6070309 AT gmail DOT com> <5579FE8D DOT 3080501 AT gmail DOT com> <557B436F DOT 1050101 AT gmx DOT de> <779efaf6-8ebf-4f2a-a526-a2773e3909b4 AT googlegroups DOT com> <4131b54f-b34d-4a84-ada6-3443ed9efce9 AT googlegroups DOT com> <20150618-004800 DOT 313 DOT 0 AT Your-Name-Here DOT News> <65ad24c7-0888-4526-9395-e262f348a021 AT googlegroups DOT com> <5584B697 DOT 60303 AT gmail DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <073e9ce1-d1a5-4b89-8a84-447e013d021c@googlegroups.com> Subject: Re: DJGGP 2.05 upgrade problems. (appologies) From: "RayeR (glaux AT centrum DOT cz)" Injection-Date: Sat, 20 Jun 2015 01:16:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2235 Lines: 3 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 > Like you mentioned, you have to use gcc 4 as 5 has issues with multiple > extern defines. I guess it could be cured by adding some -std=gnu99 to CFLAGS or how it is correct to properly interpret inline functions as gcc 5.x needs __inline__ __attribute__ ((__gnu_inline__))