On Tue, 1 May 2001, Bang Jun-Young wrote:
Hi,
For the last couple of weeks I spent some time doing porting Wine to NetBSD (there used to be a port but was too out of date). After applying patches my own, it has been successfully compiled and started running.
The most serious problem occurs, however, whenever I try to run a Windows binary with it:
$ wine c:\windows\sol.exe No built-in EXE module loaded! Did you create a .spec file?
Obviously sol.exe doesn't need a .spec file to run. When/Why do I get such an error?
Maybe you already fixed that but... In configure.in there's a NetBSD section that seems incomplete wrt. how one links a builtin dll. And this might be related to your problem. See thos lines:
if test "$ac_cv_c_dll_netbsd" = "yes" then LDSHARED="$(CC) -Wl,-Bshareable,-Bforcearchive" LDDLLFLAGS="" #FIXME <--- doesn't look good fi
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ The greatest programming project of all took six days; on the seventh day the programmer rested. We've been trying to debug the *&^%$#@ thing ever since. Resume: design before you implement.