Re: [Freedos-user] Dillo Web browser

2020-12-07 Thread Jamie Le Tual
I just realized the importance of setting up a cross compiler on my linux machine while I was unzipping the source for openssl and remembered of the limit of 8.3 filenames :/ On Mon, 7 Dec 2020 at 18:08, Jamie Le Tual wrote: > what was the error when it failed to compile? > > On Mon, 7

Re: [Freedos-user] Dillo Web browser

2020-12-07 Thread Jamie Le Tual
what was the error when it failed to compile? On Mon, 7 Dec 2020 at 18:07, Louis Santillan wrote: > That's one thing that has troubled me about Links2. I've been able to > compile it for Mac and Linux but not DOS. > > On Mon, Dec 7, 2020 at 2:35 PM Jamie Le Tual >

Re: [Freedos-user] Dillo Web browser

2020-12-07 Thread Jamie Le Tual
I would be curious to know which tool chain they used to compile it On Mon, 7 Dec 2020 at 16:26, Jose Senna wrote: > The only Web browsers for DOS with TLS support I > know of are recent versions of Links. > > > > ___ > Freedos-user mailing list > Fre

[Freedos-user] modern ssl

2020-12-06 Thread Jamie Le Tual
Tried grabbing something from an https url and found out that wget uses tls1 :/ Is there a more recent build that uses a version of tls that modern web servers will support? ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.s

Re: [Freedos-user] emacs 26

2020-12-06 Thread Jamie Le Tual
*slaps forehead* Thank you :) On Sun, 6 Dec 2020 at 15:39, Eric Auer wrote: > > > The delorie site seems to be down and I was looking for a copy of real > > emacs for dos. Does anyone have a copy of *em2602ab.zip* they can point > me > > to? > > A quick search for "mirror em2602ab.zip" reveals

[Freedos-user] emacs 26

2020-12-06 Thread Jamie Le Tual
The delorie site seems to be down and I was looking for a copy of real emacs for dos. Does anyone have a copy of *em2602ab.zip* they can point me to? ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/list

Re: [Freedos-user] What do you do with your FreeDos PC?

2020-12-06 Thread Jamie Le Tual
I'm new to this party as well. I'm using it to learn x86 assembler and DOS function calls. just wrote a program in assembler that outputs the version number as reported by dos, all in a slim 87 bytes. Interestingly enough 1.3rc reports the version as 7.10 Still in the midst of setting up a fully e

Re: [Freedos-user] new user with questions

2020-12-05 Thread Jamie Le Tual
I did a fresh install and set the DJGPP environment variable and I can now compile hello world with gcc. To test perl, I just used *perl -de1* which should drop perl into a debugger prompt, but I get this: [image: image.png] *@INC* is the include path where perl looks for its modules, and the defa

[Freedos-user] new user with questions

2020-12-05 Thread Jamie Le Tual
Hey there. I tried installing both 1.2 and 1.3rc and managed to get something with a command prompt, but GCC.EXE --version dies with a segfault and PERL.EXE seems to have been compiled to use a library path which looks like the maintainer's own development environment instead of the layout for Free