cc", "cc:-O::(unknown)::::::",
>>
>> What would be an equivalent generic configuration for 64 bit?
>
>
> If you are on Linux system, that would be:
>
> ./Configure linux-x86_64
Thanks! What about linux-generic64? Is there a
"cc:-O::(unknown)::",
>
> What would be an equivalent generic configuration for 64 bit?
If you are on Linux system, that would be:
./Configure linux-x86_64
> Best,
> Misha
i
--
Igor Galić
Tel: +43 (
hi all,
The Configure file has generic 32 bit configurations:
# Basic configs that should work on any (32 and less bit) box
"gcc", "gcc:-O3::(unknown):::BN_LLONG:::",
"cc", "cc:-O::(unknown)::",
What would be an equivalent