This is the mail archive of the gcc@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]

Re: stringification of PREFIX etc...


Basile Starynkevitch <basile@starynkevitch.net> writes:

> My intuition is that GCC won't even build if the prefix contains such naughty characters. If it is the case, should we document that.?

It's easy enough to try it.  You're right: spaces and double quotes in
--prefix don't work.  Rather than document that restriction, I think we
should fix it.  At least, we should definitely fix it so that spaces
work.  Double quotes are far less important.  It should not be difficult
to modify the configure script or the Makefile to apply proper quoting
when passing $(prefix) to $(CC).

Ian


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