Date: Wed, 25 Apr 2001 22:19:33 -0700 From: Jordan Hubbard <jkh@osd.bsdi.com> To: mike_makonnen@yahoo.com Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: problems compiling sysinstall: dialog_noyes Message-ID: <20010425221933O.jkh@osd.bsdi.com> In-Reply-To: <200104252353.f3PNrMf44942@blackbox.pacbell.net> References: <200104252353.f3PNrMf44942@blackbox.pacbell.net>
next in thread | previous in thread | raw e-mail | index | archive | help
From: mikem <mike_makonnen@yahoo.com> Subject: problems compiling sysinstall: dialog_noyes Date: Wed, 25 Apr 2001 16:53:22 -0700 (PDT) > Hi, > > I was trying to modify sysinstall.c, but I got a linker error > saying that msg.o was referencing the undefined function > dialog_noyes(). The ncurses library was correctly included in the > compile command line, so I did a bit of searching and I couldn't find > any references to a ncurses library function called dialog_noyes, but > there is one called dialog_yesno. So, is the reference to dialog_noyes a > typo or am I missing something. You need to update your libdialog - this was a new function added to the dialog library. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010425221933O.jkh>