fetchmail-friends
[Top] [All Lists]

[fetchmail]AIX 4.1 problems

2002-03-21 08:55:08
  1.  5.9.0 and 5.9.10 both can't compile odmr.c on my machine
(a 4.1 AIX box) due to fd_set not being defined.  The attached
patch makes it work on 5.9.0 -- it pulls in sys/select.h to get
the declaration.

  2.  5.9.10 can't compile because libintl.h doesn't exist, and
nothing in configure searches for this (or at least changes how
it does things based on whether or not it exists), apparently. 
I'm not an i18n expert, or even a novice, so I'll punt this one
to other folks who know what to do.  :)

  5.9.10 compiles if I do ./configure --disable-nls and use the
attached patch.

  Enjoy!

  Brian
-- 
Brian Grayson, SysPerf (System Performance, Modeling, and Simulation)
Brian(_dot_)Grayson(_at_)motorola(_dot_)com
Somerset Design Center
Motorola
Austin, TX

Attachment: odmr.patch
Description: Text document

<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]AIX 4.1 problems, Brian Grayson <=