This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ++ illegal in VMS filenames
- From: Bruce Korb <bkorb at veritas dot com>
- To: rupp at gnat dot com
- Cc: gcc at gnu dot org, aoliva at redhat dot com
- Date: Sat, 08 Dec 2001 10:01:44 -0800
- Subject: Re: ++ illegal in VMS filenames
- Organization: Homework
> cp/g++spec.c is an illegal filename on VMS, and there's no way to prevent
> "make LANGUAGES=c" from trying to compile it short of hacking the
> Makefile or completely removing the cp subdirectory before configure.
I would recommend grepping through the source tree for
non-posix file name characters, then finding those files
in the Makefile's & posting a rename + patch.
POSIX file name characters: [a-zA-Z0-9_.-]
It's pretty constrained. I thought this was
resolved, but I guess it has reared its head again.