Re: [boost] Re: [config] Patch for Intel 8.0 + Dinkum lib

Gennaro Prota <gennaro_prota@yahoo.com> wrote: // // FWIW, I always use at least the following in my .cfg file: // // /Qms0 // /Zc:wchar_t,forScope // -Qoption,c,--arg_dep_lookup // -Qoption,c,--alternative_tokens // // plus, when possible, /Za and -Qoption,c,--dep_name in the command // line. If you have other things that can be useful... Collecting the // switches that unleash the real beast living inside Intel C++ has // become sort of a hobby of mine :) // You can find all the front end switches at www.edg.com. -Qoption,c,--dep_name does not work for the VC 7.1 library (<locale> and others). But maybe this can be patched easily. Stefan *********************************** Stefan Slapeta Wien/Vienna, Austria http://www.slapeta.com

On Tue, 23 Mar 2004 11:53:15 +0100, Stefan Slapeta <stefan_nospam_@slapeta.com> wrote:
Gennaro Prota <gennaro_prota@yahoo.com> wrote:
// // FWIW, I always use at least the following in my .cfg file: // // /Qms0 // /Zc:wchar_t,forScope // -Qoption,c,--arg_dep_lookup // -Qoption,c,--alternative_tokens // // plus, when possible, /Za and -Qoption,c,--dep_name in the command // line. If you have other things that can be useful... Collecting the // switches that unleash the real beast living inside Intel C++ has // become sort of a hobby of mine :) //
You can find all the front end switches at www.edg.com.
-Qoption,c,--dep_name does not work for the VC 7.1 library (<locale> and others). But maybe this can be patched easily.
Sigh, you must have been convinced somewhere that I don't know the EDG options, or how to pass them. I said "when possible", exactly because of that. Furthermore Intel for Windows is an odd beast: a lot of EDG switches *don't* work with it or have strange interactions, and if you ask Intel they'll say "What? You used Qoption? No, sorry, then you are on your own, all that we support is Microsoft compatibility". Genny.

Gennaro Prota <gennaro_prota@yahoo.com> wrote: // Sigh, you must have been convinced somewhere that I don't know the EDG // options, or how to pass them. Sorry - probably I interpreted "If you have other things that can be useful..." wrong :-) // Furthermore Intel for Windows is an odd beast: a lot of EDG // switches *don't* work with it or have strange interactions, and if you // ask Intel they'll say "What? You used Qoption? No, sorry, then you are // on your own, all that we support is Microsoft compatibility". // You are right, I got some strange "backend signals" error messages when using dep_name (after having fixed the VC 7.1 locales). Two years ago I've already submitted a feature request for this being supported and it seems there is not much progress on it. Stefan *********************************** Stefan Slapeta Wien/Vienna, Austria http://www.slapeta.com
participants (2)
-
Gennaro Prota
-
Stefan Slapeta