On Wed, 29 Nov 2006 18:47, [EMAIL PROTECTED] said:

> edit gl/Makefile.in
>
> Change the line "am_libgnu_la_OBJECTS =" to "am_libgnu_la_OBJECTS =
> alloca.lo"

I have found a more portable way to do it.  Ii is in libksba 1.0.1.

The problem is that ar(1) does not like "ar cru foo.a" to simply
create an empty library foo.a.  Now, we won't need alloca on OS X and
thus the configure stuff creates a Makefile with no modules and thus
ar is called without any object modules by litool.  Addin a dummy
object helps.


Shalom-Salam,

   Werner


_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to