Martin Buchholz <martin(a)xemacs.org> writes:
>>>>> "DR" == Drew Raines
<drew(a)poured.net> writes:
DR> I added it via CPPFLAGS in the ./configure invocation because I had
DR> set /usr/ucblib in LDFLAGS. I set that because I needed curses,
DR> termcap, dbm, etc.
A big mistake.
What's wrong with the libcurses in /usr/lib?
Ya know, I'm not sure why I added the ucb stuff. I think because I
was paranoid about linking to every conceivable library I thought I
might need.
You should never have to fiddle with configure for it to find
things supplied with the operating system on well-known
platforms.
Indeed. I just rebuilt without /usr/ucb* from a fresh extraction
of the tarball and everything worked fine..
Thanks for the responses.
-Drew