Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!decvax!ucbvax!ucdavis!lll-crg!gymble!umcp-cs!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.micro.att Subject: Re: dial(3c) function Message-ID: <2033@brl-tgr.ARPA> Date: Wed, 9-Oct-85 22:10:48 EDT Article-I.D.: brl-tgr.2033 Posted: Wed Oct 9 22:10:48 1985 Date-Received: Sat, 12-Oct-85 01:32:12 EDT References: <319@whuts.UUCP> Distribution: na Organization: Ballistic Research Lab Lines: 9 > I have try to use the dial function and hit a brick wall. > mld keep complainting undefined symbol tgetent, tgetstr and tgetnum > from /lib/libc.a. I did a "nm -u" on libc.a and discover all three > undefined symbol is using by dial. These functions are contained in the "curses" library; use the "-lcurses" argument to the link command. I don't know why dial(3C) should use these functions!