Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 1999 09:49:15 -0400 (EDT)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        The Hermit Hacker <scrappy@hub.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: qt20 requires gcc that isn't available?
Message-ID:  <Pine.BSF.4.10.9910270944410.44852-100000@pawn.primelocation.net>
In-Reply-To: <Pine.BSF.4.10.9910271040420.28151-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 27 Oct 1999, The Hermit Hacker wrote:

> 
> Just tried to install qt20 on 3.3-RELEASE and it wants g++295, of which
> there appears to be no port...there is a port for gcc28 and gcc-devel, but
> not gcc29 ...
> 

/usr/ports/x11-toolkits/qt20/Makefile has:
USE_NEWGCC=     YES

which, referencing /usr/ports/Mk/bsd.port.mk, shows:
.if defined(USE_NEWGCC) && ${OSVERSION} < 400004
CC=                             gcc295
CXX=                    g++295
BUILD_DEPENDS+= gcc295:${PORTSDIR}/lang/egcs
MAKE_ENV+=              CC=${CC} CXX=${CXX}
.endif

/usr/ports/lang/egcs/Makefile has:
DISTNAME=       gcc-2.95.1

I'm confused as to what the problem is.  When the qt20 port is used, it
should automatically build g++295 from ${PORTSDIR}/lang/egcs...is it not?

-----
Chris D. Faulhaber <jedgar@fxp.org>  |  All the true gurus I've met never
System/Network Administrator,        |  claimed they were one, and always
Reality Check Information, Inc.      |  pointed to someone better.




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




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