[Bug 962] New: Missing C++ runtime support

[email protected] Wed, 13 Jan 2016 15:31:50 -0500
Newsgroups gmane.comp.telephony.fax.hylafax.devel
Message-ID <[email protected]/>
http://bugs.hylafax.org/show_bug.cgi?id=962

           Summary: Missing C++ runtime support
           Product: HylaFAX
           Version: 6.0.6
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: source-build
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I tried several different compilers but non of them did successfully configure
a makefile.



Missing C++ runtime support for g++-mp-5 (/opt/local/bin/g++-mp-5).

Compilation of the following test program failed:

----------------------------------------------------------
#include <iostream.h>
int main(){ cout << "Hello World!" << endl; return 0;}
----------------------------------------------------------

Usually this is because you do not have a standard C++ library
installed on your system or you have installed it in a non-standard
location.  If you do not have a C++ library installed, then you must
install it.  If it is installed in a non-standard location, then you
should configure the compiler so that it will automatically be found.

(For recent gcc releases this is libstdc++, for older gcc - libg++)

Unrecoverable error!  Once you've corrected the problem rerun this script.


-- 
Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


____________________ HylaFAX(tm) Developers Mailing List ____________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe [email protected] < /dev/null