On Sun, Apr 3, 2011 at 17:38, Marcus D. Leech wrote:
> libtool: install: warning: relinking `libgnuradio-core.la'
> libtool: install: (cd /home/radiolab/gnuradio/gnuradio-core/src/lib; /bin/sh
> /home/radiolab/gnuradio/libtool --tag CXX --mode=relink g++ -g -O2 -Wall
> -Woverloaded-virtual -pthr
I hope this doesn't sound patronizing, but are you sure /usr (and
/usr/lib) are writable? Can you do a "sudo touch /usr/local/testme"?
From the error, it really does look like a simple permission problem.
Tom
Nah, not patronizing at all.
Turns out it was me after all. The home directory
On Sun, Apr 3, 2011 at 8:38 PM, Marcus D. Leech wrote:
> I have a client/customer who has a machine where /usr/local isn't writable
> (it's a network mount point), but the local disk
> infrastructure is writeable by local root.
>
> I've tried doing an install of Gnu Radio using:
>
> ./configure
I have a client/customer who has a machine where /usr/local isn't
writable (it's a network mount point), but the local disk
infrastructure is writeable by local root.
I've tried doing an install of Gnu Radio using:
./configure --prefix=/usr --exec-prefix=/usr
Then:
make
sudo make install