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]

Re: Problem solved


   Date: Mon, 08 Dec 1997 00:24:06 -0000 (GMT)
   From: Louis Marascio <lmarasci@stevens-tech.edu>

   I seem to have solved my problem and I'm not sure if I would categorize it as
   an egcs/g++ bug, but egcs/g++ could have detected and possibly compensated for
   it.

(The problem was, essentially, whitespace in CPLUS_INCLUDE_PATH).

gcc must simply silently accept whitespace in CPLUS_INCLUDE_PATH, as
it does now.  Unix permits whitespace in directory names, although it
is not common.  On Windows and MacOS, whitespace in directory names is
both permitted and common.  It would be wrong for gcc to prohibit
whitespace in environment variables which name directories or files,
such as CPLUS_INCLUDE_PATH.

Ian


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