undefined symbol

lawson_whitney at juno.com lawson_whitney at juno.com
Fri Feb 2 17:33:41 CST 2001


On Fri, 2 Feb 2001 heathhey at my-deja.com wrote:

> Has anyone seen this error? is it a bug? if not then what am I doing
> wrong with the compile?
>
> I downloaded the lastest CVS, applied the transgaming patch, it built
> fine and installed fine.
>
>
> # wine /mnt/hda1/windows/sol.exe
> wine: error in loading shared libraries: /usr/local/lib/libntdll.so:
> undefined symbol: wine_ldt_copy
>
> thanks
> heath
>
No, it is proper that should be undefined in libntdll.so.  It is defined
in libwine.so (at least in Wine-20010112 plus a random selection from
wine-patches) and the dynamic linker should resolve it.

Diagnostic tools are ldd and nm

Script started on Fri Feb  2 18:32:00 2001
[whit at giftie lib]$ ldd libnt. dll.so
	libwine.so => /usr/local/lib/libwine.so (0x400ff000)
	libwine_unicode.so => /usr/local/lib/libwine_unicode.so (0x40115000)
	libncurses.so.5 => /usr/lib/libncurses.so.5 (0x401dd000)
	libm.so.6 => /lib/libm.so.6 (0x4021a000)
	libutil.so.1 => /lib/libutil.so.1 (0x40236000)
	libdl.so.2 => /lib/libdl.so.2 (0x4023a000)
	libc.so.6 => /lib/libc.so.6 (0x4023d000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
[whit at giftie lib]$ nm libntdll.so|grep ldt
         U wine_ldt_copy
         U wine_ldt_get_entry
         U wine_ldt_set_entry
[whit at giftie lib]$ nm libwine.so|grep ldt
00003640 B wine_ldt_copy
00001100 T wine_ldt_get_entry
000011a8 T wine_ldt_set_entry
[whit at giftie lib]$ exit
exit

Script done on Fri Feb  2 18:33:04 2001

Lawson

Everything comes from somewhere.  Everything has to go somewhere.
There ain't no such thing as a free IRQ.
---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.



More information about the wine-users mailing list