discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNU Radio installed to wrong Python directory


From: Ahmad Sheikh
Subject: Re: [Discuss-gnuradio] GNU Radio installed to wrong Python directory
Date: Tue, 21 Jun 2005 02:24:38 +0500

I used the following script:

$ ./configure --prefix=/usr 
--with-boost-include-dir=/usr/local/include/boost-1_32
$ make
$ make install

and I got an error with make install:

make[4]: Leaving directory `/home/ahmad/gnuradio-core-2.5/src/lib/io'
make[3]: Leaving directory `/home/ahmad/gnuradio-core-2.5/src/lib/io'
Making install in .
make[3]: Entering directory `/home/ahmad/gnuradio-core-2.5/src/lib'
make[4]: Entering directory `/home/ahmad/gnuradio-core-2.5/src/lib'
test -z "/usr/lib" || mkdir -p -- . "/usr/lib"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  
'libgnuradio-core.la' '/usr/lib/libgnuradio-core.la'
libtool: install: error: cannot install `libgnuradio-core.la' to a directory 
not ending in /usr/local/lib
make[4]: *** [install-libLTLIBRARIES] Error 1
make[4]: Leaving directory `/home/ahmad/gnuradio-core-2.5/src/lib'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/ahmad/gnuradio-core-2.5/src/lib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/ahmad/gnuradio-core-2.5/src/lib'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/ahmad/gnuradio-core-2.5/src'
make: *** [install-recursive] Error 1

How do I fix it?
Thanks,
Ahmad

----- Original Message -----
From: LRK <address@hidden>
To: "Ahmad Sheikh" <address@hidden>
Subject: Re: [Discuss-gnuradio] GNU Radio installed to wrong Python directory
Date: Fri, 17 Jun 2005 12:53:38 -0500

> 
> On Fri, Jun 17, 2005 at 09:26:51PM +0500, Ahmad Sheikh wrote:
> >
> > If anyone can get something from the above gibberish, please tell 
> > me how I can get everything right. Is there some "--prefix=/usr" 
> > type option for installing gnuradio-core?
> 
> Yes. Go to gnuradio-core and type "./configure --help" to see all the options.
> 
> Then put the --prefix=/usr and any others you need in the ../buildit file
> where it calls ./configure.
> 
> 
> 
> --
> LRK
> address@hidden


-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm





reply via email to

[Prev in Thread] Current Thread [Next in Thread]