X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.52.243.10 with SMTP id wu10mr23548345vdc.9.1434759953012; Fri, 19 Jun 2015 17:25:53 -0700 (PDT) X-Received: by 10.140.95.135 with SMTP id i7mr342839qge.27.1434759952952; Fri, 19 Jun 2015 17:25:52 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 19 Jun 2015 17:25:52 -0700 (PDT) In-Reply-To: <65ad24c7-0888-4526-9395-e262f348a021@googlegroups.com> 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> <65ad24c7-0888-4526-9395-e262f348a021 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2ccaf2dc-cfe7-4105-967c-9dc904181816@googlegroups.com> Subject: Re: DJGGP 2.05 upgrade problems. (appologies) From: "RayeR (glaux AT centrum DOT cz)" Injection-Date: Sat, 20 Jun 2015 00:25:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2412 X-Received-Body-CRC: 1550440344 Bytes: 2655 Lines: 15 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 Well I fixed the problem by adding proper #ifdef around IPV6 function in pcconfig.c line 150 #if defined(USE_IPV6) FUNC_TO_W32CALL (ReadHosts6File) #endif line 808 #if defined(USE_IPV6) { "HOSTS6", ARG_FUNC, (void*)_ReadHosts6File }, #endif And now it linked successfully. BTW the wattcp uset in Q2DOS have enabled #define USE_BSD_API /* Include BSD-sockets */ // FS: Libcurl needs this in config.h because of curl so I enabled it in your config too.