Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-25 Thread Vortechz
Sorry about the delay (I'm sending this reply ASAP) I have no real port yet, but I can provide two patches and a script which should help you build wine-0.9.37. Any issues with the configure should be related to missing libraries (install the proper packages to resolve that). Note: To me it

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-24 Thread Sam Fourman Jr.
On 5/19/07, Sam Fourman Jr. [EMAIL PROTECTED] wrote: I would be interested in helping with this port Sam Fourman Jr. On 5/19/07, Kurt Miller [EMAIL PROTECTED] wrote: Please email the list the updated port so that people who may be interested in helping you can reproduce the problem. On

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-19 Thread Vortechz
Jacob probably recognizes this: Starting program: /usr/local/bin/wine /emul/w/windows/sol.exe Program received signal SIGSEGV, Segmentation fault. [Switching to process 31915, thread 0x8891a000] 0x06a4dbec in _dl_malloc () from /usr/libexec/ld.so (gdb) bt #0 0x06a4dbec in _dl_malloc () from

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-19 Thread Robert Nagy
If i remember correctly, wine uses $ORIGIN to load shared objects, but maybe i am wrong. Search for something like -Wl,-rpath,\''$$ORIGIN'\' and remove that, like we did for OpenOffice.

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-19 Thread Kurt Miller
Please email the list the updated port so that people who may be interested in helping you can reproduce the problem. On Saturday 19 May 2007 2:32:19 pm Vortechz wrote: Jacob probably recognizes this: Starting program: /usr/local/bin/wine /emul/w/windows/sol.exe Program received

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-19 Thread Sam Fourman Jr.
I would be interested in helping with this port Sam Fourman Jr. On 5/19/07, Kurt Miller [EMAIL PROTECTED] wrote: Please email the list the updated port so that people who may be interested in helping you can reproduce the problem. On Saturday 19 May 2007 2:32:19 pm Vortechz wrote: Jacob