Date: Mon, 8 Jun 2009 11:33:27 -0400 From: Robert Huff <roberthuff@rcn.com> To: Alexander Leidinger <Alexander@leidinger.net> Cc: ports@freebsd.org, Peter Jeremy <peterjeremy@optushome.com.au>, Robert Huff <roberthuff@rcn.com> Subject: Re: porting: Linux to Freebsd Message-ID: <18989.12103.858035.873279@jerusalem.litteratus.org> In-Reply-To: <20090608164014.131052xgwiww9bks@webmail.leidinger.net> References: <18988.39724.572280.687111@jerusalem.litteratus.org> <20090608082930.GD9529@server.vk2pj.dyndns.org> <18988.65260.635443.439491@jerusalem.litteratus.org> <20090608143519.1866665ogux2b8g0@webmail.leidinger.net> <18989.6105.484074.889552@jerusalem.litteratus.org> <20090608164014.131052xgwiww9bks@webmail.leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Leidinger writes: > > Right: I re-ran under bash, and got the same problems. > > Looking at configure.ac, I see: > > > > AC_PATH_PROG(YACC,byacc,no) > > if test "x$YACC" == "xno" > > This should be a "=", not a "==". Same result. > > Relevant bit is: > > > > for ac_remove_CFLAG in "-O1" "-O2" "-O3" ; do > > CFLAGS=${CFLAGS//${ac_remove_CFLAG}/} > > CPPFLAGS=${CPPFLAGS//${ac_remove_CFLAG}/} > > CXXFLAGS=${CXXFLAGS//${ac_remove_CFLAG}/} > > done > > Quick try: > CFLAGS=`echo $CFLAGS | sed -e 's:-O[123]::g'` No change here either. Robert Huff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18989.12103.858035.873279>