Date: Wed, 11 Mar 1998 14:34:15 -0700 From: "Roy A. McCrory" <mccrory@EREBUS.FC.DNA.MIL> To: freebsd-questions@FreeBSD.ORG Subject: hylafax port Message-ID: <35070357.41C67EA6@EREBUS.FC.DNA.MIL>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35070357.41C67EA6>
