Ben Kelley wrote:
Hi, I had checked out the source from trunk on Friday, and I keep running
into an error where it appears to be dying on a linking stage. The
./configure line was
$ ./configure --with-boost-include-dir=/usr/include/boost-1_33_1
I've run make two or three times, as well as make clean and checking out
again. I still run into the same issues. I didn't see anything
documenting
this. I'm going to go with the tar.gz for now, but I just thought I'd see
if anyone had had this issue or resolved it.
make all-am
make[6]: Entering directory
`/cygdrive/c/usr/KELLEBC/gnuradio/gnuradio-core/src
lib/swig'
/bin/sh ../../../../libtool --tag=CXX --mode=link g++ -g1 -O1 -Wall
-Woverloa
ed-virtual -module -avoid-version -no-undefined -o
_gnuradio_swig_py_runtime.
a -rpath /usr/local/lib/python2.4/site-packages/gnuradio/gr
_gnuradio_swig_py_r
ntime_la-gnuradio_swig_py_runtime.lo
../../../../gnuradio-core/src/lib/libgnura
io-core.la -L/usr/lib/python2.4/config -lpython2.4 -lstdc++ -lwinmm
rm -fr .libs/_gnuradio_swig_py_runtime.dll.a
g++ -shared -nostdlib
.libs/_gnuradio_swig_py_runtime_la-gnuradio_swig_py_run
ime.o ../../../../gnuradio-core/src/lib/.libs/libgnuradio-core.dll.a
-L/cygdri
e/c/usr/KELLEBC/gnuradio/omnithread/.libs -L/usr/local/lib
-L/usr/lib/python2.4
config -lpython2.4 -lstdc++ -lwinmm -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/
ib/gcc/i686-pc-cygwin/3.4.4/../../.. -lstdc++ -lgcc -lcygwin -luser32
-lkernel3
-ladvapi32 -lshell32 -lgcc -o .libs/_gnuradio_swig_py_runtime.dll
-Wl,--enab
e-auto-image-base -Xlinker --out-implib -Xlinker
.libs/_gnuradio_swig_py_runtim
.dll.a
.libs/_gnuradio_swig_py_runtime_la-gnuradio_swig_py_runtime.o: In function
`_Z4
__static_initialization_and_destruction_0ii':
/cygdrive/c/usr/KELLEBC/gnuradio/gnuradio-core/src/lib/swig/gnuradio_swig_py_ru
time.cc:(.text+0x325be): undefined reference to
`omni_thread::init_t::init_t()'
/cygdrive/c/usr/KELLEBC/gnuradio/gnuradio-core/src/lib/swig/gnuradio_swig_py_ru
time.cc:(.text+0x325dc): undefined reference to
`omni_thread::init_t::~init_t()
This problem is documented at http://www.gnuradio.org/trac/ticket/138. I
think all the problems in the ticket have been fixed except for item (2); a
fix for that is shown in the last item in the change history.
You may want to check out ticket #139 while you're at it.
If you continue to have trouble with these, let me know and I will send you
the patches I use to get around them.
-- Don W.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio