[uae] Re: Newbiequestion: How to compile the sources?

  • From: Giulio Canevari <giuliogiuseppe.canevari01@xxxxxxxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Thu, 25 Mar 2004 18:55:13 +0100

Karl Dietrich Bamler wrote:

Hallo

Im rather new to Linux and absolutely new to compiling stuff, so pardon my
newbie questions.

I want to be able to compile the sources myself. I understand that i have to
type somthing like that:

./configure --enable-jit ...
make

I read about lots of configure options but i dont know whitch options i need
and which i don't. Confusing me.

To have a start i would like to know what options Richard uses exactly for his uae-0.8.25-20040302-x86-glibc23.tar.bz2 builds.

I asked for them too. Just wait a little bit.


I use the following if you are interested:

./configure --with-sdl --with-sdl-gfx --disable-jit --disable-enforcer --with-caps --with-caps-prefix=/home/giulio/Sorgenti/uae-0.8.25-20040302/ipfdevlib_linux/ CFLAGS="-march=pentium4"

for a non-jit, to use jit toggle --disable-jit.

CFLAGS are gcc optimization, see man gcc for a processor list.

Hope this helps a bit,

Bye,
--
Giulio Canevari

Other related posts: