Amanda-Users

Re: Trying to compile/run amanda on AIX4.3.3

2003-03-11 13:52:42
Subject: Re: Trying to compile/run amanda on AIX4.3.3
From: Jon LaBadie <jon AT jgcomp DOT com>
To: amanda-users AT amanda DOT org
Date: Tue, 11 Mar 2003 12:21:31 -0500
On Tue, Mar 11, 2003 at 08:58:58AM -0700, Orion Poplawski wrote:
> I'm trying to get a usable amanda client on AIX 4.3.3.  I'm a complete
> novice when it comes to AIX, unfortunately.
> 
> If I try to use a previously installed version of gcc (2.95.2), the
> compile fails. This appears to be because the getconf LFS arguments for
> CFLAGS, etc. used by configure don't work with gcc and it goofs up the
> rest of the configure process.
> 

Have you set the target to an appropriate aix value?

Can you set the CFLAGS variable to appropriate values
on the command line with configure as in:

    CC=gcc \
      LDFLAGS='-L/opt/sfw/lib -R/opt/sfw/lib -lreadline -lncurses' \
      CFLAGS='-I/opt/sfw/include -O' \
      ./configure 2>&1 \
         --prefix=/etc/amanda \
         --enable-shared \
         --with-user=amanda \

Look through the comments in the ac* files for things about aix.
I see at least on that says you can't use the gnu linker but must
use a native linker.

Are you using current amanda sources (2.4.4)?

jl
-- 
Jon H. LaBadie                  jon AT jgcomp DOT com
 JG Computing
 4455 Province Line Road        (609) 252-0159
 Princeton, NJ  08540-4322      (609) 683-7220 (fax)

<Prev in Thread] Current Thread [Next in Thread>