Subject: build problem - games/monop/monop.c
To: None <current-users@netbsd.org>
From: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
List: current-users
Date: 01/15/2001 01:19:43
Hi.

I've got error with cvsed just before.

all ===> games/monop
cc -O2 -O2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror    -o monop /usr/src/games/monop/monop.c 
/tmp/ccCzLlcG.o: In function `main':
/tmp/ccCzLlcG.o(.text+0x258): undefined reference to `rest_f'
/tmp/ccCzLlcG.o(.text+0x264): undefined reference to `restore'
/tmp/ccCzLlcG.o(.text+0x286): undefined reference to `init_decks'
/tmp/ccCzLlcG.o(.text+0x2c7): undefined reference to `printturn'
/tmp/ccCzLlcG.o(.text+0x2cc): undefined reference to `force_morg'
/tmp/ccCzLlcG.o(.text+0x2db): undefined reference to `getinp'
/tmp/ccCzLlcG.o(.text+0x2e1): undefined reference to `execute'
/tmp/ccCzLlcG.o: In function `do_quit':
/tmp/ccCzLlcG.o(.text+0x2f0): undefined reference to `quit'
/tmp/ccCzLlcG.o: In function `getplayers':
/tmp/ccCzLlcG.o(.text+0x30a): undefined reference to `get_int'
/tmp/ccCzLlcG.o: In function `init_players':
/tmp/ccCzLlcG.o(.text+0x559): undefined reference to `roll'
/tmp/ccCzLlcG.o(.rodata+0x64): undefined reference to `quit'
/tmp/ccCzLlcG.o(.rodata+0x68): undefined reference to `printboard'
/tmp/ccCzLlcG.o(.rodata+0x6c): undefined reference to `where'
/tmp/ccCzLlcG.o(.rodata+0x70): undefined reference to `list'
/tmp/ccCzLlcG.o(.rodata+0x74): undefined reference to `list_all'
/tmp/ccCzLlcG.o(.rodata+0x78): undefined reference to `mortgage'
/tmp/ccCzLlcG.o(.rodata+0x7c): undefined reference to `unmortgage'
/tmp/ccCzLlcG.o(.rodata+0x80): undefined reference to `buy_houses'
/tmp/ccCzLlcG.o(.rodata+0x84): undefined reference to `sell_houses'
/tmp/ccCzLlcG.o(.rodata+0x88): undefined reference to `card'
/tmp/ccCzLlcG.o(.rodata+0x8c): undefined reference to `pay'
/tmp/ccCzLlcG.o(.rodata+0x90): undefined reference to `trade'
/tmp/ccCzLlcG.o(.rodata+0x94): undefined reference to `resign'
/tmp/ccCzLlcG.o(.rodata+0x98): undefined reference to `save'
/tmp/ccCzLlcG.o(.rodata+0x9c): undefined reference to `restore'
/tmp/ccCzLlcG.o(.rodata+0xa0): undefined reference to `do_move'
/tmp/ccCzLlcG.o(.rodata+0xa4): undefined reference to `do_move'
collect2: ld returned 1 exit status
*** Error code 1 (continuing)
`all' not remade because of errors.

--
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>