home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / tech / 6594 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.6 KB  |  31 lines

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