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/78711] gcc-6.2.0:: libjavamath.so inconsistent gmp link


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

--- Comment #3 from Eric <edeveaud at pasteur dot fr> ---
(In reply to Andreas Schwab from comment #1)
> The included gmp is host-only, only for use with the compiler, not the
> target libraries.

sorry if I don't understand correctly. 

what do you mean by "only for use with the compiler, not the target libraries."

download_prerequisite grab gmp and compile gcc suite using this one, so why
produced libraries are linked to external gmp ? 

IMHO produced gcc should linkk to "embeded" gmp downloaded by
contrib/download_prerequisites

this way one can compile on a build machine with a complete toolchain, tar the
installed tree and deploy it on an other machine (same arch and so on) that
does not have system gcc, gmp installed. 

currently this is not possible. 

please correct me if I am completely wrong

Eric

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