Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!ucsd!ucbvax!PPDPI2.NRL.NAVY.MIL!mitch From: mitch@PPDPI2.NRL.NAVY.MIL (Horace Mitchell) Newsgroups: comp.sys.sgi Subject: (none) Message-ID: <9101251218.AA01225@ppdpi2.nrl.navy.mil> Date: 25 Jan 91 12:18:52 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 20 I'm trying to perform namelist reads and writes to strings in Fortran, which the manual says is legal, i.e., character out*80 namelist /test/ a write (out,NML=test) end The result is f77 test.f -o test /usr/bin/ld: Undefined: s_wsni Compilation exited abnormally with code 1 at Fri Jan 25 07:11:09 Does anyone know where this routine is or whether this facility is supported in the MIPS compiler? ( I'm running irix 3.3.1 )