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 target/42886] [4.5 Regression] GCC is not relocatable anymore on Windows (mingw32)



------- Comment #1 from nightstrike at gmail dot com  2010-03-19 14:25 -------
This is probably due to the way you built GCC.  To have a completely
relocatable toolchain, you need to use the --with-sysroot option to configure,
and you need to set it equal to prefix or below prefix in the directory
structure.  I don't think this is a bug with GCC.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42886


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