From owner-freebsd-hackers Thu May 8 13:38:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA18268 for hackers-outgoing; Thu, 8 May 1997 13:38:15 -0700 (PDT) Received: from aries.bb.cc.wa.us ([208.8.136.11]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA18263 for ; Thu, 8 May 1997 13:38:13 -0700 (PDT) Received: from localhost (chris@localhost) by aries.bb.cc.wa.us (8.8.5/8.6.9) with SMTP id NAA05230; Thu, 8 May 1997 13:32:23 -0700 (PDT) Date: Thu, 8 May 1997 13:32:23 -0700 (PDT) From: Chris Coleman To: hackers@freebsd.org cc: jeremyd@bb.cc.wa.us Subject: 3.0-050297-SNAP C++ Problem. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am writing a program in C++ and everything was working fine on FBSD 2.1.7. Then when I upgraded to 3.0-SNAP my program wouldn't make. It gave me linker errors missing things like "_cout" and the other C++ Stream stuff. I removed the libg++.so.4.0 library temporarily and compiled the program again. It compiled, but now when I try to declare a fstream variable the program crashes and core dumps. Any help would be appreciated. Christopher J. Coleman (chris@aries.bb.cc.wa.us) Computer Support Technician I (509)-766-8873 Big Bend Community College Internet Instructor FreeBSD Book Project: http://vinyl.quickweb.com/~chrisc/book.html Disclaimer: Even Though it has My Name on it, Doesn't mean I said it.