9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Scott Schwartz <schwartz@bio.cse.psu.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] testing and p9fmt
Date: Thu,  5 Dec 2002 23:18:09 -0500	[thread overview]
Message-ID: <20021206041809.13370.qmail@g.bio.cse.psu.edu> (raw)

This message is testing a change to our mailing list software.

But as long as you're listening, the p9fmt library that Russ mentioned
recently needs a tweak to compile on Solaris.

In strtod.c

#ifdef __sun
#include <sunmath.h>
#define nan(x) quiet_nan(0)
#endif

In Makefile,

CFLAGS=-xO5 -xipo=1
LDLIBS=/opt/SUNWspro/lib/libsunmath.so
LDFLAGS=-R/opt/SUNWspro/lib

[The -xipo flag turns on optimization in the linker, which is
more Plan 9-like. :)]



             reply	other threads:[~2002-12-06  4:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-06  4:18 Scott Schwartz [this message]
2002-12-06  4:48 Russ Cox
2002-12-06  5:25 ` William Josephson

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=20021206041809.13370.qmail@g.bio.cse.psu.edu \
    --to=schwartz@bio.cse.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).