Re: Trouble Installing Pango

2004-07-21 Thread Marshall Lake

> > [undefined references]

> On my system (Slackware 9), the undefined references (started with 2.4)
> were due to libtool adding the older versions of the libraries (in
> /usr/lib)  in front of the newer versions (in /usr/local/lib) as part of
> the link command.
>
> I fiddled with ld.so.config and libtool for days with no success, so I
> ended up editing the *.la files by hand to get everything to link to the
> proper libraries.
>
> There is a newer version of libtool out that may or may not fix the
> problem.

I installed the latest version of libtool and that didn't help.  So, then
I changed the pertinent .la files (actually just copied over the newer
ones) and all's well.  Thanks for the push in the right direction.

-- 
Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Trouble Installing Pango

2004-07-21 Thread Mark Leisher
Marshall Lake wrote:
[undefined references]
On my system (Slackware 9), the undefined references (started with 2.4) were 
due to libtool adding the older versions of the libraries (in /usr/lib) in 
front of the newer versions (in /usr/local/lib) as part of the link command.

I fiddled with ld.so.config and libtool for days with no success, so I ended 
up editing the *.la files by hand to get everything to link to the proper 
libraries.

There is a newer version of libtool out that may or may not fix the problem.
--
---
Mark Leisher  In a time of drastic change it is the
Computing Research Lablearners who inherit the future. The
New Mexico State University   learned usually find themselves equipped
Box 30001, Dept. 3CRL to live in a world that no longer exists.
Las Cruces, NM  88003   --  Eric Hoffer
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Trouble Installing Pango

2004-07-21 Thread Sven Neumann
Hi,

Marshall Lake <[EMAIL PROTECTED]> writes:

> > > While trying to install pango 1.5.1 near the (seemingly) end of
> > > compilation I get the following errors:
> > >
> > > /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so:
> > > undefined reference to `g_type_instance_get_private'
> > > /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so:
> > > undefined reference to `g_type_class_add_private'
> > > /home/mlake/pango-1.5.1/pango/.libs/libpango-1.0.so: undefined
> > > reference to `g_unichar_get_mirror_char'
> 
> > These are GLib-2.4 things.  You need GLib-2.4.  I'm sure
> > Pango README mentions this dependency.
> 
> I successfully installed GLib-2.5 and I'm getting the same errors when
> trying to install pango 1.5.1.  The GLib version doesn't have to be
> exactly 2.4, does it?
> 
> What else could be causing the errors?

You may have glib >= 2.4 installed but are you sure that it is also
used by the linker? Your errors seem to indicate that an older version
of glib is being used.


Sven
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Trouble Installing Pango

2004-07-21 Thread Marshall Lake

> > While trying to install pango 1.5.1 near the (seemingly) end of
> > compilation I get the following errors:
> >
> > /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: undefined reference to 
> > `g_type_instance_get_private'
> > /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: undefined reference to 
> > `g_type_class_add_private'
> > /home/mlake/pango-1.5.1/pango/.libs/libpango-1.0.so: undefined reference to 
> > `g_unichar_get_mirror_char'

> These are GLib-2.4 things.  You need GLib-2.4.  I'm sure
> Pango README mentions this dependency.

I successfully installed GLib-2.5 and I'm getting the same errors when
trying to install pango 1.5.1.  The GLib version doesn't have to be
exactly 2.4, does it?

What else could be causing the errors?

-- 
Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Trouble Installing Pango

2004-07-20 Thread David Necas (Yeti)
On Tue, Jul 20, 2004 at 02:25:09PM -0400, Marshall Lake wrote:
> 
> While trying to install pango 1.5.1 near the (seemingly) end of
> compilation I get the following errors:
> 
> /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: undefined reference to 
> `g_type_instance_get_private'
> /home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: undefined reference to 
> `g_type_class_add_private'
> /home/mlake/pango-1.5.1/pango/.libs/libpango-1.0.so: undefined reference to 
> `g_unichar_get_mirror_char'

These are GLib-2.4 things.  You need GLib-2.4.  I'm sure
Pango README mentions this dependency.

Yeti


--
Do not use tab characters. Their effect is not predictable.
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Trouble Installing Pango

2004-07-20 Thread Marshall Lake

While trying to install pango 1.5.1 near the (seemingly) end of
compilation I get the following errors:

/home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: undefined reference to 
`g_type_instance_get_private'
/home/mlake/pango-1.5.1/pango/.libs/libpangoft2-1.0.so: undefined reference to 
`g_type_class_add_private'
/home/mlake/pango-1.5.1/pango/.libs/libpango-1.0.so: undefined reference to 
`g_unichar_get_mirror_char'

Can anyone tell me what's going wrong and how I can correct the situation?
Thanks.

-- 
Marshall Lake -- [EMAIL PROTECTED] -- http://mlake.net
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list