Re: [Discuss-gnuradio] Installing under /usr

2011-04-04 Thread Johnathan Corgan
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

Re: [Discuss-gnuradio] Installing under /usr

2011-04-03 Thread Marcus D. Leech
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

Re: [Discuss-gnuradio] Installing under /usr

2011-04-03 Thread Tom Rondeau
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

[Discuss-gnuradio] Installing under /usr

2011-04-03 Thread Marcus D. Leech
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