On Tue, 21 Aug 2007 17:59, [EMAIL PROTECTED] said:
> Are you saying that I should be able to compile
> gpg now? Where do I get the estream library?
It is part of gnupg 2.0.6 and used on any platform.
(common/estream*.[ch])
I don't know whether it will build.
Shalom-Salam,
Werner
-
Hi Werner,
Are you saying that I should be able to compile
gpg now? Where do I get the estream library?
Brian
==
On Tue, Aug 21, 2007 at 09:16:44AM +0200, Werner Koch wrote:
> On Tue, 21 Aug 2007 00:11, [EMAIL PRO
On Tue, 21 Aug 2007 00:11, [EMAIL PROTECTED] said:
> Is there a standalone funopen library?
Yes, at most places we now use our estream library which is plain POSIX.
However there are a two places where funopen is still used but not
required as tehre is a simple replacement: sm/certdump.c f
On Fri, 23 Feb 2007 01:53, Werner Koch wrote:
> On Fri, 23 Feb 2007 01:17, bchill at bch.net said:
>
> > How have other managed to build gnupg on SunOS 5.8?
>
> You can't build GnuPG 2 on a system without funopen. We will
> eventually solve this by replacing most stdio operations by a our o
On Fri, 23 Feb 2007 01:17, [EMAIL PROTECTED] said:
> How have other managed to build gnupg on SunOS 5.8?
You can't build GnuPG 2 on a system without funopen. We will
eventually solve this by replacing most stdio operations by a our own
and enhanced stdio implementation. Unfortunately ther
I built all of the requirements, but it wants libassuan built
with funopen / fopencooke support, which aren't available on SunOS 5.8
(Solaris 8).
I have scoured the docs, the FAQ and the web in general looking
for this issue, but found only one report (unresolved).
I have