delorie.com/archives/browse.cgi | search |
Xref: | news-dnh.mv.net comp.os.msdos.djgpp:3427 |
Path: | news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!news.tamu.edu!news |
From: | Hamilton <rbh0411 AT tamu DOT edu> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: C++ code under djgpp..... |
Date: | 25 Nov 1995 02:28:54 GMT |
Organization: | Texas A&M University, College Station, TX |
Lines: | 19 |
References: | <494jdf$alp AT news1 DOT inlink DOT com> |
Nntp-Posting-Host: | ppp09-10.rns.tamu.edu |
To: | djgpp AT sun DOT soe DOT clarkson DOT edu |
Dj-Gateway: | from newsgroup comp.os.msdos.djgpp |
mlinvle AT inlink DOT com (mlinvle) wrote: >I'm trying to compile C++ code under djgpp, but get a number of errors that >seem to suggest that I should be writing C-style c > >I'm using cc1plus.exe to compile with...Should I be using this or cpp.exe? > >thanks... I'm about as far from an expert as you can get, but I think you should be using gcc.exe. for example: gcc myfile.cc -o myfile.exe -lgpp Also don't forget to execute the program: setdjgpp.exe before doing anything else. After that, info should be able to find your info files.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |