On Mon, Oct 14, 2002 at 09:14:37AM -0700, Jerry wrote:
> Failed on 4.3.3 with:
> /usr/include/sys/socket.h:76: warning: empty
> declaration
> alloc.c: In function `debug_caller_loc':
> alloc.c:79: warning: assignment makes pointer from
> integer without a cast
> alloc.c: In function `safe_env':
> alloc.c:463: warning: assignment makes pointer from
> integer without a cast
> make: *** [alloc.lo] Error 1
> 

79 calls strrchr, 463 calls getenv.  Respectively they are
prototyped in string.h and stdlib.h (at least on my Solaris system).

Do a man on each of those functions.
See if AIX places them in some funky other header and/or lib.

Then check amanda.h and see if those needed header files are
being #included within the header file.

-- 
Jon H. LaBadie                  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road        (609) 252-0159
 Princeton, NJ  08540-4322      (609) 683-7220 (fax)

Reply via email to