How to install elinks on Windows Vista?

6,372

Solution 1

This indicates a problem with your compiler install, probably glibc headers or GCC. Try reinstalling GCC and the cpp modules, as well as glibc, glibc-headers and glibc-devel.

Solution 2

Cygwin as an environment in not obligatory. Here is a Windows ready ELinks package without a need for Cygwin environment:

http://www.compmiscellanea.com/soft/windows/browsers/elinks/1/elinks-0.11.6.zip

  • Download, unpack and run.

[ http://www.compmiscellanea.com/ru/konsolnye-prilozhenija-dlja-windows-veb-brauzery.htm#elinks ]

Solution 3

Dirk Paehl compiles Windows binaries. You can download from here:

http://www.paehl.com/open_source/?TextBrowser_for_Windows:ELINKS_an_other_textbrowser

Share:
6,372

Related videos on Youtube

user882903
Author by

user882903

Updated on September 17, 2022

Comments

  • user882903
    user882903 over 1 year

    I am using bash-3.2 shell through cygwin to try to install elinks browser on my system. I am following this documentation to install.

    I am executing the following command:

    ./configure && make && make install
    

    The setup fails saying:

    error: C preprocessor "/lib/cpp" fails sanity check
    

    What should I do?

  • user882903
    user882903 over 14 years
    What is the best way to install all of these?
  • John T
    John T over 14 years
    Well since these tools are required to install new packages, it will be faster to reinstall cygwin and select them from the list. They may not be named exactly as above, some may already be included in cygwin's glibc package.
  • user882903
    user882903 over 14 years
    okay. thanks. ill give it a try and let everyone know.