This is the mail archive of the gcc-bugs@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]

[Bug other/48378] gcc 4.6.0 fails to build from source


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48378

--- Comment #14 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-04-02 23:39:58 UTC ---
what my makefile does is put the gmp sources in the gcc tree as gcc-4.6.0/gmp
(not as gcc-4.6.0/gmp-5.0.1 as you seem to have it) and similarly for mpfr and
mpc. Then just configure gcc, it will detect and build the prerequisite libs,
and link to them statically.

You seem to have put the source under the gcc tree, then built them there
yourself?  I don't think that will work.


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