From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200302122258.h1CMwAM17702@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] plan 9 software for unix In-Reply-To: Your message of "Wed, 12 Feb 2003 15:46:44 EST." <3E4AB2B4.4030002@ameritech.net> From: Dan Cross Date: Wed, 12 Feb 2003 17:58:10 -0500 Topicbox-Message-UUID: 5a03f34e-eacb-11e9-9e20-41e7f4b1d025 > 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.