This is the mail archive of the gcc-patches@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: In-tree gmp builds broken (was: Re: [1/4] [patch, middle-end] Make mpz_set/get_double_int functions non-static.)


On Tue, 2007-05-01 at 09:48 -0700, Steve Ellcey wrote:
> Brooks Moses wrote:
> 
> > > (Tsk tsk, doesn't mention the new #include gmp.h.) 
> > 
> > 
> > Mea culpa. And this provides quite a clear illustration of why
> > that's important; I suspect I shall not forget again! :)
> 
> I don't do an in-tree gmp build, but my gmp is not in the standard
> installation location.  It is in my /be build environment directory
> (along with gcc and the other tools I need to build).  This setup is
> also broken now because the configure does not find a gmp.h header file.

Many linux systems have a copy of gmp.h installed in /usr/include, and
while this may not be good enough to build gcc, it is enough to mask
this failure from developers who use this platform.

Brooks, please can you make sure you test any fix on a machine without
gmp installed in a standard location.

R.


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