Gnu radio build error on beagle board

In a fit of madness, I decided to build gnuradio on the beagleboard.

My current issue is ths error. Does anyone have any thoughts on what
might cause this?

libtool: link: ar cru .libs/libviterbi.a .libs/metrics.o .libs/tab.o
.libs/viter
bi.o

libtool: link: ranlib .libs/libviterbi.a

libtool: link: ( cd “.libs” && rm -f “libviterbi.la” && ln -s
“…/libviterbi.la”
“libviterbi.la” )

g++ -DHAVE_CONFIG_H -I. -I…/…/…/… -g -O2 -Wall
-Woverloaded-virtual -pth
read -MT encode.o -MD -MP -MF .deps/encode.Tpo -c -o encode.o encode.cc

mv -f .deps/encode.Tpo .deps/encode.Po

/bin/sh …/…/…/…/libtool --tag=CXX --mode=link g++ -g -O2 -Wall
-Woverload
ed-virtual -pthread -o encode encode.o libviterbi.la -lm

libtool: link: g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o encode
encode.o
./.libs/libviterbi.a -lm -pthread

encode.o: In function `main’:

/home/balister/gnuradio/gnuradio-core/src/lib/viterbi/encode.cc:49:
undefined re
ference to `encode’

collect2: ld returned 1 exit status

make[5]: *** [encode] Error 1

make[5]: Leaving directory
`/home/balister/gnuradio/gnuradio-core/src/lib/viterb
i’

make[4]: *** [all-recursive] Error 1

Philip

On 01/27/2010 11:53 PM, Philip B. wrote:

In a fit of madness, I decided to build gnuradio on the beagleboard.

My current issue is ths error. Does anyone have any thoughts on what
might cause this?

Ignore this. I think the problem was failure to aggressively clean the
source tree I copied from my x86 box. Must get git going on Beagle…

Philip