Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!sun-barr!decwrl!pa.dec.com!hollie.rdg.dec.com!colix***!reising From: reising@colix (Josef Reisinger) Newsgroups: comp.os.os9 Subject: Re: more linker problems Message-ID: <1991Jan31.090405@colix> Date: 31 Jan 91 10:04:05 GMT References: <1991Jan29.114204.1751@yogi.fhhosp.ab.ca> Sender: news@hollie.rdg.dec.com (USENET News System) Reply-To: Reising@colix.enet.dec.com Organization: Digital Equipment Corporation: Lines: 46 |> |> [...] |> |>I re-read the linker sention of the manual several times and don't see any |>options that seem to apply either. I get no unresolved variables so I think |>I'm linking to all of the necessary libraries in the proper order. |> |>John Edstrom | edstrom@elmer.hsc.ucalgary.ca |> I think the information you seek is _not_ in the linker's manual, but you may find it in the systems technical manual. In your defs-directory is a file, which defines a constant V_USER (I think it's defs/io.a, but...). This is the amount of space used by IOMan. all you have to do is: use ....../defs/io.a (?) . . . vsect ds.b V_USER inptr ds.l 1 inbuf ds.b 80 . ends . . . move.l inptr(a2),... Hope this helps. /jr -- ###################################################################### Josef Reisinger (Software Quality never goes out of style...) Digital Equipment Corporation D-5000 Koeln Stolberger Strasse reisinger@col01.enet.dec.com ! VAX/VMS via USA ...unido!decum!col01.enet!reisinger ! VAX/VMS in EUROPE reising@colix.enet.dec.com ! VAX/Ultrix via USA ...unido!decum!colix.enet!reising ! VAX/Ultrix in EUROPE ######################################################################