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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8MCC7KlVQoKYescTiSD4GHS6vV/o081W4ms3xYX9ZTw=; b=xFRlc+tEnW8BPPgOgGin/befiSJLnsH5+ch9w3vt/N90srA/Fvz1EvcmItgeJPjrCE ga+S/wFBu7olpCChDyd7EsRlNAF14SeQNxR15hi0+RpMleKCRF+PrGHDiY9jussb9TVa sy51hwmPH8psHndUI7j17+b/DorZct1md/WhWK3hmNEq7NITiJedmz6Uk3jPlkpYv++y KDGizOfZyaRIGALp6S4XsFs+uDppvSgk3qPsUW5rBDZhlpXpm+CJVciSMAdBMovgUPPg JjJZCkwZBHZMW3gvMuipMcshtkyfZVMU1/QYQFjzx4VN4ap357ywqbvxmCvAxNX8EQvG 3t/g== MIME-Version: 1.0 X-Received: by 10.42.205.132 with SMTP id fq4mr15660225icb.33.1434779611079; Fri, 19 Jun 2015 22:53:31 -0700 (PDT) In-Reply-To: <5584B697.60303@gmail.com> 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> Date: Sat, 20 Jun 2015 08:53:31 +0300 Message-ID: Subject: Re: DJGGP 2.05 upgrade problems. (appologies) From: "Ozkan Sezer (sezeroz AT gmail DOT com)" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 6/20/15, Frank Sapone (emoaddict15 AT gmail DOT com) wrote: > I recently took your solution to fixing the watt32 sys/cdefs.h file and > it was building properly (the version publically available on watt32 site). > > Like you mentioned, you have to use gcc 4 as 5 has issues with multiple > extern defines. > After that, and using Ozkan's solution of changing ioctl to ioctlsockets Also if you are using select(), remember to replace it with select_s() > q2dos will now build properly in 2.05 with GCC 4.84. > Is there a specific reason that you guys using gcc4 or gcc5? I am still happy with gcc-3.4.6...