Re: [patch]: support of VMS module include files

2011-11-09 Thread Joseph S. Myers
On Mon, 7 Nov 2011, Tristan Gingold wrote: > With this patch, these two directories are search in the include path > and added if found. This is mostly a VMS specific patch, except I > needed to add a function to get include pathes. > > Tested by cross compiling for alpha-vms and ia64-vms. >

[patch]: support of VMS module include files

2011-11-07 Thread Tristan Gingold
Hi, on VMS systems, the header files are in fact members of text library files. Obviously, we don't want to support such a weirdness in GCC, and we require that the user unpack the header libraries. However, it is still a good idea to keep each header library in a subdirectory. There are 2 sy