Hallo,
it seems that libwinedos.so is missing some functions on my system:
hertz:/spare/bon/wine> wine -- /dosc/local/pkunzip.exe eagle-4.0g.exe ... fixme:win32:ELF_FindExportedFunction function GetCurrent not found: /spare/bon/wine/dlls/libwinedos.so: undefined symbol: GetCurrent fixme:win32:ELF_FindExportedFunction function LoadDPMI not found: /spare/bon/wine/dlls/libwinedos.so: undefined symbol: LoadDPMI ...
Did I forget to configure something? But with a grep through the sources, I couldn't find a place were LoadDPMI was defined.
Bye
Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
On Thu, 1 Feb 2001, Uwe Bonnes wrote:
hertz:/spare/bon/wine> wine -- /dosc/local/pkunzip.exe eagle-4.0g.exe ... fixme:win32:ELF_FindExportedFunction function GetCurrent not found: /spare/bon/wine/dlls/libwinedos.so: undefined symbol: GetCurrent fixme:win32:ELF_FindExportedFunction function LoadDPMI not found: /spare/bon/wine/dlls/libwinedos.so: undefined symbol: LoadDPMI ...
winedos.spec:
@ stdcall GetCurrent() MZ_Current @ stdcall LoadDPMI() MZ_AllocDPMITask @ stdcall LoadDosExe(str long) MZ_LoadImage @ stdcall Exec(ptr str long ptr) MZ_Exec @ stdcall Exit(ptr long long) MZ_Exit
Something missing?