home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!serval!hlu
- From: hlu@eecs.wsu.edu (H.J. Lu)
- Subject: Re: GCC make
- Message-ID: <1993Jan7.235036.16980@serval.net.wsu.edu>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: School of EECS, Washington State University
- References: <C0IAAI.DKz@ais.org>
- Distribution: na
- Date: Thu, 7 Jan 93 23:50:36 GMT
- Lines: 19
-
- In article <C0IAAI.DKz@ais.org>, sno@ais.org (Stephen Opal) writes:
- |> I have looked through the recent GCC 2.3.3 distributions but can't seem
- |> to find 'make'. Where is it?
- |>
- |> --
- |> Stephen N. Opal sno@umcc.ais.org
-
- make is not the part of gcc. It is not even required to using gcc, but you
- do need binutils. make is in Linux Base System. I believe SLS has this too.
- BTW, there are lots of patches I used to compile GNU stuff on tsx-11 under
- pub/linux/GCC/patches. For most of new GNU stuff, you just need to do
-
- configure [i386-linux]
- make
-
- If you want to save some disk spaces, you can delete those functions we
- have in libc.a since they are the same, all from GNU.
-
- H.J.
-