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=OpbgQTZpPUIdx1ujWOEO0cYlaKNjbpMGaFwXeOCXorw=; b=F7inzrzR6xKDZi/I7ABCDvzew6ribUAzuhjIpRkJxVEfYR6pmuLye6QQ66N4x1X5Ac ZRt74yHtrrAbI+Kd4bsxeztu415AHhlGzopOJ+RASF18nDjoViW65t00zsKGRl46Xj3d BckdhAnneLj271H+xhiqqgI4ouLiyPhu0lEsAnpB/MkijDejy+TEZrJSvL/guNNOsa5r zvigYCPA1LtQ+klT6l5tLAR3B+/aIB+tAw6ZN9q2d99xP4GWf8I663s9z5MCPugAMEzz fQ7EpHtWGrQj1kQkvZtCbvsQtywtSCrRpi3l9i6Azoi9yj8bq7oG5i+dSZEdJ3vmcoLy 1d4Q== MIME-Version: 1.0 X-Received: by 10.107.169.21 with SMTP id s21mr26536406ioe.74.1434778682540; Fri, 19 Jun 2015 22:38:02 -0700 (PDT) In-Reply-To: <65ad24c7-0888-4526-9395-e262f348a021@googlegroups.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> Date: Sat, 20 Jun 2015 08:38:02 +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, RayeR (glaux AT centrum DOT cz) wrote: > Thank you for help. > I DL the watt32s-2.2.11-20141202.tar.gz Remember that that one is watt32-2.2.11-beta (I works, though) I still use a modified 2.2.10 (which is watt_src.tar.gz on my site) > unpacked and ran configur.bat > I checked that syserr.c and djgpp.err was generated, so I run make and buuld > the libwatt.a [1495960B] > I clean Q2DOS and build again but at the end I got linking error: > > wattcp/lib/libwatt.a(pcconfig.o): In function `ReadHosts6File': > h:/source/wattcp/src/pcconfig.c:150: undefined reference to > `_w32_ReadHosts6File > ' > collect2.exe: error: ld returned 1 exit status > makeo2a.frank:163: recipe for target 'q2.exe' failed > make.exe: *** [q2.exe] Error 1 > There are some diff files in that tarball taht fixes compilation, you need to apply them > I can see that in get_xby.h is defined > #define ReadHosts6File W32_NAMESPACE (ReadHosts6File) > W32_FUNC void W32_CALL ReadHosts6File (const char *fname); > and pccconfig.c: > FUNC_TO_W32CALL (ReadHosts6File) > > why W32 prefix? The library wants to keep the namespace clean > And when in config.h is > #undef USE_IPV6 /* Include IPv6 dual-stack support */ > why is IP6 function compiled? > That's my own config where I don't need IPV6: quake2 or hexen2 net code doesn't do IPV6, that's why