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 11:54 20.03.2001, Venetis Ioannis wrote:
>ii) glibc doesn't use the correct method to determine the full path to the
>C preprocessor
>
>iii) I have some problem in my configuration

Why don't you listen?

# gcc -print-file-name=cpp
cpp
# ln -s /usr/local/bin/cpp /lib
# gcc -print-file-name=cpp
/lib/cpp

In your above definitions that would be mostly iii) and partly ii).

Franz.


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