public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Sid confused by Wine ;-)
@ 2002-04-23 16:09 Klaus Pedersen
  2002-04-24 16:06 ` Ben Elliston
  0 siblings, 1 reply; 2+ messages in thread
From: Klaus Pedersen @ 2002-04-23 16:09 UTC (permalink / raw)
  To: SID-list

Hi,

There is one annoying problem with the sid configure scripts on my Linux 
box.

The primary problem is that the configuration variable HAVE_LIBWINMM is 
defined,
which is causing compSched.cxx to fail to compile.

Furthermore, when starting sid, it dumps a core, when it tries to load 
libkernel32.
So there is a problem, that is related to Wine, which exports a lot of 
the Windows
API as standard shared objects that you can link into your own programs. 
It was
a big surprise that my Linux box lived such a double live.

As a workaround I preload the kernel32 and winmm guess variables with 
"no" like this:
  ac_cv_lib_kernel32_main=no \
  ac_cv_lib_winmm_main=no \
  ../sid/src/configure --prefix=/opt/sid --target=arm-elf


How can this problem be fixed? -
 
BR, Klaus Pedersen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-24 23:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-23 16:09 Sid confused by Wine ;-) Klaus Pedersen
2002-04-24 16:06 ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).