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: I know why my build is failing


On Thu, Oct 16, 2003 at 09:55:15AM +0800, Jonathan Wilson wrote:
> somehow, the makefiles for libstdc++ are looking in ..\gcc when they should 
> be looking in ..\..\gcc.
> This is why its not finding the header files.
> Why its not looking in the right place (or conversly, isnt in the right 
> place when it starts looking) I dont know.
> Ideas anyone?

You are probably configuring in $(srcdir).  If you read the installation
instructions, it says not to do that.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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