9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Boyd Roberts <boyd@strakt.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Help! Compiling sam on Linux running IceWM
Date: Fri, 12 Apr 2002 17:33:13 +0200	[thread overview]
Message-ID: <3CB6FE39.AE7CB1B7@strakt.com> (raw)
In-Reply-To: <50ecc828.0204120652.62d86f2e@posting.google.com>

Matt Senecal wrote:
> cc -o samterm.o main.o <<MORE .o's HERE>> unix.o
> ../libframe/libframe.a ../libXg/libXg.a /usr/X11R6/lib/libXt.a
> /usr/X11R6/lib/libX11.a

Look's like you didn't:

    cp Make.linux Makefile

in each of the directories.

You need:

    XLIBS=/usr/X11R6/lib/libXt.a /usr/X11R6/lib/libX11.a \
          /usr/X11R6/lib/libSM.a /usr/X11R6/lib/libICE.a

And that's straight from libXg/Make.linux

The stuff that's missing is in the last two libraries.


  reply	other threads:[~2002-04-12 15:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-12 15:05 Matt Senecal
2002-04-12 15:33 ` Boyd Roberts [this message]
2002-04-16  9:17   ` Matt Senecal
2002-04-16 10:03     ` Boyd Roberts
2002-04-17  9:06       ` Douglas A. Gwyn
2002-04-17 10:49         ` Boyd Roberts

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=3CB6FE39.AE7CB1B7@strakt.com \
    --to=boyd@strakt.com \
    --cc=9fans@cse.psu.edu \
    /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 NNTP newsgroup(s).