[MPlayer-dev-eng] osdep/fseeko.c problem []

Arne Driescher Arne.Driescher at gmx.de
Wed Jun 8 23:10:16 CEST 2005


Hi Corey,

thank you for offering your help for my problem.
Please find attached the requested files. If you need any more information 
I will certainly do what I can to provide them.

Greetings,
Arne

P.S. The folloing information might be useful:
From man gcc:
k8, opteron, athlon64, athlon-fx
               AMD K8 core based CPUs with x86-64 instruction set support.
               (This supersets MMX, SSE, SSE2, 3dNOW!, enhanced 3dNOW! and
               64-bit instruction set extensions.)

From using this on the command line:
> gcc -v
Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada 
--disable-checking --libdir=/usr/lib64 --enable-libgcj --with-slibdir=/lib64 
--with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)

> gcc -Wall test.c
> gcc -Wall -march=athlon64 test.c                         
cc1: error: bad value (athlon64) for -march= switch
> gcc -Wall -mcpu=athlon64 test.c                          
cc1: error: bad value (athlon64) for -mcpu= switch
> gcc -Wall -mcpu=athlon-fx test.c                         
cc1: error: bad value (athlon-fx) for -mcpu= switch
> gcc -Wall -mcpu=k8 test.c
> gcc -Wall -mcpu=opteron test.c
cc1: error: bad value (opteron) for -mcpu= switch
> gcc -Wall -mcpu=k8 -march=k8 test.c
>
For whatever reason/bug this gcc version seems to prefere k8 for mcpu/march 
option.





On Wednesday 08 June 2005 08:27, Corey Hickey wrote:
> Arne Driescher wrote:
> > Btw.: The configure script is broken too as -march and -mcpu are not set
> > correctly. It would be nice if someone could fix it. (Perhaps whenever
> > the test fails, just drop -march and -mcpu from the CFLAGS as the
> > plattform default might be useful anyway.)
>
> I wrote a couple recently-applied patches for the -march and -mcpu
> business on AMD64. I'll try to fix your problem (or someone else will if
> they beat me to it).
>
> Your bugreport isn't complete, though:
>
> 1. Please attach the entire output of ./configure.
>
> 2. Also attach configure.log and config.mak. You'll probably have to
> compress them with gzip or bzip2 to get past the mailing list message
> size limit (around 100k if I remember right).
>
> -Corey
>
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.mak.bz2
Type: application/x-bzip2
Size: 2301 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050608/91ddd7ca/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.output.bz2
Type: application/x-bzip2
Size: 3072 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050608/91ddd7ca/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.log.bz2
Type: application/x-bzip2
Size: 15678 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050608/91ddd7ca/attachment-0002.bin>


More information about the MPlayer-dev-eng mailing list