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: Problem compiling glibc with gcc 2.95.3


At 16:08 19.03.2001, Venetis Ioannis wrote:

>Hi,
>
>I am afraid that I am the first one to report a problem using gcc 2.95.3.
>
>I compiled the new gcc from source using the previous
>(2.95.2) version. Everything went OK and I also compiled succesfully a
>kernel (2.4.1) using the new compiler. But when I tried to compile glibc
>2.1.3 I got an error message.
>
>While compiling the glibc 2.1.3 source a program named 'rpcgen' is created
>in the directory 'sunrpc'. This program is used to further compile the
>library, but when it was invoked I got an error message telling that it
>could not find the C preprocessor 'cpp'.

You are missing a copy or symlink of /usr/local/bin/cpp in /lib or look at 
the --with-cpp-install-dir=... configure option.

Franz.


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