$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2002-08-14 14:29:14
From: "Ronald Garcia" <garcia_at_[hidden]>
> >Yes. What is your platform?
> >
> I'm under Solaris 8 (sparc).
That explains everything. Rene, could you hack something into the GCC
toolset which replaces -isystem with -I for Solaris?
> >>What is the "-isystem" flag for, btw?
> >>
> >>
> >
> >It puts directories in the #include <...> path.
> >
> >RTFM-ly y'rs,
> >
> >
> My R of TFM (which happened before I asked :) ) seems to suggest that
> "-I" will suffice (info pages for the gnu C preprocessor). Is there a
> difference? (besides breaking on my architecture ;) )
Yes, there's a difference.
-isystem only adds to the search path for #include <...> so it doesn't
interfere with #include "...".
-----------------------------------------------------------
David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com