home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!gumby!wmu-coyote!22black
- From: 22black@sol.cs.wmich.edu (Martin Black)
- Subject: Re: GNU C and C++ for Amiga?????
- Message-ID: <1992Nov19.180752.6382@sol.cs.wmich.edu>
- Organization: Western Michigan Univ. Comp. Sci. Dept.
- References: <1992Nov19.002511.10918@rmece49.upr.clu.edu>
- Date: Thu, 19 Nov 1992 18:07:52 GMT
- Lines: 24
-
- mefisto@rmece02.upr.clu.edu (Jaime R. Lopez Vazquez) writes:
-
- > I'm pretty new here in comp.sys.amiga.programmer.
- >From what I have seen many people here use GNU C with
- >Amiga. How can be GNU C and C++ be used with Amiga?
- >What set-up is necessary to access all the Amiga OS
- >functions with GNU C and C++?
- > I will appreciate any help on this.
-
- Well, you need about 6megs free on your hard drive and at the very
- minimum you need 3megs ram(1 meg chip 2 meg fast). But that is really
- cutting it close especially with c++ compiling. And I think you need
- os 2.0 or greater.
-
- The only thing else that needs to be known, is that to c++ compile
- i'd suggest using this at the command line instead of the g++ script
- > gcc "-xc++" -xnone programname.cc "-lg++"
- In that order, and obviously replace 'programname' with your program.
- make sure to include the quoatation marks. And I would suggest you get
- 4meg of ram for this, but i have seen it done on less [ but small ones ]
-
- Martin
-
-
-