Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

New links for DOS. (Announce)

posted by rr Homepage E-mail, Berlin, Germany, 16.01.2024, 23:31

> Wow... PAQ8o8z compressed "lite" to under a MB
> I'm going to experiment with the PAQ family of compressors :-)
>
> "links-2.20-lite.exe" doesn't have HTTPS/SSL support... ?
>
> However, I was viewing the following "HTTPS" pages with this program,
> without any problem:
>
> https://www.lemonde.fr
>
> https://www.thetimes.co.uk
>
> https://www.corriere.it
>
> https://www.faz.net
>
> https://www.nytimes.com
>
> https://www.lanacion.com.ar
>
>
> In a quick search, I did not find any official document that explains the
> limitations of the "lite" version of Links.
>
> I would like to find out the true difference between both versions of the
> program.

File links-2.29/mk-dos reads:
#!/bin/sh
if [ "$1" = dbg ]; then
        CFLAGS="-fgnu89-inline -O0 -g -Wall"
        export CFLAGS
        ./configure --enable-debuglevel --enable-graphics --without-ipv6
elif [ "$1" = lite ]; then
        CFLAGS="-fgnu89-inline -march=i386 -Os -fomit-frame-pointer -Wall -Wextra -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations"
        export CFLAGS
        ./configure --disable-graphics --without-lzma --without-lzip --without-brotli --without-ipv6
else
        CFLAGS="-fgnu89-inline -march=i386 -mtune=pentium -O2 -fomit-frame-pointer -frename-registers -fweb -Wall -Wextra -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations"
        export CFLAGS
        ./configure --enable-graphics --without-ipv6
fi


So, the "lite" version does indeed not disable SSL support, but graphics and some compression algorithms.

---
Forum admin

 

Complete thread:

Back to the forum
Board view  Mix view
22030 Postings in 2032 Threads, 395 registered users, 12 users online (0 registered, 12 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum