Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2004 03:43:37 +0100
From:      Simon Barner <barner@in.tum.de>
To:        "Daniel J Cain Jr." <dan@cain.sh>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to Select Compiler Version when Installing Port
Message-ID:  <20040115024337.GB839@zi025.glhnet.mhn.de>
In-Reply-To: <1074115995.87332.18.camel@gigabeast.home.cain.sh>
References:  <1074115995.87332.18.camel@gigabeast.home.cain.sh>

next in thread | previous in thread | raw e-mail | index | archive | help

--7ZAtKRhVyVSsbBD2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Daniel J Cain Jr. wrote:
> I am trying to get vmailmgr-0.96.9 to build from the ports collection of
> FreeBSD 5.1-RELEASE.  I 'think' it will work if I can have the port use
> a different compiler version during the build.  I have been unable to
> figure/find out how (if?) this is possible.  By default it seems to use
> gcc 3.2.2, and I have the port install of gcc 2.9.5 available I just
> don't know how to make 'make' use the older version.

I usually use

make CC=<your C compiler here> CXX=<your C++ compiler here> build

Simon

--7ZAtKRhVyVSsbBD2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFABf5ZCkn+/eutqCoRAiZoAJ9rE6bKnjeByAlW+nzvlOeRf2p4WQCdGdAc
Q/jW7Utm4eGEBN9zm1/WXiI=
=sED4
-----END PGP SIGNATURE-----

--7ZAtKRhVyVSsbBD2--



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