This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure problem


On May 25, 2000, Julian Bentayeb <julian.bentayeb@st.com> wrote:

> cpp: fork: Interrupted system call (see attachment for full results).

What does the command `gcc -print-prog-name=cpp' print?  If it prints
just `cpp' or the pathname to `cpp' in the same directory that
contains `gcc', then your installation is broken: it should find it in
.../lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/.  Setting the environment
variable GCC_EXEC_PREFIX to that directory (note that trailing slash!)
may help.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]