X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=TmTg13MUnazg034qy2jymT/rechVQlUHUGfTlonAcXE=; b=o6Jv88G0+fVRdkEXMeUfD6L0j7YW6H4WtD8nfh4v3xLktmzWOpga0LHzaqGiyILSm+ 7sJGj3bOhNeap6ha0h4i6nyX2kiSmnZMt3SWMhzVJLEBTEZYZQAkoa/46wArgDmrkNjx S6Af/WCVo0Dp5QxYp8peZ9D0ZWoi8fMe92r7XfLfqbDIDzKQrtHpiywiMZkmhYdjgQ/e iqXXKN+u854zrtoUBNOMwNnz//yXIdcXNYT+OzOPWSz90Nm/el3Yzgo6BhHZ+ANVqlIe XKbqb7Y/oOndpxpxyjDd3ITL5znUb/qi5trdF4jMXnmWDylTNlRBRPK8W8G8LwrmSJzJ LD4g== X-Received: by 10.13.227.134 with SMTP id m128mr23721738ywe.131.1434770942703; Fri, 19 Jun 2015 20:29:02 -0700 (PDT) Message-ID: <5584DDFD.40605@gmail.com> Date: Fri, 19 Jun 2015 23:29:01 -0400 From: "Frank Sapone (emoaddict15 AT gmail DOT com)" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGGP 2.05 upgrade problems. (appologies) 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> <073e9ce1-d1a5-4b89-8a84-447e013d021c AT googlegroups DOT com> In-Reply-To: <073e9ce1-d1a5-4b89-8a84-447e013d021c@googlegroups.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Also, I don't think this is the proper place for discussing development of Q2DOS. I've created an issue tracker with a specific issue # for discussing the rest of this. Please redirect future discussion to https://bitbucket.org/neozeed/q2dos/issue/1/upgrading-to-djgpp-205 Apologies to the DJGPP dev team, Frank On 6/19/2015 9:16 PM, RayeR (glaux AT centrum DOT cz) wrote: >> 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__))