etwineb wrote: > I downgraded to version 1.1.41: it seems Autocad 2000 works fine with it. > > I see if I can compile wine 32 bin in my 64 bit system; but it seems unlikely. > > > Code: > > $ echo z.c > int main() {} > $ gcc -m32 z.c > /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/libgcc.a when searching for -lgcc > /usr/bin/ld: cannot find -lgcc > collect2: ld returned 1 exit status > > > > > Should I at least write a result in the AppDB? You should be able to compile Wine on a 64 bit system, but you need to install some 32 bit packages. http://wiki.winehq.org/WineOn64bit#head-b62ae8f996e97e1df7258bb8eaec2e83e54ca799 Yes, please file a test report in the AppDB. But running a regression test is far more important. This is probably the same as http://bugs.winehq.org/show_bug.cgi?id=22723 , which still needs a regression test.