This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Weekly gcc images


On Thu, Sep 18, 2003 at 12:30:27PM -0700, don fisher wrote:
> all of the builds in the subdirectories use a variable toplevel_srcdir 
> defined as:
> /usr/local/gcc-3.4-20030917/i686-pc-linux-gnu/libstdc++-v3/..
> where it should be:
> /usr/local/gcc-3.4-20030917/i686-pc-linux-gnu/libstdc++-v3/../..
> 
> Just one more directory up is required. Am I doing something wrong? I 
> can't believe I am the only one to see this.

Not the only one, but close.  This is a standard symptom of building in
the source directory, where the installation instructions repeatedly say
to build in a separate directory.  Sourcedir builds are very fragile.

-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]