public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Klaus Pedersen <klaus.kruse.pedersen@mail.tele.dk>
To: SID-list <sid@sources.redhat.com>
Subject: Sid confused by Wine ;-)
Date: Tue, 23 Apr 2002 16:09:00 -0000	[thread overview]
Message-ID: <3CC5E9DA.9080207@mail.tele.dk> (raw)

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

             reply	other threads:[~2002-04-23 23:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-23 16:09 Klaus Pedersen [this message]
2002-04-24 16:06 ` Ben Elliston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CC5E9DA.9080207@mail.tele.dk \
    --to=klaus.kruse.pedersen@mail.tele.dk \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).