This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Failure with include on Sun, Solaris2.9 with G++
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: Hugh Sasse Staff Elec Eng <hgs at dmu dot ac dot uk>
- Cc: Binutils list <binutils at sources dot redhat dot com>
- Date: 29 Mar 2004 11:50:36 -0500
- Subject: Re: Failure with include on Sun, Solaris2.9 with G++
- References: <Pine.GSO.4.58.0403291709000.8601@brains>
Hugh Sasse Staff Elec Eng <hgs@dmu.ac.uk> writes:
> Havng got past my dejagnu problem I have run into this with my
> binutils build from cvs.
>
>
> g++ -DHAVE_CONFIG_H -I. -I../../../../src/sid/component/lcd -I.. -I. -I../../include -I../../../../src/sid/component/lcd/../../include -g -O2 -Wp,-MD,.deps/lcd-char-display.pp -c -fPIC -DPIC ../../../../src/sid/component/lcd/lcd-char-display.cxx -o .libs/lcd-char-display.lo
Hmmm. sid is not part of the binutils. I don't know who maintains
it. Whoever it is, complain to them, not us.
To just build the binutils, I think you can 'cvs co binutils'. Or
just rm -rf sid in your source directory, and run configure again.
Ian