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 c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?


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

--- Comment #4 from Bill Torpey <bill.torpey at ullink dot com> ---
That was the first thing I tried, but the system limits.h does an include_next
which fails, and the system features.h doesnt include compiler-specific
definitions, so that also fails.

So, there is absolutely no way to build a generic gcc that can run from a
network filesystem?  That seems hard to believe -- I imagine that is a fairly
common use case.


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