9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] plan 9 software for unix
Date: Wed, 12 Feb 2003 17:58:10 -0500	[thread overview]
Message-ID: <200302122258.h1CMwAM17702@augusta.math.psu.edu> (raw)
In-Reply-To: Your message of "Wed, 12 Feb 2003 15:46:44 EST." <3E4AB2B4.4030002@ameritech.net>

>     isinf                               libfmt.a(fltfmt.o)
>     ld: fatal: Symbol referencing errors. No output written to test
>     collect2: ld returned 1 exit status
>     make: *** [test] Error 1
>     blueberry.north_ %

Stuff like that is annoying, but easy to work around if you have access
to the libraries that come with workshop (nevermind the workshop compilers,
which are the big deal).  I did this:

	gmake
	ld -r -o _fltfmt.o fltfmt.o /opt/SUNWspo/WS6U2/lib/libsunmath.a
	mv _fltfmt.o fltfmt.o
	gmake test

That fixed my libfmt.a.  Of course, if you don't have access to the
workshop libraries, you're still out of luck.

	- Dan C.



  reply	other threads:[~2003-02-12 22:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-12 20:13 Russ Cox
2003-02-12 20:46 ` northern snowfall
2003-02-12 22:58   ` Dan Cross [this message]
2003-02-13  2:33     ` Russ Cox
2003-02-13  0:26 ` Glenn McGuire
2003-02-13 12:28 ` Eric Grosse
2003-02-13 17:47 ` Jeff Sickel
2003-02-13 17:57   ` Russ Cox
2003-02-13 18:37 ` Russ Cox
2003-02-13 13:19 Eric Grosse

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=200302122258.h1CMwAM17702@augusta.math.psu.edu \
    --to=cross@math.psu.edu \
    --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).