Need help(i m getting this error /usr/include/ldfcn.h:47: #error -qlonglong must be used
David Edelsohn
dje@watson.ibm.com
Wed Jun 30 15:43:00 GMT 1999
>>>>> Syed Naqvi writes:
Syed> I tried fresh install of egcs-1.1.2 with gnu make-3.77 using native
Syed> compiler.
Syed> It did not give any error message but when I try to compile
Syed> some program using gcc. It gives me the folloing error:
Syed> # gcc a.c
Syed> gcc: installation problem, cannot exec `cpp': No such file or
Syed> directory
Syed> Can you please tell me what I need to know more???
The problem is exactly what the error says, but I do not know what
is causing it. Somehow the cpp executable did not get installed in the
GCC installation directory or it has incorrect permissions. The
installation directory depends on the --prefix you specified when you
configured EGCS. Did you change this when you were rebuilding EGCS so
that the Makefile installation target and directories builtin to "gcc" do
not match?
David
More information about the Gcc
mailing list