Subject: Re: error while compling gnupg
To: None <eeh@netbsd.org>
From: ww <ww@styx.org>
List: port-sparc64
Date: 01/07/2002 13:51:36
On Mon, Jan 07, 2002 at 06:37:23PM -0000, eeh@netbsd.org wrote:
>
> Looks like gnupg does not support 64-bit SPARC at the moment. The
> mpi stuff appears to be sparc32 only.
>
In that case I tried the following workaround
cd work.sparc64/gnupg-1.0.6/mpi
rm *.[sS] *.o libmpi.a
ln -s generic/*.c .
cd ..
make
and it kinda sorta works -- i can import keys at least,
haven't tested any more extensively than that at this stage.
-w