Auteur: Jakob Hirsch Date: À: exim-dev CC: exim-users Sujet: Re: [exim] 2GB limitation on Solaris
On 08.01.2010 15:55, Juan Bernhard wrote:
> Thanks Jacob! Its working now. I also had to modify the line
> ARCHTYPE=i386 to ARCHTYPE=amd64 in the file
> build-SunOS5-5.10-i386/Makefile file.
Oh, then scripts/arch-type gets your ARCHTYPE wrong.
But you can override that when running make by setting ARCHTYPE=amd64.
This whole makefile stuff is clumsy and error-prone and should probably
replaced some time. autoconf/-make is not that bad after all...