https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976

--- Comment #178 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Peter Dyballa from comment #175)
> (In reply to Iain Sandoe from comment #173)
> > (In reply to Peter Dyballa from comment #170)
> > > (In reply to Iain Sandoe from comment #167)
> > 
> > that looks fine - providing you made the step of doing the download of
> > prerequisites (GMP etc)
> 
> No, I did not download the libraries. This much too much work, having to
> check checksums, invent configure invocations etc. I just let MacPorts do it
> all. It's not clear where MacPorts fetched fetched the sources. When I
> perform 'port distfiles gmp' I get:

typing 
`./contrib/download_prerequisites` 

and then
rm isl
rm gettext

in the source directory is too much work?

you don't need to do any configure etc. GCC's build system knows how to do it
when you build them in-tree.

IFF you want to use the MP GMP et al. then you will need to add the --with-gmp=
etc back into your configure options .. and there we are going back to more
external deps and failing to simplify.

Reply via email to