Re: [gtk-list] gtk under ULTRIX



On Mon, 07 Jun 1999 15:48:46 +0200 (MET DST), gtk-list@redhat.com (Matthias Fichtner) wrote:
> I looked whether setpwent and endpwent are installed and they are. So this
> cannot be the real problem. I think the solution is far away isnt it ?

But are they also in the header files? Use

  find /usr/include -name '*.h' -exec grep setpwent {} /dev/null \;

to find out.

AFAIK, on SysV style Unix, they should be in /usr/include/pwd.h . Look at
that file, maybe you have to use a special define to enable them. Use
(tcsh style):

  setenv CFLAGS "-DSPECIAL_DEFINE"
  ./configure [insert your flags here]

to enable them.


Hope this helps,
Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2785859  Fax: +31-15-2781843  Email J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]