This is the mail archive of the gcc-help@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: more gmp & mpfr ...


kevin diggs <diggskevin38@gmail.com> writes:

> For a 4.3.5 cross compiler, are the paths in the --with-gmp= (and
> --with-mpfr=) relative to the --with-sysroot= path?

No.  That would not make sense.  --with-gmp and --with-mpfr tell
configure where to find the host system GMP and MPFR libraries.
--with-sysroot tells the compiler where to find the target header files
and libraries.  Host libraries would not be found in a target directory.

Ian


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