From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20021206041809.13370.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu From: Scott Schwartz Subject: [9fans] testing and p9fmt Date: Thu, 5 Dec 2002 23:18:09 -0500 Topicbox-Message-UUID: 2f22e0e0-eacb-11e9-9e20-41e7f4b1d025 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 #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. :)]