Re: generic configuration for 64 bit

2011-06-17 Thread Misha Aizatulin
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

Re: generic configuration for 64 bit

2011-06-12 Thread Igor Galić
"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 (

generic configuration for 64 bit

2011-06-11 Thread Misha Aizatulin
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