Subject: Re: GCC 3 and BSD style makefile?
To: None <netbsd-users@netbsd.org>
From: leam <leam@reuel.net>
List: netbsd-users
Date: 05/10/2003 19:34:09
leam wrote:
> New to this, what is my "BSD style makefule"?
>
>
> ===========================================================================
> $NetBSD: MESSAGE,v 1.3 2003/05/02 13:36:51 jmmv Exp $
>
> To use gcc-3.2.2nb1 include "/usr/pkg/share/examples/gcc/mk.conf" in
> your BSD style makefile.
>
> ===========================================================================
Sadly, I have nothing better to do on a Saturday afternoon than to add
to my own mail.
Will solving this makefile issue also ensure gcc3 is my default gcc? I
put /usr/pkg/bin in front of /usr/bin in my path, and made a link from
/usr/pkg/gcc-3.2.2/bin/gcc to /usr/pkg/bin/gcc, but a "which gcc"
returns /usr/bin/gcc.
If i run /usr/pkg/bin/gcc -v, I get the proper version 3.
ciao!
leam