Powwow for Linux - trouble compiling

General discussion about MUME.

Moderator: Builders

Post Reply
Twitter
Posts: 2
Joined: Sat Aug 19, 2017 12:42 am
Contact:

Powwow for Linux - trouble compiling

Post by Twitter »

Running Linux Mint 18.2 Xfce edition,

To compile Powwow, I input the commands found at http://mume.org/Download/clients/powwow/

It seems to go along well enough, but it stops, and the error reads 'Makefile:307: recipe for target 'powwow' failed' ... This is very troubling, as I really want to run Powwow :(

Here are the last however-many lines of the output for 'make':

Code: Select all

mv -f .deps/ptr.Tpo .deps/ptr.Po
gcc -DPOWWOW_DIR=\"/usr/local/share/powwow\" -g -O2 -rdynamic -ldl  -o powwow beam.o cmd.o log.o edit.o cmd2.o eval.o utils.o main.o tcp.o list.o map.o tty.o ptr.o  
cmd.o: In function `cmd_module':
/home/james/powwow-1.2.13b/cmd.c:359: undefined reference to `dlopen'
/home/james/powwow-1.2.13b/cmd.c:367: undefined reference to `dlsym'
/home/james/powwow-1.2.13b/cmd.c:371: undefined reference to `dlerror'
tty.o: In function `tty_gotoxy':
/home/james/powwow-1.2.13b/tty.c:532: undefined reference to `tgoto'
tty.o: In function `tty_bootstrap':
/home/james/powwow-1.2.13b/tty.c:382: undefined reference to `tgetent'
tty.o: In function `extract':
/home/james/powwow-1.2.13b/tty.c:507: undefined reference to `tgetstr'
tty.o: In function `tty_bootstrap':
/home/james/powwow-1.2.13b/tty.c:408: undefined reference to `tgoto'
/home/james/powwow-1.2.13b/tty.c:412: undefined reference to `tgetflag'
collect2: error: ld returned 1 exit status
Makefile:307: recipe for target 'powwow' failed
make: *** [powwow] Error 1
orlanth
Posts: 2
Joined: Thu Jan 14, 2016 5:56 pm

Re: Powwow for Linux - trouble compiling

Post by orlanth »

Did you ever get this compiled? Shooting in the dark here, but make sure you have all the necessary permissions when you compile the source. Maybe try doing it as administrator.
Post Reply