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 bootstrap/51627] cannot compute suffix of object files mipsel


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

--- Comment #5 from Alexander Khrukin <alexander at mezon dot ru> 2011-12-19 22:16:43 UTC ---
Also i read http://gcc.gnu.org/install/configure.html

///
If you do not have GMP (the GNU Multiple Precision library), the MPFR library
and/or the MPC library installed in a standard location and you want to build
GCC, you can explicitly specify the directory where they are installed
(`--with-gmp=gmpinstalldir', `--with-mpfr=mpfrinstalldir',
`--with-mpc=mpcinstalldir'). The --with-gmp=gmpinstalldir option is shorthand
for --with-gmp-lib=gmpinstalldir/lib and
--with-gmp-include=gmpinstalldir/include. Likewise the
--with-mpfr=mpfrinstalldir option is shorthand for
--with-mpfr-lib=mpfrinstalldir/lib and
--with-mpfr-include=mpfrinstalldir/include, also the --with-mpc=mpcinstalldir
option is shorthand for --with-mpc-lib=mpcinstalldir/lib and
--with-mpc-include=mpcinstalldir/include. If these shorthand assumptions are
not correct, you can use the explicit include and lib options directly. You
might also need to ensure the shared libraries can be found by the dynamic 
////


But why it not working with system-wide mpc mpfr gmp?

Now i compiling gcc with mpfr-gmp-mpc placed in gcc tree but most prefered for
me is system installed libs.


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