> The key line is "/usr/bin/ld: note: 'tan@@GLIBC_2.2.5' is defined in DSO > /lib64/libm.so.6 so try adding it to the linker command line" > > Or, the message might mention "/usr/bin/ld: rpcemu-rpc-linux.o: > undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'" > > Anyway, there's a simple workaround for these problems - we just have to > tell the configure script to include the libraries that are missing from > the process: > > $ LDFLAGS="-lm -lpthread" ./configure --enable-dynarec
Can you send the output of: allegro-config --libs The libraries libm and libpthread are required by Allegro anyway, so they should have been included on the link line. Matthew _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
