Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2nd August 2005, 03:46 PM
ChadL Offline
Registered User
 
Join Date: Jul 2005
Posts: 4
Installing gdl (Gnome Development Library)

In my attempts to install Anjuta 2, I have gotten the rest of the dependency's out of the way, but when I go to build gdl-0.6.0, it is asking me for something called lpangoft2-1.0, and the only thing Google is showing me are other people who have ran into a similar problem.
I am wondering if anyone has found a way around this problem, or knows a place to download this.

I have run ./configure, and it reported that there were no problems.
[ChadL@chadnet gdl-0.6.0]$ make
make all-recursive
make[1]: Entering directory `/home/ChadL/Desktop/gdl-0.6.0'
Making all in gdl
make[2]: Entering directory `/home/ChadL/Desktop/gdl-0.6.0/gdl'
/bin/sh ../libtool --mode=link gcc -g -O2 -o libgdl-1.la -rpath /usr/local/lib gdl-i18n.lo gdl-tools.lo gdl-combo-button.lo gdl-dock-object.lo gdl-dock-master.lo gdl-dock.lo gdl-dock-item.lo gdl-dock-item-grip.lo gdl-dock-notebook.lo gdl-dock-paned.lo gdl-dock-tablabel.lo gdl-dock-layout.lo gdl-dock-placeholder.lo gdl-dock-bar.lo gdl-icons.lo gdl-recent.lo gdl-stock.lo libgdltypebuiltins.lo libgdlmarshal.lo -Wl,--export-dynamic -pthread -L/usr/X11R6/lib64 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lpthread -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -lpthread -lz -lm
gcc -shared .libs/gdl-i18n.o .libs/gdl-tools.o .libs/gdl-combo-button.o .libs/gdl-dock-object.o .libs/gdl-dock-master.o .libs/gdl-dock.o .libs/gdl-dock-item.o .libs/gdl-dock-item-grip.o .libs/gdl-dock-notebook.o .libs/gdl-dock-paned.o .libs/gdl-dock-tablabel.o .libs/gdl-dock-layout.o .libs/gdl-dock-placeholder.o .libs/gdl-dock-bar.o .libs/gdl-icons.o .libs/gdl-recent.o .libs/gdl-stock.o .libs/libgdltypebuiltins.o .libs/libgdlmarshal.o -pthread -L/usr/X11R6/lib64 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 /usr/lib64/libpopt.so -lart_lgpl_2 -lpangoft2-1.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -lpthread -lz -lm -Wl,--export-dynamic -Wl,-soname -Wl,libgdl-1.so.0 -o .libs/libgdl-1.so.0.0.0
/usr/bin/ld: cannot find -lpangoft2-1.0
collect2: ld returned 1 exit status
make[2]: *** [libgdl-1.la] Error 1
make[2]: Leaving directory `/home/ChadL/Desktop/gdl-0.6.0/gdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ChadL/Desktop/gdl-0.6.0'
make: *** [all-recursive-am] Error 2
Btw, I am running Fedora Core 4 x86_64

Thank you in advance for any help you can provide.

Last edited by ChadL; 2nd August 2005 at 03:48 PM.
Reply With Quote
  #2  
Old 2nd August 2005, 03:53 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Quote:
Originally Posted by ChadL
/usr/bin/ld: cannot find -lpangoft2-1.0
Just install the pango and pango-devel rpm package (i386 if you compile for 32 bit or x86_64 if you compile for 64 bit architecture).
(yum install pango)
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card

Last edited by Furball; 2nd August 2005 at 03:56 PM.
Reply With Quote
  #3  
Old 2nd August 2005, 04:50 PM
ChadL Offline
Registered User
 
Join Date: Jul 2005
Posts: 4
Thank you!
That let me install gdl.

The configure file for Anjuta2 is still telling me that it can not find it, but when I do a search, the file it is looking for is on my computer in about three different places, so I will play with my environmental variables a bit to see if I can get it to find them.
Reply With Quote
  #4  
Old 2nd August 2005, 05:01 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Quote:
Originally Posted by ChadL
The configure file for Anjuta2 is still telling me that it can not find it, but when I do a search, the file it is looking for is on my computer in about three different places, so I will play with my environmental variables a bit to see if I can get it to find them.
Good luck! If you cannot get it to compile/work just post a message again and we'll try to help you.
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
Reply

Tags
development, gdl, gnome, installing, library

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
web development software for gnome majdi Using Fedora 7 29th August 2008 05:31 PM
Error while installing a library khalidorama Using Fedora 1 10th February 2008 09:27 AM
Installing a library, how? DanMachado Installation and Live Media 4 23rd July 2007 10:32 AM
Gnome Application Development cdlaforc Programming & Packaging 12 13th July 2006 09:01 PM


Current GMT-time: 18:25 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat