This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Ugly missing symbols, was Re: egcs, Irix6 linking o32-libiberty.a with n32-stage2/3 binaries ...


On Mon, 7 Dec 1998 15:00:37 -0800, Jim Wilson wrote:
>In article <01BE21FF.058C7220.pedwards.cygnus.egcs@ball.com> you write:
>>21331:./conftest: rld: Error: unresolvable symbol in 
>>/usr/lib32/libiflPNG.so: __vtbl__9type_info
>
>This happens in texinfo configure.  It looks for and finds a -lz library,
>but it is apparently not the -lz library it was expecting to find.  It then
>uses it when compiling test programs.

Which IRIX is this?  The only sgi box I have access to doesn't have
any -lz library.

The configure check for libz *seems* basically sane, it looks for the
header and for a function in the library before concluding it works.
Maybe this IRIX ships with a broken version of the right library, and
we should add a check for that.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]