[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile problem under -current on i386 #1
You wrote (in your message from Wednesday 26)
> What does your /usr/bin/cpp look like ?
> It should be a shell-script, the real cpp gcc does install lives in
> /usr/libexec, and the wrapper does -traditional, specifically to avoid
> this kind of problem...
>
You're right, that's the problem. Thanks.
> It's likely you did a make install by hand somewhere, forgetting about
> a Makefile.bsd-wrapper...
Probably, but I only remember to have run the following commands in
gnu/egcs/gcc to build and install egcs 2.95.2 before starting make
build, and it left me with the real cpp in /usr/bin:
make -f Makefile.bsd-wrapper obj
make -f Makefile.bsd-wrapper cleandir \
make -f Makefile.bsd-wrapper depend | twice
make -f Makefile.bsd-wrapper |
make -f Makefile.bsd-wrapper install /
--
Matthieu