>>Note I know I could just make a symbolic link to get rid of the error,
>>but that's not my question.

>The top level Makefile refers to $(CC), and I guess your version of
>make defines it to
>"/usr/bin/cc".  An alternative to creating the symlink is to run 'make
>CC=<your-cc-command> World', or find out how to change make's default (if
>possible).

I tried setting CC and BOOTSTRAPCFLAGS and neither gets rid of
the problem completely.   I also have a problem with /usr/bin/cpp
being hard coded in various places.

I complain about this because I often use different compiler
versions.  I would rather just set the PATH to point to the
directiry of the compiler in use for cpp, gcc, etc.

I see in the imake.c and imakemdep.h that /usr/bin/cpp is
being hard-coded into the executables.  Also many of the
Makefiles, presumably they are being constructed via imake,
contain this hard-coded path. Maybe someone better informed
than me can comment on this.

Fred


_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to