From owner-freebsd-questions Wed Nov 22 17:44:02 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA02225 for questions-outgoing; Wed, 22 Nov 1995 17:44:02 -0800 Received: from emws1.ee.ibaraki.ac.jp (emws1.ee.ibaraki.ac.jp [157.80.23.41]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id RAA02194 for ; Wed, 22 Nov 1995 17:43:59 -0800 Message-Id: <199511230143.RAA02194@freefall.freebsd.org> Received: from tao.ee.ibaraki.ac.jp by emws1.ee.ibaraki.ac.jp with SMTP (1.37.109.4/16.2) id AA08417; Thu, 23 Nov 95 10:44:25 +0900 Date: Thu, 23 Nov 1995 10:45:08 +0900 To: questions@freebsd.org From: wada@ee.ibaraki.ac.jp (Wada, Tatsuaki) X-Sender: wada@emws1.ee.ibaraki.ac.jp Subject: Re: [Q] Again! X-Mailer: Eudora-J(1.3.8.5-J13) Sender: owner-questions@freebsd.org Precedence: bulk At 3:00 PM 95.11.22 -0500, Chuck Robey wrote: > >I checked, there is no generic.h. Are you absolutely certain there >SHOULD be one? I have a complete FreeBSD system, running -current. I guess then FreeBSD does not have one, though I don't know why. I've got the source of libg++2.6.2 and found a generic.h in it's src tree. The follwoing is the part of its content. Copyright (C) 1988 Free Software Foundation written by Doug Lea (dl@rocky.oswego.edu) This file is part of the GNU C++ Library. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef generic_h #define generic_h 1 #define name2(a,b) gEnErIc2(a,b) #define gEnErIc2(a,b) a ## b #define name3(a,b,c) gEnErIc3(a,b,c) #define gEnErIc3(a,b,c) a ## b ## c . . . #endif /* generic_h */ I'd like to know how to install one. I want to use one. I wonder whether FreeBSD includes the full functions of libg++ or not. -- Tatsuaki Wada Dept. Electrical and Electronic Engineering Ibaraki University 4-12-1 Nakanarusawa, Hitachi, 316, Japan. e-mail: wada@ee.ibaraki.ac.jp