Section 1 : Building from Source Code

Q109: I seem to be missing file "new.h"?


? Got something to say about this answer? Hit the question mark to invoke the mailer and send your comments to the HylaFAQ maintainers.

Q.
I seem to be missing file "new.h"?

A.
Date: Sun, 25 Aug 1996 17:40:50 -0700
From: "Scott J. Kramer" <sjk@cisco.com>
Subject: Re: hylafax-v4.0beta020

On Aug 25, 18:35, Peter Mastren wrote:
> Subject: hylafax-v4.0beta020

> I seem to be missing file "new.h".  I can get by the configure problem by
> simply creating an empty "new.h" but then the build fails later while
> trying to build the 'util' subdirectory.  BTW, "make" doesn't stop after
> the compile failures in the 'util' subdirectory.

Looks like you're missing the libg++ header files, which include "new.h".
On my system:

    sjk@halo> locate new.h | fgrep g++-include
    /opt/gnu/lib/g++-include/new.h
    /opt/gnu/lib/g++-include/std/new.h

I'm not sure where they're normally installed on Linux... likely either in
/usr/lib/g++-include or /usr/local/lib/g++-include.

-sjk

-- 
Scott J. Kramer					Cisco Systems, Inc.


 Back to FAQ Index FAQ Index  Next question in List Q110: Build error on Solaris 2.5 with -pedantic-errors?
faq@hylafax.org. Last updated $Date: 1999/12/15 01:24:42 $.