[Bug c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?

2015-02-05 Thread bill.torpey at ullink dot com
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

[Bug c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?

2015-02-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64940 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?

2015-02-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64940 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- You can call fix-includes after installing the toolchain if needed.

[Bug c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?

2015-02-04 Thread bill.torpey at ullink dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64940 --- Comment #2 from Bill Torpey bill.torpey at ullink dot com --- Thanks for the quick reply! Unfortunately, the approach you suggest won't work for what we want to do, which is to have a *single* network-mounted gcc that can be used from both.