Problem in installing BBC Micro emulator in Ubuntu 16.04 LTS

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 1

What can I do? I have installed g++

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like