bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error making texinfo: xrealloc unresolved


From: Karl Berry
Subject: Re: Error making texinfo: xrealloc unresolved
Date: Mon, 14 Jul 2003 09:45:47 -0400

    Platform: HP-UX B.11.11
    Compiler: gcc 3.2
    ...
    ld: Unsatisfied symbol "xrealloc" in file makedoc.o
    (and same for xmalloc).

Those symbols should get defined in lib/libtxi.a if they aren't
otherwise on your system, which makedoc should link with.  The Makefile says:

LDADD = ../lib/libtxi.a $(TERMLIBS) $(LIBINTL)
makedoc_LDADD = $(LDADD)
...
        $(LINK) $(makedoc_LDFLAGS) $(makedoc_OBJECTS) $(makedoc_LDADD) $(LIBS)

Assuming that libtxi.a is really getting included on the command line,
my next guess is that configure incorrectly determined that xmalloc and
xrealloc were already present on your system, and therefore didn't
include them in libtxi.a (you could check that with nm, etc.).  You can
find out what configure did by looking at the the config.log file.

Please investigate if you can.  Since I don't have access to an HP-UX
system, there's not a lot more I can do.

Thanks for the report,
karl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]