On Mon, Jan 29, 2007 at 12:01:11PM -0500, Greg Troxel wrote:
> The current subversion build is broken on NetBSD, and probably on
> other systems that don't support the non-standard "exp10" function
> (posix defines exp and log and log10, but not exp10).
>
> config.h is trying to provide exp10 when
The current subversion build is broken on NetBSD, and probably on
other systems that don't support the non-standard "exp10" function
(posix defines exp and log and log10, but not exp10).
config.h is trying to provide exp10 when it doesn't exist by defining
an inline procedure using pow. This is f
G'day,
I'm currently seeing this when attempting to compile svn-current revision
4315.
g++ -DHAVE_CONFIG_H -I. -I../../../..
-I../../../../gnuradio-core/src/lib/runtime
-I../../../../gnuradio-core/src/lib/general
-I../../../../gnuradio-core/src/lib/general
-I../../../../gnuradio-core/src/li