X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.43.159.1 with SMTP id lw1mr14455041icc.9.1434731170057; Fri, 19 Jun 2015 09:26:10 -0700 (PDT) X-Received: by 10.140.18.194 with SMTP id 60mr318371qgf.12.1434731169927; Fri, 19 Jun 2015 09:26:09 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 19 Jun 2015 09:26:09 -0700 (PDT) In-Reply-To: <20150618-004800.313.0@Your-Name-Here.News> 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: <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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: DJGGP 2.05 upgrade problems. (appologies) From: "RayeR (glaux AT centrum DOT cz)" Injection-Date: Fri, 19 Jun 2015 16:26:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 3100 Lines: 20 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 t5JGj25V009436 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 Sadly I can only confirm the issues with djdev 2.05 and wattcp, after some night hours of rebuilding quake2dos and wattcp I didn't find working solution. I use GCC 4.8.4 with latest djdev 2.05, binutils, fileutils, etc. from the ftp/beta. I tried to use my 2-yeard old wattcp build (on djgpp 2.04, gcc 4.7.3) and it linked with q2dos without problems and visible conflicts but the binary doesn't fully work - it can get a list of game servers but then I cannot connect to any dus to ioctl ERROR: http://rayer.g6.cz/1tmp/quake2tcp.png The utilities like ping or trace bundled with wattcp works fine. Then I reconfigured and rebuild wattcp and rebuild q2dos but nothing changed. then I tried wattcp package from ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/ used the library and also rebuild it and stiull the same problem. I know that wattcp cannot be mixed between 2.03 and 2.04 system due to different djgpp.err definitions of errcodes and maybe else but I just tried to link with wattcp build from djdev 2.03 and also didn't worked. If both wattcp and qdos is compiled with 2.03 it works. So the problem must be somewhere else... Please can somebody else try to compile a different project using wattcp and djdev 2.05, e.g. links browser?