I'm trying to build and install the version of uClibc found at http://t1.minormatter.com/~ddunbar/klee-uclibc-0.01.tgz so that I can use POSIX w/ klee.
When I run "gmake config," I get a bunch of "undefined reference to libcntl_gettext" errors. I'm on FreeBSD 7, and I have the gettext port installed and a "libcntl.h" in /usr/local/lib. How can I fix this problem?
