This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
++ illegal in VMS filenames
- From: "Douglas B. Rupp" <rupp at gnat dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Sat, 8 Dec 2001 08:40:49 -0800
- Subject: ++ illegal in VMS filenames
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.
Any flexibility on making the name configurable somehow? I'm not sure how to approach
this and would like some ideas,