Re: [Discuss-gnuradio] cmake destination on 64-bit machines

2012-03-12 Thread Johnathan Corgan
On Mon, Mar 12, 2012 at 09:38, John Coppens wrote: > Both solutions work fine. I applied the patch, and would suggest to > include it to help other stray Slackware users ;) This was done. Thanks, Josh. Johnathan ___ Discuss-gnuradio mailing list Dis

Re: [Discuss-gnuradio] cmake destination on 64-bit machines

2012-03-12 Thread John Coppens
On Mon, 05 Mar 2012 14:39:54 -0800 Josh Blum wrote: > try -DREDHAT=TRUE, that seems like it should work, since the build > system isnt otherwise setting REDHAT to false, its just undefined when > not detected. > > On the other hand, here is a diff to detect slackware: > http://pastebin.com/n2aXK

Re: [Discuss-gnuradio] cmake destination on 64-bit machines

2012-03-05 Thread Josh Blum
On 03/05/2012 11:00 AM, John Coppens wrote: > On Mon, 05 Mar 2012 08:14:27 -0800 > Josh Blum wrote: > I think its the double dashes. Try -DLIB_SUFFIX=64 >>> >>> Yes! Thanks... But why the double dash on --DREDHAT ? >> >> I dont recommend it. I think all the double dash arguments are ignore

Re: [Discuss-gnuradio] cmake destination on 64-bit machines

2012-03-05 Thread John Coppens
On Mon, 05 Mar 2012 08:14:27 -0800 Josh Blum wrote: > >> I think its the double dashes. Try -DLIB_SUFFIX=64 > > > > Yes! Thanks... But why the double dash on --DREDHAT ? > > I dont recommend it. I think all the double dash arguments are ignored. Single dash (-DREDHAT) isn't accepted - maybe it

Re: [Discuss-gnuradio] cmake destination on 64-bit machines

2012-03-05 Thread Josh Blum
On 03/04/2012 11:48 AM, John Coppens wrote: > On Sun, 04 Mar 2012 09:20:07 -0800 > Josh Blum wrote: > >>> Still installs in lib instead of lib64. >>> >> >> I think its the double dashes. Try -DLIB_SUFFIX=64 > > Yes! Thanks... But why the double dash on --DREDHAT ? I dont recommend it. I think

Re: [Discuss-gnuradio] cmake destination on 64-bit machines

2012-03-04 Thread John Coppens
On Sun, 04 Mar 2012 09:20:07 -0800 Josh Blum wrote: > > Still installs in lib instead of lib64. > > > > I think its the double dashes. Try -DLIB_SUFFIX=64 Yes! Thanks... But why the double dash on --DREDHAT ? John ___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] cmake destination on 64-bit machines

2012-03-04 Thread Josh Blum
> cmake --DREDHAT --DLIB_SUFFIX=64 .. > > Still installs in lib instead of lib64. > I think its the double dashes. Try -DLIB_SUFFIX=64 -josh ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gn

[Discuss-gnuradio] cmake destination on 64-bit machines

2012-03-04 Thread John Coppens
Hello all, Cmake seems to insist on installing all libraries in /usr/local/lib instead on /usr/local/lib64. I can't find an obvious way to define a destination path in cmake, or an architecture. My machine is an AMD64, running Slackware, where the difference between 32 and 64 bit libraries is def