3 Jul
2003
3 Jul
'03
8:45 a.m.
Hi Raphael, I got the same error when tried to build wine with -O0 flag turn on (i.e. disable optimization for easier debuging). I think it's the problem of compiler/linker, not a problem of wine - I'm using gcc version 3.3. I solved this problem this way: ./configure CFLAGS="-g3 -O1" and then built from sources in usual way. Hovever if you would have used default (i.e. ./configure without any additional argumets) build should have been without any link errors. Hope this helps. Regards, Juraj