Page 1 of 1

Problems compiling BasiliskII-1.0 in Mandrake 10.1

Posted: Tue Mar 22, 2005 9:54 am
by pkokic
Hi,

I have been trying to compile B2-1.0 in Mandrake Linux 10.1 for a few days without success. Whenever I run 'make' I get the following error message:

c++ -I../include -I. -I../uae_cpu -DHAVE_CONFIG_H -DOS_linux -DCPU_i386 -DDIREC
T_ADDRESSING -DREGPARAM="__attribute__((regparm(3)))" -DX86_ASSEMBLY -DUNALIGNED
_PROFITABLE -DOPTIMIZED_FLAGS -DFPU_X86 -D_REENTRANT -DDATADIR=\"/usr/local/shar e/BasiliskII\" -O2 -I/usr/X11R6/include -I/usr/include/gtk-1.2 -I/usr/include/gl ib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -fomit-frame-pointer -fno-me rge-constants -c ../uae_cpu/fpu/fpu_x86.cpp -o obj/fpu_x86.o
../uae_cpu/fpu/fpu_x86.cpp: In function `void fpu_exit()':
../uae_cpu/fpu/fpu_x86.cpp:6451: warning: use of memory input without lvalue in asm operand 0 is deprecated
/root/tmp/ccrdFYa1.s: Assembler messages:
/root/tmp/ccrdFYa1.s:11012: Warning: translating to `faddp'
/root/tmp/ccrdFYa1.s:11072: Warning: translating to `fmulp'
/root/tmp/ccrdFYa1.s:11291: Warning: translating to `fmulp'
/root/tmp/ccrdFYa1.s:11679: Warning: translating to `fmulp'
/root/tmp/ccrdFYa1.s:9069: Error: undefined symbol `X86_ROUND_CONTROL_MASK' in o peration
/root/tmp/ccrdFYa1.s:11129: Error: undefined symbol `X86_PRECISION_CONTROL_MASK' in operation
/root/tmp/ccrdFYa1.s:11286: Error: undefined symbol `X86_PRECISION_CONTROL_MASK' in operation
make: *** [obj/fpu_x86.o] Error 1

Any ideas what may be the problem?

Thanks in advance,

Phil