delorie.com/archives/browse.cgi | search |
Date: | Sun, 26 Nov 1995 09:21:51 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | mlinvle <mlinvle AT inlink DOT com> |
Cc: | djgpp AT sun DOT soe DOT clarkson DOT edu |
Subject: | Re: C++ code under djgpp..... |
On 24 Nov 1995, mlinvle wrote: > I'm using cc1plus.exe to compile with...Should I be using this or cpp.exe? Do *not* use cc1plus directly. Instead, call your files .cpp or .cc or .cxx and call gcc to compile them. Gcc will invoke the pre-processor before the compiler, and will pass them the right options so it will find its include directories.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |