Received: (qmail 903 invoked from network); 31 Mar 1998 15:39:14 -0000
Received: from unknown (HELO bambam.m-tech.ab.ca) (127.0.0.1)
by 127.0.0.1 with SMTP; 31 Mar 1998 15:39:14 -0000
Received: from mi5.satimex.tvnet.hu (gateway.m-tech.ab.ca [10.0.0.1]) by bambam.m-tech.ab.ca (8.8.5/8.6.9) with SMTP id DAA25302 for <gord@m-tech.ab.ca>; Mon, 30 Mar 1998 03:28:54 -0700
Received: (qmail 3288 invoked by uid 2001); 30 Mar 1998 10:36:04 -0000
Date: Mon, 30 Mar 1998 12:36:04 +0200
From: Janos Farkas <Janos.Farkas-nouce/priv-#UiTVSa/OAc8mBkHH9CeLgE.uMWK@lk9qw.mail.eon.ml.org>
To: Ian Lance Taylor <ian@cygnus.com>, gord@m-tech.ab.ca
Cc: bug-libtool@gnu.org, tiemann@cygnus.com
Subject: Re: Irix shared libraries
Mail-Followup-To: Ian Lance Taylor <ian@cygnus.com>, gord@m-tech.ab.ca,
Received: from unknown (HELO bambam.m-tech.ab.ca) (127.0.0.1)
by 127.0.0.1 with SMTP; 3 Jul 1998 02:25:59 -0000
Received: from mescaline.gnu.org (gateway [10.0.0.1]) by bambam.m-tech.ab.ca (8.8.5/8.6.9) with ESMTP id SAA13535 for <gord@m-tech.ab.ca>; Thu, 2 Jul 1998 18:34:06 -0600
Received: from platinum.math.arizona.edu by mescaline.gnu.org (8.8.5/8.6.12GNU) with ESMTP id UAA09573 for <bug-libtool@gnu.org>; Thu, 2 Jul 1998 20:41:52 -0400
A workaround here is to do `rm -f /usr/local/lib/libplot.*' before
installing the package. But that's a pretty drastic workaround.
2. At least on those IRIX platforms, there's something buggy about the
option "-set_version 1.1.2:0.0:1.0" that libtool-1.2 passes to ld. If
I compile a version of my `graph' utility that is meant to be linked with
-lXm instead of -lXaw (the default), as well as -lplot, I get the following
when I go to its subdirectory and try to run it without installing it:
cosmo$ echo 0 0 1 1 2 0 | graph -TX -C
4352:graph: rld: Warning: version search suppressed because object libplot.so in liblist has non-sgi interface version (1.0)
4352:graph: rld: Fatal Error: cannot map soname 'libplot.so' using any of the filenames /usr/local/lib/libplot.so:/lib/libplot.so:/usr/lib/libplot.so:/usr/local/ivtools/lib/SGI/libplot.so:/lib/cmplrs/cc/libplot.so:/usr/lib/cmplrs/cc/libplot.so: -- either the file does not exist or the file is not mappable (with reason indicated in previous msg)
Not sure what's going on here. If I do a `make install', the installed
version of `graph' functions perfectly. It's only the uninstalled one,
built specially to be linked with -lXm, that gives error messages about SGI