Re: Forcing specific (lower) version of gcc for port?

2004-10-19 Thread Erik Norgaard
Kris Kennaway wrote: > You sure you're using an up-to-date ports tree? This was fixed a few > weeks ago. Thanks! No, my ports tree was one month old. Cheers, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071

Re: Forcing specific (lower) version of gcc for port?

2004-10-19 Thread Kris Kennaway
On Tue, Oct 19, 2004 at 09:53:33PM +0200, Erik Norgaard wrote: > Hi, > > I am trying to port minisip from linux to freebsd. The development team > builds using gcc v. 3.3 but I am using -CURRENT which has gcc 3.4 as > default. In the makefile I have specified USE_GCC= 3.3 - yet the source > is com

Forcing specific (lower) version of gcc for port?

2004-10-19 Thread Erik Norgaard
Hi, I am trying to port minisip from linux to freebsd. The development team builds using gcc v. 3.3 but I am using -CURRENT which has gcc 3.4 as default. In the makefile I have specified USE_GCC= 3.3 - yet the source is compiled with gcc 3.4. On the other hand, I have tried to compile on -STABLE