On Wed, 18 Jul 2001, Mike McCormack wrote:
with this patch, all use of unix fds has been eliminated from the 16bit comm code. Next step is to remove use of the service thread...
ChangeLog: use GetCommState16 to save state in OpenComm16 merge comm16 globals into one structure
gcc -shared -Wl,-soname,libkernel32.so kernel32.spec.o comm.spec.o kernel.spec.o stress.spec.o system.spec.o toolhelp.spec.o windebug.spec.o win87em.spec.o wprocs.spec.o comm.o debugger.o format_msg.o kernel_main.o stress.o string.o sync.o thunk.o time.o toolhelp.o utthunk.o win87em.o windebug.o wowthunk.o utthunk.glue.o -o libkernel32.so -L../../dlls -lntdll -L../../library -lwine -lm -lutil -ldl /usr/i386-slackware-linux/bin/ld: warning: type and size of dynamic symbol `CALL32_Regs' are not defined make[2]: Leaving directory `/oof/Wine-20010629/dlls/kernel'
Is this right, or are my binutils getting long in the tooth? Seems to work OK though.
Lawson ---cut here---
________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/tagj.
On Wed, Jul 18, 2001 at 11:49:16AM -0400, lawson_whitney@juno.com wrote:
On Wed, 18 Jul 2001, Mike McCormack wrote:
with this patch, all use of unix fds has been eliminated from the 16bit comm code. Next step is to remove use of the service thread...
ChangeLog: use GetCommState16 to save state in OpenComm16 merge comm16 globals into one structure
gcc -shared -Wl,-soname,libkernel32.so kernel32.spec.o comm.spec.o kernel.spec.o stress.spec.o system.spec.o toolhelp.spec.o windebug.spec.o win87em.spec.o wprocs.spec.o comm.o debugger.o format_msg.o kernel_main.o stress.o string.o sync.o thunk.o time.o toolhelp.o utthunk.o win87em.o windebug.o wowthunk.o utthunk.glue.o -o libkernel32.so -L../../dlls -lntdll -L../../library -lwine -lm -lutil -ldl /usr/i386-slackware-linux/bin/ld: warning: type and size of dynamic symbol `CALL32_Regs' are not defined make[2]: Leaving directory `/oof/Wine-20010629/dlls/kernel'
Is this right, or are my binutils getting long in the tooth?
No, the error has been there for several months now. It does not seem to be harmful.
Ciao, Marcus