home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.st.tech
- Path: sparky!uunet!usc!howland.reston.ans.net!spool.mu.edu!sol.ctr.columbia.edu!phlim.ph.kcl.ac.uk!sjg
- From: sjg@phlim.ph.kcl.ac.uk (Simon Gornall)
- Subject: Re: help me with GNU c please.. i don't know what files to get.
- References: <C0nM1x.BE8@rahul.net> <C0pGuv.BFB@news2.cis.umn.edu>
- Sender: nobody@ctr.columbia.edu
- Organization: Kings College London Image Processing Group
- Date: Mon, 11 Jan 1993 23:40:59 GMT
- Message-ID: <1993Jan11.234059.19711@sol.ctr.columbia.edu>
- Distribution: na
- X-Posted-From: phlem.ph.kcl.ac.uk
- NNTP-Posting-Host: sol.ctr.columbia.edu
- Lines: 16
-
- The GNU C compiler is a little more flexible than most, you'll need to set environment
- variables (almost demands a CLI approach) of GNUINC to point to the location of the include
- files, and GNULIB to point to the library files, and GCCEXEC to point to the prefix used
- for the gcc binaries that sets them apart from the standard unix ones.
-
- For example, in the MiNT distribution kit, the following are set...
-
- GCCEXEC U:/usr/bin/gcc- /* the binaries are in /usr/bin and begin with
- gcc-(compiler filename) eg: gcc-cc1.ttp */
- GNUINC U:/usr/include /* the location of all the include files */
- GNULIB U:/usr/lib /* the location of all the libraries */
- --
- ________________________________________________________________________________
- \ Simon Gornall - Kings College London. Email: sjg@phlim.ph.kcl.ac.uk /
- / - finger sjg@137.73.4.24 for info on the MiNT distrib kit - \
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-