It is bug on Libcurl 7.32.0 configure, not on icc. -we140,147,165,266 -wd279,981,1469 should be used for icc 11.1, 12.1.6, 13.1.3, 14.0.1 releases.
Regards, Elmira. -----Original Message----- From: curl-library [mailto:[email protected]] On Behalf Of Tor Arntsen Sent: Friday, September 27, 2013 3:24 PM To: libcurl development Subject: Re: Libcurl 7.32.0 configure bug for icc On 27 September 2013 10:04, Semenova, Elmira A <[email protected]> wrote: > The latest version(s) of the icc compiler no longer accept the extra > space in the -we (warning enable), -wd (warning disable), etc. > > Changing it to "-we140,147,165,266 -wd279,981,1469" (without spaces) > or "-diag-enable 140,147,165,266 -diag-disable 279,981,1469" should resolve > it. Wow.. I don't have the latest ICC compiler yet. But the above change to ICC is of a nature where I would report it to Intel as a bug in ICC. The Unix world has established methods for command line options and that change/constraint clashes with how most of the world works. -Tor ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html -------------------------------------------------------------------- Closed Joint Stock Company Intel A/O Registered legal address: Krylatsky Hills Business Park, 17 Krylatskaya Str., Bldg 4, Moscow 121614, Russian Federation This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
