All of lore.kernel.org
 help / color / mirror / Atom feed
From: p@dirac.org (Peter Jay Salzman)
To: linux-msdos@vger.kernel.org
Subject: Is dosemu build system not working correctly?
Date: Mon, 31 May 2004 22:25:32 -0700	[thread overview]
Message-ID: <20040601052532.GA17055@dirac.org> (raw)

I think there's a problem with the dosemu build system.  I'm using
Debian testing.


When I build with "linkstatic off", everything is fine:

   configure: Linking for shared libraries...

   checking for vga_simple_init in -lvga... yes
   configure: Compiling with svgalib support...

   checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
   checking for gethostbyname... yes
   checking for connect... yes
   checking for remove... yes
   checking for shmat... yes
   checking for IceConnectionNumber in -lICE... yes
   checking for XOpenDisplay in -lX11... yes
   configure: Compiling with X support...
   checking for X11/extensions/XShm.h... yes
   checking for X11/extensions/xf86vmode.h... yes

However, when building with "linkstatic on", the static libraries aren't
found:

   configure: Linking statically...

   checking for vga_simple_init in -lvga... no
   configure: Compiling without svgalib support...

   checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
   checking for dnet_ntoa in -ldnet... no
   checking for dnet_ntoa in -ldnet_stub... no
   checking for gethostbyname... yes
   checking for connect... yes
   checking for remove... yes
   checking for shmat... yes
   checking for IceConnectionNumber in -lICE... yes
   checking for XOpenDisplay in -lX11... no
   checking for XCloseDisplay in -lX11... no
   checking for main in -lXwindow... no
   configure: Compiling without X support...

I have the following packages installed:

   libx11-6, libx11-dev, x-dev, xlibs-dev, libsvga1-dev

The libraries really are on my system:

   # locate libvga.a libX11.a
   /usr/lib/libvga.a
   /usr/X11R6/lib/libX11.a

But it looks like they (the static versions) aren't being found.  Is
this a known issue?  Do I have the correct libraries installed?

Thanks,
Pete

-- 
GPG Instructions: http://www.dirac.org/linux/gpg
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D

Good, Fast, Cheap.  Pick any two (you can't have all three)
   --- RFC 1925: The Twelve Networking Truths (The 7th truth)

                 reply	other threads:[~2004-06-01  5:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040601052532.GA17055@dirac.org \
    --to=p@dirac.org \
    --cc=linux-msdos@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.