[mythtv-users] mythtv on a big endian machine (ultrasparc)

Isaac Richards ijr at po.cwru.edu
Fri Jun 20 16:47:08 EDT 2003


On Friday 20 June 2003 02:46 pm, IvanK. wrote:
> This is what I get compiling mythtv:
>
> [snip]
> g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer `freetype-config --cflags`
> -D_REENTRANT  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
> -DMMX -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/local/qt/mkspecs/default -I.
> -I/usr/local/include -I../libmyth -I.. -I../libavcodec -I../libavformat
> -I../libdvbdev -I/usr/local/qt/include -o RTjpegN.o RTjpegN.cpp
> cc1plus: warning: changing search order for system directory
> "/usr/local/include"
> cc1plus: warning:   as it has already been specified as a non-system
<snip>
> Like I said, this is on a ultrasparc box, running linux.  gcc-3.2
> glibc-2.2.5, binutils-2.13
>
> And of course, I had to remove the -march=pentiumpro from settings.pro.  I
> wonder if I need to remove any of the other optimization bits...

Well, it'd probably be a good idea to turn off MMX (the -DMMX right above 
where you removed the pentiumpro bit).

Isaac


More information about the mythtv-users mailing list