Hi folks,
For a few days now, I have a lot of problems with wine. I've managed to get it going a few days back, but I can't remember how. Now it just seg faults at startup. I just did a:
[dimi@dimi wine.build]$ make -s clean [dimi@dimi wine.build]$ ../wine.src/configure --with-ntpd --silent && make -s depend && make -s [root@dimi wine.build]# make -s install
but that did not fix it:
[dimi@dimi dimi]$ which wine /usr/local/bin/wine [dimi@dimi dimi]$ wine Segmentation fault [dimi@dimi dimi]$ gdb wine GNU gdb Red Hat Linux (5.3post-0.20021129.18rh) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"... (gdb) run Starting program: /usr/local/bin/wine
Program received signal SIGSEGV, Segmentation fault. 0x420ebe3c in __libc_pthread_init () from /lib/tls/libc.so.6 (gdb)
Am I the only one with this problem?