X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <52894CF0.6030201@gmx.de> Date: Mon, 18 Nov 2013 00:10:40 +0100 From: Juan Manuel Guerrero User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: missing files at start of ./configure References: <921a79c9-9c3a-4823-9d68-bc644d63b96f AT googlegroups DOT com><834n7wczcq DOT fsf AT gnu DOT org> <84031e02-6a84-4359-b3e5-e71d005bef7d AT googlegroups DOT com> In-Reply-To: <84031e02-6a84-4359-b3e5-e71d005bef7d@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:e0Gn0MeAKU9sk0LC4j/jOjJY8kEtfG8GJqho9vF83jS0r4QLPi3 ZrCeR+oGizQcArAM2ti1bDsVSSUI354olur6aes2J+3/qWjVq3uYyxcwmOVdNVUjpkbp1Qa GvzjoXC7oeuhSRziocZd5jV43FXB4u55zod9nw5z+bNCWl2PhfP4AI5nVNrQanMPgr2Huta b5jCsDgzo/T+P0vOfQBPg== Reply-To: djgpp AT delorie DOT com Am 16.11.2013 03:43, schrieb rugxulo AT gmail DOT com: > Hi, > > On Friday, November 1, 2013 6:32:43 AM UTC-5, Gisle Vanem wrote: >> "Ozkan Sezer" wrote: >> >>>> Likewise: install the libraries in c:\djgpp\lib and remove this >>>> setting. Both C_INCLUDE_PATH and LIBRARY_PATH might interfere with >>>> normal DJGPP operation. >>> He needs them for Watt-32 library >>> http://home.broadpark.no/~gvanem/ >> I've changed my ISP now, so that link will be dead in a few >> weeks. Therefore I've bought cheap hosting at www.one.com. The >> project is now at http://www.watt-32.net. >> >> I know there has been no official update in ~6 years. But >> that could change. > I've not recompiled Links myself (no major need, no packet driver > except under VirtualBox), but IIRC that is what the OP is trying > to build: > > http://artax.karlin.mff.cuni.cz/~mikulas/links-dos/ > > That build is dated from early September, but in late October he > (Mikulas?) added an "all-packages/" subdir with all necessary > DJGPP packages. > > BTW, just FYI, as reported by iw2evk (Sep. 2) on BTTR, basically quoting > Mikulas: > > http://www.bttr-software.de/forum/board_entry.php?id=12993#p12993 > > "* I fixed some bugs in WATTCP (a bug in CPU detection code that causes > crash on 486 and a bug in getaddrinfo). I placed the patched WATTCP and > recompiled OpenSSL to the directory with Links, use them instead of > official DJGPP packages in case you want to recompile Links." > > You (or someone) may wish to take a look at the changes. They have configured and compiled the port (wat3222s.zip) using DJGPP-204. I have inspected the changes. They are documented in the patch below. If they are useful and if they should be committed to the watt code must be decided by Gisle Vanem. I have no knowledge about how to detect 486 cpus. Regards, Juan M. Guerrero --- cpumodel.s 2013-11-17 23:42:52 +0100 +++ cpumodel.s.links-2.8 2013-11-17 23:42:08 +0100 @@ -200,14 +200,10 @@ is486x: n6x86: setCx86 ($0xC3, %cx) /* Restore old CCR3 */ sti ncyrix: - popfl /* restore original EFLAGS */ - call check_x87 - popl %ebx - jmp end_CheckCpuType is386: popfl /* restore original EFLAGS */ call check_x87