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                  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road        (609) 252-0159
 Princeton, NJ  08540-4322      (609) 683-7220 (fax)

Reply via email to