On Wed, Dec 14, 2016 at 12:10:06PM +0100, Ginger Claassen wrote: > Dear Guys, > > I would like to know if someone here could tell me a working way how > to compile Linux with ssl support for Windows 7 64 bit.
There's several different ways - the approach with Cygwin should work using the configure script and generated makefiles. But the configure script doesn't look for pdcurses (which would be needed if you were building with mingw). With ncurses, similar issues (usually there's no packager interested). I've done some cross-compiles of lynx using ncurses to mingw, however + Debian's tools are reasonably miniminal -- but lack packages for openssl, etc. + Fedora's packages, which do include pdcurses, are not minimal (making them worthless for any application like lynx) If I were working on a 64-bit environment, I'd use Visual Studio Express and build the libraries as needed there. It's doable (wasn't for quite a while), but a few days' work. > I tried the description for bcc and it did not work and then I > installed Cygwin and all the necessary packages and it still did not > work. So I am wondering how people compile lynx into a working > program. Thus I would highly appreciate any working solution. > > Thanks in advance for your assistance! > > Yours sincerely > > Ginger > > _______________________________________________ > Lynx-dev mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/lynx-dev -- Thomas E. Dickey <[email protected]> http://invisible-island.net ftp://invisible-island.net
signature.asc
Description: Digital signature
_______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
