I have to port a C++ program to a new platform, using a specific version of a compiler (I guess technically I only have to be ABI compatible with said compiler). Said compiler is for an embedded platform, and cannot be updated to a modern version because our partner has no plans to migrate. Needless to say, troubles arose. This ancient version does not support templates. We use templates. Removing the templates would be painful- very painful. So we're considering cross-compiling to C. Has anyone done this? Any pointers? Anyone with any knowledge of the Comeau compiler?
Gabe _________________________________________________________________ Windows Live Hotmail is giving away Zunes. http://www.windowslive-hotmail.com/ZuneADay/?locale=en-US&ocid=TXT_TAGLM_Mobile_Zune_V3-- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
