[x264-devel] X264, amd64, compile error

Rolf Schöpfer rs at samplezone.ch
Sat Feb 20 01:03:52 CET 2010


maybe 64bit should not be compiled under debian? I did a hack: in 
configure I set host_cpu="i*86" and compilation succeeded. I will see 
later if code runs.

thanks for your input

Am 19.02.2010 20:59, schrieb Rolf Schöpfer:
> thank you, understand. any idea on that?:
>
> # CC="gcc -m32" ./configure --enable-shared (works)
>
> # CC="gcc -m64" ./configure --enable-shared
> No working C compiler found.
>
> debian lenny...
>
>
> Am 19.02.2010 19:57, schrieb Jason Garrett-Glaser:
>> 2010/2/19 Rolf Schöpfer<rs at samplezone.ch>:
>>> Hi
>>>
>>> I'm not sure if this is the right place but I didn't find another list.
>>> Trying to compile x264 on Debian Lenny (amd64) ends with an error. 
>>> Spent
>>> several hours for a solution but didn't succeed. Is this this a 
>>> known error?
>> Your compiler, for some reason, appears to be defaulting to x86_32
>> output, which obviously breaks everything since the assembly code is
>> being compiled as x86_64.
>>
>> Dark Shikari
>> _______________________________________________
>> x264-devel mailing list
>> x264-devel at videolan.org
>> http://mailman.videolan.org/listinfo/x264-devel
>>
>>
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> http://mailman.videolan.org/listinfo/x264-devel
>
>


More information about the x264-devel mailing list