Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 1995 20:30:08 -0700
From:      "Jordan K. Hubbard" <jkh@freefall.cdrom.com>
To:        Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Cc:        bugs@FreeBSD.org
Subject:   Re: missing header files in libg++ 
Message-ID:  <26736.800595008@freefall.cdrom.com>
In-Reply-To: Your message of "Fri, 12 May 95 10:35:19 %2B0200." <199505120835.KAA29933@ghpc6.ihf.rwth-aachen.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Moin moin,
> 
> while porting the latest version of ACS I noticed that complex.h
> from libg++ was omitted in the FreeBSD src.  This seems to be in
> libg++ for compatibility with AT&T's idea of the class.
> 
> Could you please leave it in the distribution for 2.0.5?

Eh?  Are you sure?  I just checked the install rule for libg++'s
include tree and I see:

beforeinstall:
        cd ${.CURDIR}/include; \
        for i in *.h; do \
                cmp -s $$i ${DESTDIR}/usr/include/g++/$$i || \
                        install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
                        ${DESTDIR}/usr/include/g++/$$i; \

This will pick up ALL the headers, and would most certainly
include complex.h

						Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26736.800595008>