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: Need help(i m getting this error /usr/include/ldfcn.h:47: #error -qlonglong must be used


>>>>> 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


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