From owner-freebsd-questions Wed Mar 11 13:34:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15342 for freebsd-questions-outgoing; Wed, 11 Mar 1998 13:34:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from erebus.fc.dna.mil (EREBUS.FC.DNA.MIL [192.149.217.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15278 for ; Wed, 11 Mar 1998 13:34:30 -0800 (PST) (envelope-from mccrory@EREBUS.FC.DNA.MIL) Received: from erebus.fc.dna.mil (erebus.fc.dna.mil [192.149.217.35]) by erebus.fc.dna.mil (8.8.5/8.8.5) with SMTP id OAA15804 for ; Wed, 11 Mar 1998 14:34:19 -0700 (MST) Message-ID: <35070357.41C67EA6@EREBUS.FC.DNA.MIL> Date: Wed, 11 Mar 1998 14:34:15 -0700 From: "Roy A. McCrory" X-Mailer: Mozilla 3.01 (X11; U; FreeBSD 2.1.7-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: hylafax port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tried your port and the generic. All stop.. Missing C++ runtime support for gcc (/usr/bin/gcc). Compilation of the following test program failed: ---------------------------------------------------------- #include "new.h" int main(){ int* a = new int; *a = 0; delete a; return 0;} ---------------------------------------------------------- Usually this is because you do not have libg++ installed on your system or you have installed it in a non-standard location. If you do not have libg++ installed, then you must install it. If libg++ is installed in a non-standard location, then you should configure the compiler so that it will automatically be found. Unrecoverable error! Once you've corrected the problem rerun this script. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Sounds like the end of the line. -- Roy A. McCrory (505) 846-6937 "La tierra es del que la trabaja!" mccrory@erebus.fc.dna.mil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message