home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!olivea!sgigate!odin!triton.mti.sgi.com!wsj
- From: wsj@triton.mti.sgi.com (Bill Johnson)
- Newsgroups: comp.sys.sgi
- Subject: Re: More malloc() questions.
- Keywords: malloc, WorkShop
- Message-ID: <1992Nov7.025314.17737@odin.corp.sgi.com>
- Date: 7 Nov 92 02:53:14 GMT
- References: <1992Nov6.212516.336@den.mmc.com> <1992Nov7.015108.259@ultra.com>
- Sender: news@odin.corp.sgi.com (Net News)
- Reply-To: wsj@mti.sgi.com
- Organization: Silicon Graphics, Inc.
- Lines: 18
- Nntp-Posting-Host: triton.mti.sgi.com
-
- In article <1992Nov7.015108.259@ultra.com>, keving@corin.ultra.com (Kevin W. Gurney) writes:
- |> In article <1992Nov6.212516.336@den.mmc.com>, beck@enterprise.den.mmc.com (Fred R. Beck) writes:
- |> |>
- |> |> I understand that the lib[*]_s.a are "shared" libraries. I
- |> |> understand that the lib[*]_G0.a are graphics related routines.
- |>
- |> libfoo_G0.a consists of the same objects in libfoo.a, each compiled with
- |> ld(1)'s "-G 0" option. Nothing to do with graphics at all. See ld(1) for
- |> more details.
-
- Actually, it's the -G 0 option to the compilers, in this case.
- -G 0 instructs the compilers to put (and expect) no globals in
- the GP area. man ld(1) or cc(1) will give you more info.
-
- --
- Bill Johnson 10U-178 wsj@mti.sgi.com
- Silicon Graphics, Inc. Office:(415) 390-4283
- MTI Compilers Fax:(415) 390-6170
-