Thanks for the suggestion. It didn't work, but it did point me in a new
direction.
In the configure script, I changed a line from from:
GETCONF_LFS="XBS5_ILP32_OFFBIG"
to
GETCONF_LFS=""
Then ran './configure' which completed without errors. I do not know if
this will cause problems later, but at least it let 'configure' finish.
Upon running 'make', I am getting an error about a missing header file,
gscdds.h, which isn't, in fact, on any of my systems.
If you have this file, would you be willing to e-mail me a copy?
Anthony
On Fri, 2002-10-18 at 11:36, Liudvikas Bukys wrote:
>
> It shouldn't be this hard, but here goes, in case it helps:
>
> I can compile amanda 2.4.3 on AIX 5.1L if I set the CC environment variable to
> "cc" before ./configure -- this forces use of the vendor compiler.
>
> IF you don't have the vendor compiler, you can get past the -qlonglong problem
> by setting the GETCONF environment variable to "/bin/true", which does let you
> use gcc without inflicting AIX compiler options on it, BUT:
>
> then you will hit some compilation problems in debug.c and maybe
> other places, related to the setting of DEBUG_CODE overriding some
> prototypes.
>
>
> Maybe that's not progress, but I thought I'd offer it in case it helped A
> LITTLE and was something you hadn't thought of.
--
UNIX was not designed to stop you from doing stupid things,
because that would also stop you from doing clever things.