Re: Help with winebuild/winegcc

2005-03-02 Thread Ivan Leo Puoti
Andreas Mohr wrote: Why not provide an strace/ltrace trace of that SEGV? ltrace fails with this $ltrace /usr/local/bin/wine ntoskrnl ltrace: dict.c:117: dict_apply_to_all: Assertion `d' failed. Aborted strace output is attached (It's bziped because it was over 200k uncompressed). I'm really stuck b

Re: Help with winebuild/winegcc

2005-03-02 Thread Andreas Mohr
[replying since it was the 2nd HELP! cry] Hi, On Tue, Mar 01, 2005 at 10:21:54PM +0100, Ivan Leo Puoti wrote: > Hello, > I'm trying to get a program in the programs/ directory to export > symbols, I've added -shared path/to/spec/spec.c to the linker command, but > I now get a > segmentation faul

Help with winebuild/winegcc

2005-03-01 Thread Ivan Leo Puoti
Hello, I'm trying to get a program in the programs/ directory to export symbols, I've added -shared path/to/spec/spec.c to the linker command, but I now get a segmentation fault at startup. Can someone knowledgeable about winegcc/winebuild give me a suggestion/solution? I'm really stuck because of

Help with winebuild/winegcc

2005-02-28 Thread Ivan Leo Puoti
Hello, I'm trying to get a program in the programs/ directory to export symbols, I've added -shared path/to/spec/spec.c to the linker command, but I now get a segmentation fault at startup. Can someone knowledgeable about winegcc/winebuild give me a suggestion/solution? I'm really stuck because