X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.182.50.170 with SMTP id d10mr23816345obo.48.1434759129070; Fri, 19 Jun 2015 17:12:09 -0700 (PDT) X-Received: by 10.140.95.135 with SMTP id i7mr342547qge.27.1434759128944; Fri, 19 Jun 2015 17:12:08 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 19 Jun 2015 17:12:08 -0700 (PDT) In-Reply-To: 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <65ad24c7-0888-4526-9395-e262f348a021@googlegroups.com> Subject: Re: DJGGP 2.05 upgrade problems. (appologies) From: "RayeR (glaux AT centrum DOT cz)" Injection-Date: Sat, 20 Jun 2015 00:12:08 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2820 Lines: 22 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 Thank you for help. I DL the watt32s-2.2.11-20141202.tar.gz 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 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? And when in config.h is #undef USE_IPV6 /* Include IPv6 dual-stack support */ why is IP6 function compiled?