GCC3.4

Kris Kennaway kris at obsecurity.org
Fri Apr 30 15:38:42 PDT 2004


On Fri, Apr 30, 2004 at 09:36:07AM -0500, J.D. Bronson wrote:
> At 09:13 AM 04/30/2004, Jason Lixfeld wrote:
> >How do you do tell things to use gcc3 instead of gcc?  export a variable 
> >before make which tells make which compiler to use?
> 
> # CC=gcc3
> export CC
> # CXX=c++3
> export CXX

Note that you usually can't mix and match C++ code compiled with
different versions of GCC, because they frequently break the ABI.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040430/1fa31b3a/attachment.bin


More information about the freebsd-questions mailing list