Commit 3c0b7970 by Joseph Myers Committed by Joseph Myers

invoke.texi (-print-search-dirs): Make references to cpp refer to cpp0 instead.

	* invoke.texi (-print-search-dirs): Make references to cpp refer
	to cpp0 instead.

From-SVN: r38378
parent 0a9419cc
2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
* invoke.texi (-print-search-dirs): Make references to cpp refer
to cpp0 instead.
2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fold-const.c (tree_expr_nonnegative_p): Treat truth values as * fold-const.c (tree_expr_nonnegative_p): Treat truth values as
......
...@@ -2680,8 +2680,8 @@ Print the name of the configured installation directory and a list of ...@@ -2680,8 +2680,8 @@ Print the name of the configured installation directory and a list of
program and library directories gcc will search---and don't do anything else. program and library directories gcc will search---and don't do anything else.
This is useful when gcc prints the error message This is useful when gcc prints the error message
@samp{installation problem, cannot exec cpp: No such file or directory}. @samp{installation problem, cannot exec cpp0: No such file or directory}.
To resolve this you either need to put @file{cpp} and the other compiler To resolve this you either need to put @file{cpp0} and the other compiler
components where gcc expects to find them, or you can set the environment components where gcc expects to find them, or you can set the environment
variable @code{GCC_EXEC_PREFIX} to the directory where you installed them. variable @code{GCC_EXEC_PREFIX} to the directory where you installed them.
Don't forget the trailing '/'. Don't forget the trailing '/'.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment