This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Sid confused by Wine ;-)


>>>>> "Klaus" == Klaus Pedersen <klaus.kruse.pedersen@mail.tele.dk> writes:

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

  Klaus> How can this problem be fixed?

You could hack the configure script so that these tests are only run
if the host is Cygwin.  Although it is not ideal to perform platform
tests like this in the Autoconf world, it is also not ideal to install
software which makes one platform look mysteriously like another.  ;-)

Ben


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]