VOGONS

Common searches


Search results

Display options

Re: Dynamic CPU on x86_64-suse-linux

Using the export command worked. :) Unfortunately, it seems that you can only install one version of some libraries on OpenSuse, 32 bit or 64 bit. They're listed in the software configuration as alternatives but I couldn't figure out how to install both at the same time. :( A compile made in a 32bit …

Re: Dynamic CPU on x86_64-suse-linux

Oh well, I screwed up. :dead: Dosbox was not the only program I tried to compile and some media libraries ran amok with the stored dependancies. I reinstalled Suse in the current version 10.2, it reintegrated my /home partition perfectly (I really begin to love linux). I'm currently away from home …

Re: Dynamic CPU on x86_64-suse-linux

Okay, I checked whether -devel-32bit libs are installed. Include files in /usr/include seem to be for both /usr/lib and /usr/lib64. I set LDFLAGS="-L/usr/lib" CFLAGS="-march=i686 -mtune=i686 -mt32 -O3 -L/usr/lib" CXXFLAGS=$CFLAGS make distclean ./configure --target=i686-pc-linux-gnu make but still …

Re: Dynamic CPU on x86_64-suse-linux

Still does not work. :( ./configure reports a few things that worry me: checking for i686-suse-linux-gcc... no checking for gcc... gcc ... checking size of int *... 8 It seems to always use the 64bit gcc, regardless what I set in CFLAGS, CXXFLAGS or as --host/target. Can this compiler create 32bit …

Dynamic CPU on x86_64-suse-linux

Hi, I'm fairly new to compiling on linux but after some hours I managed to compile the CVS version of dosbox on my linux PC (Athlon64 3200, Suse Linux 10.1 (x86_64). Unfortunately it runs really slow (compared with my should-be-slower-notebook on WinXP with a precompiled build). I already tried some …

Page 1 of 1