On 27/04/06, Lin George <[EMAIL PROTECTED]> wrote:
>
> Hello everyone,
>
>
> When I make my projects on my Linux desktop, GNU make outputs error messages
> which are dealing with could not find .cpp files. I think I have correctly
> setup VPATH variable to let make locate where source files are.
>
> So, any general comments or suggestions to debug the error/root cause in
> this situation? I can not post the Makefile since it is too large and
> platform/application dependent.

 Try "make -p |less", and look through make's database. Specifically,
at the end it will list your VPATH paths, so you can double check they
are what you expect.
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to