On Fri, 14 Sep 2001, Gibbs Tanton - Tgibbs wrote:
> Ok,
> I'll fix it to where all header files are in a separate parrot subdirectory.

Sigh.  Here's my original proposal again.

> 
>       cd parrot     # Or wherever you've got the parrot source.
>       mkdir include
>       mkdir include/parrot
>       mv *.h include/parrot
> 
> changing parrot.h to do  #include "parrot/config.h" and
> then changing
> Makefile to add -I./include to CCFLAGS.

The reason you don't just want a parrot/ subdirectory is that you might
want to build an executable named 'parrot' that would conflict with the
directory name.

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042


Reply via email to