for some reason the .cc extension did'nt behave when compiling with cygwin on windows 2K. Because i always use gcc and let the extension determine what compiler to use, i think it mistook it for a C file, as i got all sorts of linking errors against STL, but when i used g++ it went away.
Possible to make an option to change the extensions on the files it produces ?
Charles
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
for some reason the .cc extension did'nt behave when compiling with cygwin on windows 2K. Because i always use gcc and let the extension determine what compiler to use, i think it mistook it for a C file, as i got all sorts of linking errors against STL, but when i used g++ it went away.
Possible to make an option to change the extensions on the files it produces ?
Charles