I have download the BBC Micro emulator from here.
I un-tar it in a folder "BBC" under home directory. Tthen open terminal and chage to directory BBC, and use ./configure.
After that I type make. It gives:
make[1]: Entering directory '/home/drsayandas/BBC/src'
source='32016.c' object='b_em-32016.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DPACKAGE_NAME="B-em" -DPACKAGE_TARNAME="b-em" -DPACKAGE_VERSION="2.2" -DPACKAGE_STRING="B-em\ 2.2" -DPACKAGE_BUGREPORT="Tom\ Walker\ \<\>" -DPACKAGE_URL="" -DPACKAGE="b-em" -DVERSION="2.2" -DHAVE_LIBZ=1 -DHAVE_LIBOPENAL=1 -DHAVE_LIBALUT=1 -I. -I/usr/include -g -O2 -O3 -c -o b_em-32016.o `test -f '32016.c' || echo './'`32016.c
/bin/bash: ../depcomp: No such file or directory
Makefile:372: recipe for target 'b_em-32016.o' failed
make[1]: *** [b_em-32016.o] Error 127
make[1]: Leaving directory '/home/drsayandas/BBC/src'
Makefile:236: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1What can I do? I have installed g++