Re: [PATCH] Make wine build with the Intel CC

2007-04-23 Thread Jonathan Schleifer
Alexandre Julliard <[EMAIL PROTECTED]> wrote: > What version are you using? According to the man page this is > supposed to be fixed in icc 9.1. I'm using ICC 9.1: asgard:~$ icc --version icc (ICC) 9.1 20060706 -- Jonathan

Re: [PATCH] Make wine build with the Intel CC

2007-04-23 Thread Jonathan Schleifer
Eric Pouech <[EMAIL PROTECTED]> wrote: > it seems now the major hurdle is that icc doesn't support > the inline conventions of GCC (and is likely C99 compliant in that ICC supports gcc inline asm. But it doesn't support defining a symbol twice. -- Jonathan

Re: [PATCH] Make wine build with the Intel CC

2007-04-23 Thread Jonathan Schleifer
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > I had it installed before but its been a while. I never could get > anything other than console apps to work, which I assumed could be do > to a calling convention mismatch like Eric spoke about. I'd be > interested in seeing bench marks of Wine compil

Sorry for spamming the list :(

2007-04-23 Thread Jonathan Schleifer
I had some trobule sending the messages, it seemed like they were filtered out since I wasn't subscribed to the list, therefore I resent them, but it seems like they got through after 24h. :( My apologies for this. -- Jonathan

Re: [PATCH] Make wine build with the Intel CC

2007-04-22 Thread Jonathan Schleifer
Eric Pouech <[EMAIL PROTECTED]> wrote: > last time I checked ICC, it didn't support calling conventions > (cdecl, stdcall...). If we don't have those, it won't be possible to > support native binaries, and only use ICC for winelib applications > (even on x86). Unless ICC has these features, it's t

Re: [PATCH] Make wine build with the Intel CC

2007-04-22 Thread Jonathan Schleifer
Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Wine could build fine without c++, not sure why everything has to > link against the c++ library as it will probably only be needed in > winegcc. Also these compiling flags seem kind of agressive. As I said, just quoted from my .profile, nothing spec

Re: [PATCH] Make wine build with the Intel CC [Resent]

2007-04-22 Thread Jonathan Schleifer
For some strange reason, this mail didn't appear on the list. Therefore I resent it. (Maybe it's missing because it included an attached GPG signature?) Eric Pouech <[EMAIL PROTECTED]> wrote: > last time I checked ICC, it didn't support calling conventions > (cdecl, stdcall...). If we don't have

Re: [PATCH] Make wine build with the Intel CC

2007-04-22 Thread Jonathan Schleifer
Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Ok, Please when responding add wine-devel to CC so others can follow > discussion. Forgot that, just hit reply. Did that now. > It's working well for gcc Which means nothing since gcc often has a very strange, non-standard behaviour. > so I would

Re: [PATCH] Make wine build with the Intel CC [Resent]

2007-04-22 Thread Jonathan Schleifer
For some strange reason, this mail didn't appear on the list. Therefore I resent it. (Maybe it's missing because it included an attached GPG signature?) Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Ok, Please when responding add wine-devel to CC so others can follow > discussion. Forgot that,

Re: [PATCH] Make wine build with the Intel CC [Resent]

2007-04-22 Thread Jonathan Schleifer
For some strange reason, this mail didn't appear on the list. Therefore I resent it. (Maybe it's missing because it included an attached GPG signature?) Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Wine could build fine without c++, not sure why everything has to > link against the c++ library

Re: [PATCH] Make wine build with the Intel CC [Resent]

2007-04-22 Thread Jonathan Schleifer
It seems my replies never got through because I wasn't subscribed to the list, but instead using gmane. I subscribed now and resent all my replies. Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Ok, Please when responding add wine-devel to CC so others can follow > discussion. Forgot that, jus

Re: [PATCH] Make wine build with the Intel CC [Resent]

2007-04-22 Thread Jonathan Schleifer
It seems my replies never got though because I wasn't subscribed to the list, but instead using gmane. I subscribed now and resent all my replies. Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Wine could build fine without c++, not sure why everything has to > link against the c++ library as it

Re: [PATCH] Make wine build with the Intel CC [Resent]

2007-04-22 Thread Jonathan Schleifer
It seems my replies never got through because I wasn't subscribed to the list, but instead using gmane. I subscribed now and resent all my replies. Eric Pouech <[EMAIL PROTECTED]> wrote: > last time I checked ICC, it didn't support calling conventions > (cdecl, stdcall...). If we don't have thos

[PATCH] Make wine build with the Intel CC

2007-04-21 Thread Jonathan Schleifer
Hi! This patch makes it possible to build an run wine with the Intel compiler. Here are the environment variables I used to build: export CC="icc" export CFLAGS="-O3 -xP -msse3 -parallel" export CXX="icc" export CXXFLAGS="-O3 -xP -msse3 -parallel" export LDFLAGS="-lguide -lsvml -lstdc++ -paralle