This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

Re: Question about egcs-1.1.1 & glibc-2.0.10x


   Date: Thu, 10 Dec 1998 07:09:40 -0500 (EST)
   From: Alex Buell <alex.buell@tahallah.demon.co.uk>

   Hi guys,

   I'e been testing egcs-1.1.1 with glibc-2.0.105 & glibc-2.0.106. Both
   builds of glibc failed at the exact _same_ place with a missing CPP
   preprocessor. The place where it occured was in sunrpc. 

Well, maybe your you C preprocessor is ... missing?

Quick inspection of the rpcgen sources (see sunrpc/rpc_main.c) reveals
that rpcgen expects to find the C preprocesser in /lib/cpp.  Maybe
it is missing or pointing at the wrong location.  Most distributions
make this a symlink to gcc's preprocessor
(/usr/gcc-lib/ARCH/VERSION/cpp) or install a simple shell script.  You
should make sure the cpp in egcs-1.1.1 is called.

Mark


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