> Tom, have you taken a look at the source file extension problem? It > seems we don't know what sane extension we could use to compile C++ > source files. For instance VC++ rejects .cc. AFAIK, there is no one extension that all C++ compilers will be happy with. After a bit of research we chose .cxx and using `-Tp' with VC++ (see my out mail to autoconf list). That covers all the compilers I've tried (about a dozen UNIX compilers and VC++). Cheers, //lat -- It is better to light one small candle than to curse the darkness. --Eleanor Roosevelt