Hi all,
I'm getting a Segmentation Fault when building wine on Solaris 10:
The command itself is: ../tools/winebuild/winebuild -w --def \ -o advapi32/advapi32.spec.def --export advapi32/advapi32.spec
gdb stack strace shows: #0 0xfef229ec in strlen () from /lib/libc.so.1 (gdb) where #0 0xfef229ec in strlen () from /lib/libc.so.1 #1 0xfef77cbe in _ndoprnt () from /lib/libc.so.1 #2 0xfef7a837 in fprintf () from /lib/libc.so.1 #3 0x0805b7e5 in BuildDef32File (outfile=0x8074e98, spec=0x8075450) at spec32.c:851 #4 0x08053f34 in main (argc=7, argv=0x80471d0) at main.c:474
For some reason, the input_file variable is NULL upon entry to BuildDef32File.
Any help would be appreciated.
mark