Re: [RH9, teTeX-2.0.2] no xdvi after 'make world'
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
> checking for X... no > > in the log file. I don't understand this: I have X > running (4.3.0) The file to run X are not sufficient for compiling other programs against the X libraries. The file INSTALL says: ... you need the include files and libraries for the X Windows System (X11) including the Xaw library ... So, if you have some installed rpm's for X11, please add the rpm's for development, too. In most cases, the names of these rpm's end in -devel. It is a pity that many linux systems come "crippeled" without full support for compiling own programs. > 4. I look in /usr/local/teTeX/bin, issue ls|wc -l and > it says '137'. INSTALL says it should be 145. Sure, configure has disabled everything that depends on X11. Obviously, this has worked very good :-) > Issuing './configure --x-top=/usr/X11R6' results in: Don't add this --x-top. That's not needed. > Am I doing something wrong???? I don't know if it is you or me. Do you have any idea how to improve the prerequisites section in INSTALL? Thomas