On Mon, 19 Apr 1999, Paul Sack wrote:
> Sorry, I just realized it belongs to gnome-lib. What's the problem then?
> gnome-lib compiled/installed fine and I did run ldconfig -v and there weren't
> any problems afaik. (the only other thing I get is a few lines about db2html
> which make ignores. [in making gnome-core])
>
> Paul Sack wrote:
>
> > I'm trying to compile gnome. I *do* have the latest gtk,
> > gnome-lib, glib, libgtop. I'm not sure about the rest. I
> > think this problem relates to all of the "other" libs. I'm
> > trying to compile gnome-core and I keep getting:
> >
> > /usr/local/lib/libzvt.so: undefined reference to 'login_tty'
> >
> > make[3]: *** [gnome-terminal] Error 1
> > etc.
> >
> > what package does libzvt.so belong to? thanks.
Yeah... I remember getting this error when I was trying to compile gnome.
The problem isn't that it can't find libzvt, but that it can't find
something libzvt is calling. I remember I had lots of problems like this
because I was trying to install gtk and glib in /usr/local, while keeping
the gnome-specific stuff in /opt. Lots of libraries ended up not getting
included. What you need to do is go into the Makefile for the directory
where this error is happening, and add something like -llogin or whatever
library has that call to the libraries. It's sometimes difficult to see
which part of the Makefile that is, so I just added it to the CC. To find
out specifically what library has login_tty, do a 'string * | grep
login_tty' in /usr/lib, /lib, and /usr/local/lib. If you need more
details, I maybe be able to help a little more. It really is a PITA, and
GNOME ended up not working for me anyway.
MZhang
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]