That didn't work. However, it nearly worked, ending with the error:

undefined reference to symbol 'pthread_create@@GLIBC_2.1'
/lib/i386-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line

After some googling, and with my limited understanding, I tried altering the second line of your suggestions, and it worked. The commands I used were:

make clean
LIBS="-lm -lpthread" ./configure --enable-dynarec
make

Thanks to those who helped.

Sean.

On 08/09/14 11:30, Sean Kelly wrote:
LIBS="-lm" ./configure --enable-dynarec

--
Sean Kelly
+44(0)7768 481944


_______________________________________________
Rpcemu mailing list
[email protected]
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

Reply via email to