[Bug other/37036] fixincludes does not understand sysroot!

2024-06-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036 Eric Gallager changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org --- Comment

[Bug other/37036] fixincludes does not understand sysroot!

2022-05-24 Thread jayk123 at hotmail dot com via Gcc-bugs
__ From: egallager at gcc dot gnu.org Sent: Wednesday, May 25, 2022 12:29 AM To: jay.kr...@cornell.edu Subject: [Bug other/37036] fixincludes does not understand sysroot! https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgcc.gnu.org%2Fbugzilla%2Fshow_bug.cgi%3Fid%3D37036&

[Bug other/37036] fixincludes does not understand sysroot!

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036 --- Comment #5 from Eric Gallager --- (In reply to Jay from comment #4) > Here is a lame workaround that works, from my Python wrapper: > > if (Host == Target) and (Host != Build): > ExtraConfig += " -with-sysroot=/" > ExtraC

[Bug other/37036] fixincludes does not understand sysroot!

2008-08-14 Thread jay dot krell at cornell dot edu
--- Comment #4 from jay dot krell at cornell dot edu 2008-08-14 11:54 --- Here is a lame workaround that works, from my Python wrapper: if (Host == Target) and (Host != Build): ExtraConfig += " -with-sysroot=/" ExtraConfig += " -with-build-sysroot=" + DefaultSysroot

[Bug other/37036] fixincludes does not understand sysroot!

2008-08-11 Thread jay dot krell at cornell dot edu
--- Comment #3 from jay dot krell at cornell dot edu 2008-08-11 10:05 --- Running fixincludes on the host after install works, but http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15694 says that is not the way.. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036

[Bug other/37036] fixincludes does not understand sysroot!

2008-08-06 Thread jayk123 at hotmail dot com
--- Comment #2 from jayk123 at hotmail dot com 2008-08-06 10:10 --- uh, no, I used that actually -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036

[Bug other/37036] fixincludes does not understand sysroot!

2008-08-06 Thread jayk123 at hotmail dot com
--- Comment #1 from jayk123 at hotmail dot com 2008-08-06 10:08 --- wait, um, maybe -with-build-sysroot= works, with an equals sign. I'll try that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036