[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-12-16 Thread e...@sf-mail.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 --- Comment #11 from Rolf Eike Beer --- I configured with: ../gcc-host/configure --target=i686-unknown-linux-gnu --host=x86_64-pc-linux- gnu --build=x86_64-pc-linux-gnu --program-prefix=i686-unknown-linux-gnu- -- with-sysroot=/opt/emlix/test/sys

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-12-13 Thread e...@sf-mail.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 Rolf Eike Beer changed: What|Removed |Added CC||e...@sf-mail.de --- Comment #10 from Ro

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-06-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 Jonathan Wakely changed: What|Removed |Added CC||ralphengels at gmail dot com --- Comme

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-06-02 Thread ismail at i10z dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 İsmail Dönmez changed: What|Removed |Added CC||ismail at i10z dot com --- Comment #8 fr

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 Jonathan Wakely changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-05-27 Thread lh_mouse at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 --- Comment #6 from lh_mouse --- (In reply to Jonathan Wakely from comment #4) > Please provide the missing information that https://gcc.gnu.org/bugs/ asks > for, so we know how you configured GCC. The following command shows how gcc has been co

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 Jonathan Wakely changed: What|Removed |Added Target||i686-w64-mingw32 --- Comment #5 from J

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-05-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 --- Comment #3 from Jonathan Wakely --- This problem does not exiast for a native compiler on GNU/Linux. Installation in $PREFIX=$HOME/gcc/6.1.0: ignoring nonexistent directory "/home/jwakely/gcc/6.1.0/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.0/.

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-05-03 Thread lh_mouse at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 --- Comment #2 from lh_mouse --- (In reply to Andrew Pinski from comment #1) > I use relocatable directory feature on Linux but I have not tested 6 yet. > This is a driver issue I think ... I was examining gcc/gcc/incpath.c for problems, thoug

[Bug driver/70936] Hard-coded C++ header paths and relocation problem on Windows

2016-05-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936 Andrew Pinski changed: What|Removed |Added Component|preprocessor|driver --- Comment #1 from Andrew Pinski