On Fri, Jun 10, 2005 at 03:53:15PM +0930, Daniel O'Connor wrote:
> On Mon, 3 Jan 2005 22:43, Daniel O'Connor wrote:
> > Hi,
> > I'm trying to build GNU Radio from CVS on FreeBSD -current, but I'm not
> > having much luck with autoconf and friends :(
> >
> > Here's a summary of what I ran..
> > aclocal19 -I config
> > libtoolize15 --automake
> > automake19 --add-missing
> > autoconf259
> > autoheader259

More notes:

FreeBSD 4.x defaults to gcc/g++ 2.95+

Hope by "current" you mean FreeBSD 5.3+


Also for unknown reasons, FreeBSD does not install the pointers to the
"latest" autotools. I haven't figured out why so I just put soft links
in /home/gr/bin for those.

ln -s /usr/local/bin/aclocal19 /home/gr/bin/aclocal
etc

This makes the default bootstrap script work.


Also put "gmake" in place of "make" in the gr-build/buildit script.
FreeBSD defaults to make rather than gmake.



-- 
LRK
[EMAIL PROTECTED]


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to