Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 1995 22:54:51 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bugs@FreeBSD.org, mark@grondar.za
Subject:   Re: devmenu will not compile.
Message-ID:  <199504161254.WAA11198@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Here are the results of trying to compile usr.bin/devmenu:
>(I have tried make world, make mk, make hierarchy and make includes - no
>joy)

>cc -O2 -I/sys   -c /a/src/usr.bin/devmenu/devmenu.c
>In file included from /usr/include/machine/devconf.h:73,
>                 from /sys/sys/devconf.h:37,
>                 from /a/src/usr.bin/devmenu/devmenu.c:49:
>/sys/scsi/scsiconf.h:191: warning: `struct buf' declared inside parameter list
>/sys/scsi/scsiconf.h:191: warning: its scope is only this definition or declaration,
>/sys/scsi/scsiconf.h:191: warning: which is probably not what you want.

This is from <sys/devconf.h> including only half the universe.

>cc -O2 -I/sys    -o devmenu devmenu.o devfilter.o ifmenu.o  -ldialog -lncurses -lmytinfo
>devmenu.o: Undefined symbol `_err_set_exit' referenced from text segment
>devmenu.o: Undefined symbol `_err_set_file' referenced from text segment

`_err_set_*' should be in libc.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504161254.WAA11198>