On Wed, Feb 21, 2007 at 07:20:48PM -0500, Achilleas Anastasopoulos wrote: > > I am running it on a Fedora Core 5. > This was the latest trunk. > > Thanks > Achilleas
I just ran make distcheck and it worked fine for me. Part of that test is installing in a non-standard directory. Absent a better idea I suggest: $ make distclean $ ./bootstrap && ./configure --prefix=<your-prefix> $ make && make check > >>make[5]: Entering directory > >>`/net/wellington/x/anastas/gnuradio_trunk/pmt/src/lib' > >>test -z "/n/wellington/x/anastas/local//lib" || mkdir -p -- > >>"/n/wellington/x/anastas/local//lib" > >> /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'libpmt.la' > >>'/n/wellington/x/anastas/local//lib/libpmt.la' > >>/usr/bin/install -c .libs/libpmt.so > >>/n/wellington/x/anastas/local//lib/libpmt.so/usr/bin/install -c > >>.libs/libpmt.lai /n/wellington/x/anastas/local//lib/libpmt.la > >>libtool: install: warning: remember to run `libtool --finish The lines above that start with "/n/wellington..." seem suspicious. They seem like they should be /net/wellington... Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
