*BSD News Article 18234


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!network.ucsd.edu!usc!howland.reston.ans.net!usenet.ins.cwru.edu!ljo
From: ljo@vger.eeap.cwru.edu (L Jonas Olsson)
Newsgroups: comp.os.386bsd.questions
Subject: Re: how to build libg++-2.3
Date: 11 Jul 1993 22:49:30 GMT
Organization: Case Western Reserve Univ. Cleveland, Ohio (USA)
Lines: 19
Message-ID: <21q5dq$i58@usenet.INS.CWRU.Edu>
References: <CA0rKL.1A5@magrana1.uucp>
NNTP-Posting-Host: vger.eeap.cwru.edu

In article <CA0rKL.1A5@magrana1.uucp> rob@magrana1.uucp (Rob Duncan) writes:
>i am attempting to build libg++2.3 but i'm running into problems with
>conflicts between the standard 386bsd include files and those
>distributed with libg++.  i have the same problems whether or not i run
>fixincludes when i installed gcc-2.3.3.

If you instead want to build libg++-2.4 with gcc-2.4.5 there are already
386BSD patches distributed in libg++-2.4. After installing gcc-2.4.5 you
do:

zcat libg++-2.4.tar.z |tar xvf -
cd libg++-2.4
patch -p1 -s < libg++/README.386bsd
./configure 386bsd
make
make check
make install

Jonas