From: Frank Blecha Newsgroups: comp.os.msdos.djgpp Subject: g++ install problem Date: Sat, 14 Mar 1998 09:11:31 -0600 Organization: Kansas State University Lines: 76 Message-ID: <350A9E23.52E43E89@ksu.edu> NNTP-Posting-Host: tt69.slip.ksu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've been having a weird problem getting g++ to compile. With the following program, I get the error msgs listed below. I don't understand the referencing error it keeps talking about. Any help would be appreciated. #include int main() { char* c = "blah"; cout <<"this is before"<