Hi,

RPCemu working at last. Replacing the second line of the three with:

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

worked.

Thanks for the help.

Sean.

On 08/09/14 11:30, Sean Kelly wrote:
Thank you for the suggestion. I tried that and the final output after the make command is:

gcc -I/usr/include -DDYNAREC -Wall -O2 -o rpcemu rpcemu-82c711.o rpcemu-cdrom-iso.o rpcemu-cmos.o rpcemu-cp15.o rpcemu-fpa.o rpcemu-hostfs.o rpcemu-ide.o rpcemu-iomd.o rpcemu-keyboard.o rpcemu-mem.o rpcemu-romload.o rpcemu-rpcemu.o rpcemu-sound.o rpcemu-vidc20.o rpcemu-podules.o rpcemu-podulerom.o rpcemu-icside.o rpcemu-ArmDynarec.o rpcemu-codegen_x86.o rpcemu-rpc-linux.o rpcemu-gui.o rpcemu-cdrom-linuxioctl.o rpcemu-network-linux.o -L/usr/lib/i386-linux-gnu -lalleg -lm /usr/bin/ld: rpcemu-rpc-linux.o: undefined reference to symbol 'pthread_create@@GLIBC_2.1' /lib/i386-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [rpcemu] Error 1
make[1]: Leaving directory `/home/sean/rpcemu/src'
make: *** [all] Error 2

Sean.

On 03/09/14 21:32, Kai Thomsen wrote:
Hi,

Although this shouldn't technically be necessary, you could try this command sequence in a shell (from the "src" directory):

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


-Kai


On Fri, 04 Jul 2014 12:19:27 +0100
Seán Kelly <[email protected]> wrote:

Hi...I'm still completely stuck. I'm using the latest version I can
find. Can you (or anybody) tell me how/where I add the -lm?

Thanks,

Sean.

On 18/05/14 21:20, Peter Howkins wrote:
On Tue, May 13, 2014 at 08:59:57AM +0100, Seán Kelly wrote:
Hi,

I'm a Linux newbie - trying to install RPCemu under Mint 16.

After a few false starts I got Allegro in place and all seemed to
be going well (following
http://www.marutan.net/rpcemuspoon/linuxcompile.html), until I
typed

Hi Sean, can you tell me which version of rpcemu you're trying to
compile and where you got it from?

In theory the issue you're reporting was fixed a few years ago, so
it might be out of date source. [1]

Peter

[1] http://home.marutan.net/hg/rpcemu/rev/74ba3f3c9241
_______________________________________________
Rpcemu mailing list
[email protected]
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu


--
Sean Kelly
+44(0)7768 481944


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

Reply via email to