On Thu, 02 Apr 2009 10:01:00 GMT, Mark <ad...@asarian-host.net> wrote: > I also set things like this in the Makefile: > > $(GCC) = /usr/local/bin/gcc44 > > But that doesn't seem to help.
Should be, according to syntax: GCC=/usr/local/bin/gcc44 or CC=/usr/local/bin/gcc44 As far as I understood, CC is the variable used by the port's make subsystem. Maybe it's possible to install the port "over" the system's compiler by defining a prefix other than /usr/local, but I don't know if this is recommended. -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"