delorie.com/archives/browse.cgi | search |
From: | Nate Eldredge <neldredge AT hmc DOT edu> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: fstream problems? |
Date: | 27 Nov 2000 12:41:28 -0800 |
Organization: | InterWorld Communications |
Lines: | 19 |
Sender: | nate AT mercury DOT st DOT hmc DOT edu |
Message-ID: | <83g0kduozr.fsf@mercury.st.hmc.edu> |
References: | <8FF1CB55A0wf89u AT 206 DOT 13 DOT 28 DOT 143> <83y9yfdyp3 DOT fsf AT mercury DOT st DOT hmc DOT edu> <8FF57C6080wf89u AT 206 DOT 13 DOT 28 DOT 144> |
NNTP-Posting-Host: | mercury.st.hmc.edu |
Mime-Version: | 1.0 |
X-Trace: | nntp1.interworld.net 975357688 34614 134.173.57.219 (27 Nov 2000 20:41:28 GMT) |
X-Complaints-To: | usenet AT news DOT interworld DOT net |
NNTP-Posting-Date: | Mon, 27 Nov 2000 20:41:28 +0000 (UTC) |
User-Agent: | Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
thelemur AT nowhere DOT not (Wesel) writes: > >> gcc -c test.cpp > >> gcc test.o -o test.exe > > > >This should be gxx, not gcc. > > *shrug* gcc and gxx work much the same I've found, as long as you provide > the right libraries. Correct; gxx is currently just an alias for gcc that includes the standard C++ libraries. However, on other systems, gxx (or g++ as the case may be) knows where to find those libraries, and maybe you don't. In the future it might do other magic as well. -- Nate Eldredge neldredge AT hmc DOT edu
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |