LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-30-2005, 04:31 PM   #1
Spooled
LQ Newbie
 
Registered: Aug 2005
Location: Memphis, TN
Distribution: Mandriva 2006
Posts: 19

Rep: Reputation: 0
libgnomeui compile/link problems with Mandrake 10.2


Hello all,
I've been trying to install libgnomeui-2.11.4 but keep getting an error when it tries to compile/link. I've installed the latest version of gtk, libbonobo, libgnome, and the other dependencies that the configure script told me to get. I'm using gcc version 3.43.

Here is the end of the log. I would post the whole thing, but its about 400 lines. I looked through the whole thing though and did not see any compile errors, or any file not found errors. I just don't know what to do.
--------------

/bin/sh ../libtool --mode=link gcc -g -O2 -o gnome_segv2 gnome_segv.o libgnomeui-2.la -Wl,--export-dynamic -pthread -L/usr/local/lib -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.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 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lgnome-keyring -lglib-2.0 -ljpeg -lpopt
gcc -g -O2 -o .libs/gnome_segv2 gnome_segv.o -Wl,--export-dynamic -pthread ./.libs/libgnomeui-2.so -L/usr/local/lib -L/usr/X11R6/lib /usr/lib/libbonoboui-2.so -lSM -lICE -lX11 /usr/local/lib/libgnomecanvas-2.so /usr/local/lib/libgnome-2.so /usr/lib/libesd.so /usr/lib/libaudiofile.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangoxft-1.0.so /usr/local/lib/libpangox-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libgnomevfs-2.so /usr/lib/libxml2.so -lz -lresolv -lrt /usr/local/lib/libbonobo-2.so /usr/local/lib/libgconf-2.so /usr/local/lib/libbonobo-activation.so /usr/local/lib/libORBitCosNaming-2.so /usr/local/lib/libORBit-2.so /usr/local/lib/libgobject-2.0.so -lm /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libgthread-2.0.so -lpthread /usr/lib/libgnome-keyring.so /usr/lib/libglib-2.0.so /usr/local/lib/libglib-2.0.so /usr/lib/libjpeg.so /usr/local/lib/libpopt.so
./.libs/libgnomeui-2.so: undefined reference to `gnome_help_display_desktop_with_env'
./.libs/libgnomeui-2.so: undefined reference to `gnome_help_display_with_doc_id_and_env'
./.libs/libgnomeui-2.so: undefined reference to `gnome_url_show_with_env'
./.libs/libgnomeui-2.so: undefined reference to `gnome_help_display_uri_with_env'
collect2: ld returned 1 exit status
make[4]: *** [gnome_segv2] Error 1
make[4]: Leaving directory `/tmp/libgnomeui-2.11.4/libgnomeui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/libgnomeui-2.11.4/libgnomeui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/libgnomeui-2.11.4/libgnomeui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/libgnomeui-2.11.4'
make: *** [all] Error 2

--------------

Thanks for the help.
 
Old 08-30-2005, 09:02 PM   #2
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
10.2 comes with GNOME 2.8 so if you have GNOME installed then you already have libgnomeui installed.

You are trying to install the libgnome from GNOME 2.11. If you want it to work you'll probably have to download the entire GNOME 2.11 and compile that and make sure libgnomeui is compiling against it and not the GNOME 2.8 stuff that came packaged with Mandrake.

It might help if we knew the reason you wanted to compile libgnomeui? was it a dependency to something you tried to install?
 
Old 08-31-2005, 05:45 PM   #3
Spooled
LQ Newbie
 
Registered: Aug 2005
Location: Memphis, TN
Distribution: Mandriva 2006
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks for the help..Stupid me. I was trying to install the wrong version. Sorry for wasting your time.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems setting up network (Mandrake and D-Link DWL-122) BullyBalla Linux - Wireless Networking 0 04-06-2005 04:18 AM
Compile errors with libgnomeui drakethegreat Slackware 4 01-04-2005 05:04 PM
Mandrake 10 - wireless card problems (D-Link DWL-650+) charlie989 Linux - Newbie 0 12-23-2004 09:57 AM
mandrake 10: problems with creative sb live+ alsa compile satch66 Linux - Newbie 4 06-22-2004 11:11 AM
Mandrake 8.2 compile problems Filsta Linux - Software 1 06-11-2002 02:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration