Displaying 2 results from an estimated 2 matches for "get_list_load_ord".
Did you mean:
get_list_load_order
2001 Jul 01
1
Compile error in x86 Solaris
Hello,
I got these errors during compile wine-20010629 in x86 Solaris
make[2]: Leaving directory `/d1/wine-20010629/miscemu'
gcc -o wine miscemu/miscemu.o -L./dlls -lntdll -L./library -lwine
-L./unicode -lwine_unicode -lsocket -lnsl -lm
make[1]: Entering directory `/d1/wine-20010629/debugger'
gcc -c -I. -I. -I../include -I../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC
2001 Aug 09
2
Solaris X86 Wine
...ver to stop it. CAn someone give me an idea of
the control flow of winedbg so I have a starting point.
<link.h> is sys/link.h in stabs.c and the configure test needs to
include /usr/include/sys looking for link.h to get HAVE_LINK_H right on
Solaris
also bsearch compare function segfaults in get_list_load_order.() when
called with a zero element list of dll overrides. I put a test for a
zero element list in this function and returned FALSE in this case to
work around the problem.
I would appreciate if someone with CVS update access could fix these
things for me