Jonathan McDowell <[EMAIL PROTECTED]> writes:
> On Sat, Dec 25, 1999 at 11:01:23PM +0100, Niels M�ller wrote:
> > This is a bugfix release. lsh_writekey should work again (and I added
> > a test case for it). I hope that the reported portability problems
> > have been fixed as well, but I haven't done any real testing of that.
>
> All but the actual linking of the programs is fixed under RH5.2.
>
> By changing liblsh_a_LIBADD to "memxor.o argp/*.o" instead of "memxor
> argp/argp.a" I can get it all to compile.
I'd like to understand why it fails. Exactly what is the linking
command that fails, and what are the error messages? As linking
directly with the object files works, I would suspect that either
argp/libargp.a is mentioned too early on the command line, or that the
.a-file is broken for some reason.
> I propose changing the argp/libargp.a on line 388 of configure.in to
> argp/*.o
I'd prefer not to have to do this; I don't want the build process to
depend on there not being other, irrelevant, object files around.
/Niels