discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Josh Blum
Subject: Re: [Discuss-gnuradio] cmake destination on 64-bit machines
Date: Mon, 05 Mar 2012 14:39:54 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0


On 03/05/2012 11:00 AM, John Coppens wrote:
> On Mon, 05 Mar 2012 08:14:27 -0800
> Josh Blum <address@hidden> 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's necessary to
> set -DREDHAT=1 or so. I didn't try that. 
> 

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/n2aXKJzz

-Josh



reply via email to

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