Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 1998 14:08:37 -0800
From:      "David O'Brien" <obrien@nuxi.ucdavis.edu>
To:        "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>, current@FreeBSD.ORG
Subject:   Re: Q: -DNOLIBG++ howto?
Message-ID:  <19981224140837.A10869@nuxi.com>
In-Reply-To: <wpaf0dzfir.fsf@heho.snv.jussieu.fr>; from Arno J. Klaassen on Thu, Dec 24, 1998 at 05:11:24PM %2B0100
References:  <wpaf0dzfir.fsf@heho.snv.jussieu.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm trying to compile the world with some egcs-binutils snapshot (not
> from the ports collection). Most assembler files won't compile, but

I would 1st start with just compiling everything in place.  (ie, cd
/usr/src/*/foo ; make CC=egcc).  Otherwise, you want to place EGCS in
your world (ie, under /usr/src) and hack the `make world' Makefile's
appropriately.  Otherwise you are destined for doom.


> Could someone eventually indicate me which files to alter to:
>  - not build contrib/libg++

WHY would you even try to compile libg++?  What is in contrib/libg++ is
part of EGCS.  *IF* EGCS were to become the base compiler,
contrib-/libg++ will be removed.

Hack your /usr/src/*/Makefile's to skip this building step.

>  - not add -I/usr/obj/<whatever>/src/tmp/usr/include/g++ to the include paths

Hack the Makefile's.

>  - take away dependencies for g++-include and libg++*

ditto.

-- 
-- David    (obrien@NUXI.ucdavis.edu  -or-  obrien@FreeBSD.org)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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