Re: teTeX installation
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Zeljko, thanks for your feedback. > >That invocation is common enough (indeed, with command completion > >almost unavoidable) that it would be a good idea if teTeX was able to > >deal with it. > Or at least put instructions in the INSTALL file that the trailing / > when specifying --prefix should NOT be there. I wanted to fix this (add an automatic correction for the trailing /) for the final release (after this came up in the beta test), but I have forgotten to do this. Sorry. > Well, there also isn't any clear indication of error. I was searching I have no idea, why. See this: $ if :; then WEB2C=invalid texlinks; fi; echo $? texlinks: config file `fmtutil.cnf' not found. 1 $ if :; then TEXCONFIGINPUTS=invalid fmtutil-sys --all; fi; echo $? tcfmgr: config file `tcfmgr.map' (usually in $TEXMFMAIN/texconfig) not found. fmtutil: config file `fmtutil.cnf' not found. 1 This means that for me, both comands fail properly and should give you a make failiure. I have no idea why this did not happen for you. I'd be grateful to improve this with your help. Thomas