Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 02-13-2005, 07:04 PM   #1 (permalink)
Insane
 
Some more Linux questions

This is based off of SuSE 9.1 Pro. Firstly, I'm trying to install gAIM from the downloaded source. I ran into some problems with gcc not being installed, etc, but I got that fixed. Then I ran into a problem with Glib not being version 2.0.0 or better, so I went out and downloaded the source for that and compiled it successfully. So now to the current problem...

It runs pkg-config --modversion glib-2.0 and it finds that the version is 2.2.3, when in fact I have installed 2.6.2. The configure find this and complains that it doesn't know which is correct. Glib installed its stuff into /usr/local/lib. And the configure error suggests I point LD_PKGCONFIG_PATH to that location. As it is, LD_CONFIG_PATH (or LD_PKGCONFIG_PATH, I can't remember which) points to /opt/gnome/lib/pkgconfig, which I would guess is the problem. So how do I set the variable to the correct path?

Secondly, is there anywhere I can go to find a step-by-step instruction guide for switching from KDE to something else? And also, what would be good to switch to?
wombatman is offline  
Old 02-13-2005, 07:24 PM   #2 (permalink)
Insane
 
Well, nevermind. As I'm typing this, everything is compiling for gAIM just fine. I must have misread the error message, as it said it need the GTK+ development files. So I installed them, and everything is hunky-dory. The second question, about changing from KDE if I so desire, still stands, however. Thanks.
wombatman is offline  
Old 02-13-2005, 07:26 PM   #3 (permalink)
Insane
 
And I now run into this problem:

Quote:
/bin/sh ../libtool --silent --mode=link --tag=CC gcc -g -O2 -Wall -g3 -o gaim -export-dynamic account.o accountopt.o blist.o buddyicon.o cmds.o connection.o conversation.o core.o debug.o eventloop.o ft.o imgstore.o log.o md5.o network.o notify.o plugin.o pluginpref.o pounce.o prefix.o prefs.o privacy.o proxy.o prpl.o request.o roomlist.o server.o sha.o signals.o status.o stringref.o sound.o sslconn.o util.o value.o xmlnode.o away.o dnd-hints.o gaim-disclosure.o gtkaccount.o gtkcellrendererprogress.o gtkblist.o gtkconn.o gtkconv.o gtkdebug.o gtkdialogs.o gtkeventloop.o gtkft.o gtkimhtml.o gtkimhtmltoolbar.o gtklog.o gtknotify.o gtkplugin.o gtkpluginpref.o gtkprefs.o gtkprivacy.o gtkpounce.o gtkrequest.o gtkroomlist.o gtksound.o gtksourceiter.o gtkutils.o idle.o main.o session.o stock.o themes.o -Wl,--export-dynamic -L/usr/local/lib -L/opt/gnome/lib -lgtk-x11-2.0 -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 -L/usr/X11R6/lib -lSM -lICE -lX11 -lXext -L/usr/X11R6/lib -lXss -L/usr/X11R6/lib -lSM -lICE -Wl,--export-dynamic -L/usr/local/lib -L/opt/gnome/lib -lgtkspell -laspell -lgtk-x11-2.0 -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 -lnsl
account.o(.text+0x1af): In function `gaim_account_get_proxy_info':
/home/wombatman/Documents/gaim-1.1.2/src/account.c:781: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x1df): In function `gaim_account_get_remember_password':
/home/wombatman/Documents/gaim-1.1.2/src/account.c:756: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x20f): In function `gaim_account_get_connection':
/home/wombatman/Documents/gaim-1.1.2/src/account.c:748: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x23f): In function `gaim_account_get_protocol_id':
/home/wombatman/Documents/gaim-1.1.2/src/account.c:728: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x26f): In function `gaim_account_get_buddy_icon':
/home/wombatman/Documents/gaim-1.1.2/src/account.c:720: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x29f):/home/wombatman/Documents/gaim-1.1.2/src/account.c:712: more undefined references to `g_return_if_fail_warning' follow
eventloop.o(.text+0x37): In function `gaim_eventloop_get_ui_ops':
/home/wombatman/Documents/gaim-1.1.2/src/eventloop.c:73: undefined reference to `g_assert_warning'
ft.o(.text+0x3c): In function `gaim_xfer_set_status':
/home/wombatman/Documents/gaim-1.1.2/src/ft.c:114: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x72): In function `gaim_xfer_set_cancel_recv_fnc':
/home/wombatman/Documents/gaim-1.1.2/src/ft.c:667: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0xa2): In function `gaim_xfer_set_cancel_send_fnc':
/home/wombatman/Documents/gaim-1.1.2/src/ft.c:659: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0xd2): In function `gaim_xfer_set_end_fnc':
/home/wombatman/Documents/gaim-1.1.2/src/ft.c:651: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x102): In function `gaim_xfer_set_start_fnc':
/home/wombatman/Documents/gaim-1.1.2/src/ft.c:643: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x132):/home/wombatman/Documents/gaim-1.1.2/src/ft.c:635: more undefined references to `g_return_if_fail_warning' follow
collect2: ld returned 1 exit status
make[3]: *** [gaim] Error 1
make[3]: Leaving directory `/home/wombatman/Documents/gaim-1.1.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/wombatman/Documents/gaim-1.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wombatman/Documents/gaim-1.1.2'
make: *** [all] Error 2
Help?
wombatman is offline  
Old 02-13-2005, 07:56 PM   #4 (permalink)
Insane
 
One last note: I tried compiling from the cvs source. The compilation does fine, but once again, when I try to do the "make" step, I get an error in the same spot. The cvs source spits out a ton more errors, but it is at the same point in the "make" as before. Still not sure what to do.
wombatman is offline  
Old 02-13-2005, 08:07 PM   #5 (permalink)
Pure Chewing Satisfaction
 
Moskie's Avatar
 
Location: can i use bbcode [i]here[/i]?
any particular reason why you're trying to compile the source manually?

Suse comes with a package manager, and I'd be surprised if Gaim isn't in there.

And do you have yum or apt-get installed? You can use those to get programs, such as gaim, along with all it's pre-reqs. You could try 'yum install gaim' or 'apt-get install gaim' and see what happens...
__________________
Greetings and salutations.
Moskie is offline  
Old 02-13-2005, 08:10 PM   #6 (permalink)
Pure Chewing Satisfaction
 
Moskie's Avatar
 
Location: can i use bbcode [i]here[/i]?
Quote:
Originally Posted by wombatman
Secondly, is there anywhere I can go to find a step-by-step instruction guide for switching from KDE to something else? And also, what would be good to switch to?
I'm not quite sure how complicated it is to switch window managers in Suse's latest version. But I pretty much stick to KDE myself, and Gnome is the other popular window manager. There's plenty of other low-end ones, as well, but if you're looking for something along the same lines as KDE, then you probably want to check out Gnome.
__________________
Greetings and salutations.
Moskie is offline  
Old 02-13-2005, 08:54 PM   #7 (permalink)
Psycho
 
bacon_masta's Avatar
 
Location: i live in the state of denial
I'm not sure about how to change the window manager in SuSe, but I think you should run the xwmconfig script from the commandline. If the script isn't there, just try startx<windowmanagername>. Example: startxxfce4 or startxfluxbox. As far as a new environment goes, I am a total freak for xfce. The new version (4.2) is absolutely wonderful, and I think it uses between 15% and 20% of the resources kde uses. You can even run most kde-specific programs under xfce. If you're running a slower computer, you might want to try something even more stripped down, such as fluxbox, blackbox, or fvwm. You just have to find the windowmanager that's right for you.
bacon_masta is offline  
Old 02-14-2005, 03:19 AM   #8 (permalink)
Junkie
 
Location: San Francisco
They're linker errors...some library with the function g_return_if_fail_warning is not being linked. I searched, and apparently it has to do with having two glibs installed. This is related to why pkg-config --modversion glib-2.0 returned 2.2.3 when you just installed 2.6.2. What's probably happening is you have 2.2.3 in /usr and 2.6.2 in /usr/local. gaim is being compiled with the 2.6.2 versions of the headers with g_return_if_fail_warning, but ld (the linker) is getting the 2.2.3 version of the library where it's not defined.

The best solution is to get rid of one of the two versions entirely, most likely the old one if you can, which you can probably do with the package manager. In the meantime, you can get the gaim binary built by pointing ld to the right library. Generally the configure script deals with getting the right version of a library, and yes, as it suggests, setting that environment variable will probably solve the problem. I think the one you're looking for is PKG_CONFIG_PATH. If you're using bash (you probably are), do
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
but I've never used pkg-config so I can't help much with the details on that one.

You might also try
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
but I don't think it will matter because the linker is already getting that -L/usr/local/lib.

Of course, as was suggested you can probably just use the package manager to get the gaim binaries without having to screw around with this stuff as it can be really complicated and confusing. Upgrading libraries tends to cause problems especially when they come from different places.
__________________
"Prohibition will work great injury to the cause of temperance. It is a species of intemperance within itself, for it goes beyond the bounds of reason in that it attempts to control a man's appetite by legislation, and makes a crime out of things that are not crimes. A Prohibition law strikes a blow at the very principles upon which our government was founded." --Abraham Lincoln

Last edited by n0nsensical; 02-14-2005 at 03:27 AM..
n0nsensical is offline  
Old 02-14-2005, 03:48 AM   #9 (permalink)
Human
 
SecretMethod70's Avatar
 
Administrator
Location: Chicago
I honestly don't have the time to read this whole post right now, but it's important that I note it is Gaim or gaim, but NOT GAIM or gAIM. It may seem trivial to you, but keeping people from spelling it those ways is what keeps the project alive. (You guessed it, you can thank AOL for that one.)
__________________
Le temps détruit tout

"Musicians are the carriers and communicators of spirit in the most immediate sense." - Kurt Elling
SecretMethod70 is offline  
Old 02-14-2005, 06:45 AM   #10 (permalink)
Insane
 
Before I head to class, I wanted to reply with what I've tried. The SuSE package manager does has a Gaim package in there, but it is version 0.7-something, and I would like the updated version. The PKG_CONFIG_PATH, when echoed out, is pointed to the right places. I used the package manager to remove all 2.2.3 version of glib. I did ldconfig just to be safe, and I then did the configure, which also went through fine. The make, however, results in the same errors as before.

And Secret, I actually do use Gaim rather than gAIM most of the time, but I wasn't sure which was the correct one, so I took a stab at it. Good to know what the correct way to type it is.

Oh, and here's the error code:

Quote:
account.o(.text+0x1cf): In function `gaim_account_get_status_types':
/home/wombatman/Documents/gaim/src/account.c:1336: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x1ff): In function `gaim_account_get_presence':
/home/wombatman/Documents/gaim/src/account.c:1318: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x22f): In function `gaim_account_get_proxy_info':
/home/wombatman/Documents/gaim/src/account.c:1282: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x25f): In function `gaim_account_get_remember_password':
/home/wombatman/Documents/gaim/src/account.c:1257: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x28f): In function `gaim_account_get_connection':
/home/wombatman/Documents/gaim/src/account.c:1249: undefined reference to `g_return_if_fail_warning'
account.o(.text+0x2bf):/home/wombatman/Documents/gaim/src/account.c:1229: more undefined references to `g_return_if_fail_warning' follow
buddyicon.o(.text+0x48c): In function `gaim_buddy_icon_cache':
/home/wombatman/Documents/gaim/src/buddyicon.c:236: undefined reference to `g_fopen'
buddyicon.o(.text+0x4cc):/home/wombatman/Documents/gaim/src/buddyicon.c:246: undefined reference to `g_stat'
buddyicon.o(.text+0x4dc):/home/wombatman/Documents/gaim/src/buddyicon.c:247: undefined reference to `g_unlink'
buddyicon.o(.text+0x525):/home/wombatman/Documents/gaim/src/buddyicon.c:250: undefined reference to `g_stat'
buddyicon.o(.text+0x55b):/home/wombatman/Documents/gaim/src/buddyicon.c:228: undefined reference to `g_mkdir'
buddyicon.o(.text+0x5a2):/home/wombatman/Documents/gaim/src/buddyicon.c:251: undefined reference to `g_unlink'
buddyicon.o(.text+0x5b9):/home/wombatman/Documents/gaim/src/buddyicon.c:251: undefined reference to `g_return_if_fail_warning'
buddyicon.o(.text+0x673): In function `gaim_buddy_icon_update':
/home/wombatman/Documents/gaim/src/buddyicon.c:197: undefined reference to `g_return_if_fail_warning'
buddyicon.o(.text+0x80c): In function `gaim_buddy_icon_destroy':
/home/wombatman/Documents/gaim/src/buddyicon.c:137: undefined reference to `g_return_if_fail_warning'
buddyicon.o(.text+0x871): In function `gaim_buddy_icon_unref':
/home/wombatman/Documents/gaim/src/buddyicon.c:168: undefined reference to `g_return_if_fail_warning'
buddyicon.o(.text+0x922): In function `gaim_buddy_icons_find':
/home/wombatman/Documents/gaim/src/buddyicon.c:376: undefined reference to `g_stat'
buddyicon.o(.text+0x948):/home/wombatman/Documents/gaim/src/buddyicon.c:381: undefined reference to `g_stat'
buddyicon.o(.text+0x963):/home/wombatman/Documents/gaim/src/buddyicon.c:382: undefined reference to `g_fopen'
buddyicon.o(.text+0x9fe):/home/wombatman/Documents/gaim/src/buddyicon.c:393: undefined reference to `g_return_if_fail_warning'
buddyicon.o(.text+0xa83): In function `gaim_buddy_icon_new':
/home/wombatman/Documents/gaim/src/buddyicon.c:69: undefined reference to `g_return_if_fail_warning'
buddyicon.o(.text+0x70e): In function `gaim_buddy_icon_set_data':
/home/wombatman/Documents/gaim/src/buddyicon.c:301: undefined reference to `g_return_if_fail_warning'
buddyicon.o(.text+0xb81): In function `gaim_buddy_icons_set_for_user':
/home/wombatman/Documents/gaim/src/buddyicon.c:345: undefined reference to `g_return_if_fail_warning'
buddyicon.o(.text+0xba2):/home/wombatman/Documents/gaim/src/buddyicon.c:345: undefined reference to `g_return_if_fail_warning'
cmds.o(.text+0x893):/home/wombatman/Documents/gaim/src/cmds.c:62: more undefined references to `g_return_if_fail_warning' follow
desktopitem.o(.text+0x1363): In function `gaim_desktop_item_new_from_file':
/home/wombatman/Documents/gaim/src/desktopitem.c:1153: undefined reference to `g_fopen'
desktopitem.o(.text+0x152d):/home/wombatman/Documents/gaim/src/desktopitem.c:317: undefined reference to `g_return_if_fail_warning'
desktopitem.o(.text+0x15a6):/home/wombatman/Documents/gaim/src/desktopitem.c:350: undefined reference to `g_return_if_fail_warning'
eventloop.o(.text+0x37): In function `gaim_eventloop_get_ui_ops':
/home/wombatman/Documents/gaim/src/eventloop.c:73: undefined reference to `g_assert_warning'
ft.o(.text+0x3c): In function `gaim_xfer_set_status':
/home/wombatman/Documents/gaim/src/ft.c:114: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x72): In function `gaim_xfer_set_cancel_recv_fnc':
/home/wombatman/Documents/gaim/src/ft.c:670: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0xa2): In function `gaim_xfer_set_cancel_send_fnc':
/home/wombatman/Documents/gaim/src/ft.c:662: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0xd2): In function `gaim_xfer_set_end_fnc':
/home/wombatman/Documents/gaim/src/ft.c:654: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x102): In function `gaim_xfer_set_start_fnc':
/home/wombatman/Documents/gaim/src/ft.c:646: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x132):/home/wombatman/Documents/gaim/src/ft.c:638: more undefined references to `g_return_if_fail_warning' follow
ft.o(.text+0x10ae): In function `begin_transfer':
/home/wombatman/Documents/gaim/src/ft.c:795: undefined reference to `g_fopen'
ft.o(.text+0x12be): In function `gaim_xfer_new':
/home/wombatman/Documents/gaim/src/ft.c:61: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x1324): In function `gaim_xfer_write':
/home/wombatman/Documents/gaim/src/ft.c:708: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x149e): In function `gaim_xfer_read':
/home/wombatman/Documents/gaim/src/ft.c:693: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x175e): In function `gaim_xfer_request_accepted':
/home/wombatman/Documents/gaim/src/ft.c:373: undefined reference to `g_stat'
ft.o(.text+0x1814): In function `gaim_xfer_choose_file_ok_cb':
/home/wombatman/Documents/gaim/src/ft.c:174: undefined reference to `g_stat'
ft.o(.text+0x19b5): In function `gaim_xfer_request':
/home/wombatman/Documents/gaim/src/ft.c:328: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x78c): In function `gaim_xfer_error':
/home/wombatman/Documents/gaim/src/ft.c:1049: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x7bc):/home/wombatman/Documents/gaim/src/ft.c:1043: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x115c): In function `gaim_xfer_start':
/home/wombatman/Documents/gaim/src/ft.c:828: undefined reference to `g_return_if_fail_warning'
ft.o(.text+0x117d):/home/wombatman/Documents/gaim/src/ft.c:828: undefined reference to `g_return_if_fail_warning'
imgstore.o(.text+0xb3):/home/wombatman/Documents/gaim/src/imgstore.c:76: more undefined references to `g_return_if_fail_warning' follow
log.o(.text+0x7a): In function `log_sizer_common':
/home/wombatman/Documents/gaim/src/log.c:454: undefined reference to `g_stat'
log.o(.text+0x4c8): In function `old_logger_total_size':
/home/wombatman/Documents/gaim/src/log.c:965: undefined reference to `g_stat'
log.o(.text+0x7b2): In function `log_writer_common':
/home/wombatman/Documents/gaim/src/log.c:395: undefined reference to `g_fopen'
log.o(.text+0xe40): In function `old_logger_read':
/home/wombatman/Documents/gaim/src/log.c:979: undefined reference to `g_fopen'
log.o(.text+0xfc6): In function `old_logger_list':
/home/wombatman/Documents/gaim/src/log.c:854: undefined reference to `g_fopen'
log.o(.text+0x16c1): In function `gaim_log_logger_set':
/home/wombatman/Documents/gaim/src/log.c:276: undefined reference to `g_return_if_fail_warning'
log.o(.text+0x1751): In function `gaim_log_get_size':
/home/wombatman/Documents/gaim/src/log.c:109: undefined reference to `g_return_if_fail_warning'
log.o(.text+0x17d0): In function `gaim_log_free':
/home/wombatman/Documents/gaim/src/log.c:69: undefined reference to `g_return_if_fail_warning'
log.o(.text+0x180e): In function `gaim_log_logger_remove':
/home/wombatman/Documents/gaim/src/log.c:270: undefined reference to `g_return_if_fail_warning'
log.o(.text+0x186e): In function `gaim_log_logger_add':
/home/wombatman/Documents/gaim/src/log.c:263: undefined reference to `g_return_if_fail_warning'
log.o(.text+0x1b01):/home/wombatman/Documents/gaim/src/log.c:98: more undefined references to `g_return_if_fail_warning' follow
util.o(.text+0x3476): In function `gaim_build_dir':
/home/wombatman/Documents/gaim/src/util.c:1934: undefined reference to `g_mkdir'
util.o(.text+0x34eb):/home/wombatman/Documents/gaim/src/util.c:1945: undefined reference to `g_return_if_fail_warning'
util.o(.text+0x3619): In function `gaim_util_write_data_to_file':
/home/wombatman/Documents/gaim/src/util.c:1969: undefined reference to `g_mkdir'
util.o(.text+0x3668):/home/wombatman/Documents/gaim/src/util.c:1991: undefined reference to `g_fopen'
util.o(.text+0x36ec):/home/wombatman/Documents/gaim/src/util.c:1983: undefined reference to `g_unlink'
util.o(.text+0x377e):/home/wombatman/Documents/gaim/src/util.c:2026: undefined reference to `g_stat'
util.o(.text+0x37ae):/home/wombatman/Documents/gaim/src/util.c:2028: undefined reference to `g_return_if_fail_warning'
util.o(.text+0x3840):/home/wombatman/Documents/gaim/src/util.c:2054: undefined reference to `g_rename'
util.o(.text+0x3872):/home/wombatman/Documents/gaim/src/util.c:2046: undefined reference to `g_unlink'
util.o(.text+0x3a8e): In function `gaim_util_read_xml_from_file':
/home/wombatman/Documents/gaim/src/util.c:2118: undefined reference to `g_return_if_fail_warning'
util.o(.text+0x3b1f): In function `gaim_markup_get_tag_name':
/home/wombatman/Documents/gaim/src/util.c:1852: undefined reference to `g_return_if_fail_warning'
util.o(.text+0x3d69): In function `gaim_markup_slice':
/home/wombatman/Documents/gaim/src/util.c:1753: undefined reference to `g_return_if_fail_warning'
util.o(.text+0xb2be): In function `gaim_markup_find_tag':
/home/wombatman/Documents/gaim/src/util.c:659: undefined reference to `g_return_if_fail_warning'
util.o(.text+0xb5aa): In function `gaim_base16_encode':
/home/wombatman/Documents/gaim/src/util.c:85: undefined reference to `g_return_if_fail_warning'
util.o(.text+0xbbf9):/home/wombatman/Documents/gaim/src/util.c:374: more undefined references to `g_return_if_fail_warning' follow
gtkaccount.o(.text+0x24c9): In function `convert_buddy_icon':
/home/wombatman/Documents/gaim/src/gtkaccount.c:523: undefined reference to `g_stat'
gtkaccount.o(.text+0x2822):/home/wombatman/Documents/gaim/src/gtkaccount.c:548: undefined reference to `g_fopen'
gtkaccount.o(.text+0x29b9):/home/wombatman/Documents/gaim/src/gtkaccount.c:602: undefined reference to `g_mkdir'
gtkaccount.o(.text+0x2bc2): In function `icon_preview_change_cb':
/home/wombatman/Documents/gaim/src/gtkaccount.c:307: undefined reference to `g_stat'
gtkblist.o(.text+0xd64): In function `create_prpl_icon':
/home/wombatman/Documents/gaim/src/gtkblist.c:4868: undefined reference to `g_return_if_fail_warning'
gtkblist.o(.text+0x2249): In function `update_menu_bar':
/home/wombatman/Documents/gaim/src/gtkblist.c:3223: undefined reference to `g_return_if_fail_warning'
gtkblist.o(.text+0x5ca1): In function `rebuild_addchat_entries':
/home/wombatman/Documents/gaim/src/gtkblist.c:4502: undefined reference to `g_return_if_fail_warning'
gtkblist.o(.text+0x69f1): In function `rebuild_joinchat_entries':
/home/wombatman/Documents/gaim/src/gtkblist.c:761: undefined reference to `g_return_if_fail_warning'
gtkblist.o(.text+0x8582): In function `gaim_gtk_blist_update':
/home/wombatman/Documents/gaim/src/gtkblist.c:3972: undefined reference to `g_return_if_fail_warning'
gtkblist.o(.text+0x96a1):/home/wombatman/Documents/gaim/src/gtkblist.c:3767: more undefined references to `g_return_if_fail_warning' follow
gtkconv.o(.text+0x2796): In function `saveicon_writefile_cb':
/home/wombatman/Documents/gaim/src/gtkconv.c:2523: undefined reference to `g_fopen'
gtkconv.o(.text+0x3311): In function `update_tab_icon':
/home/wombatman/Documents/gaim/src/gtkconv.c:2360: undefined reference to `g_return_if_fail_warning'
gtkconv.o(.text+0x36c5): In function `gaim_gtkconv_updated':
/home/wombatman/Documents/gaim/src/gtkconv.c:5334: undefined reference to `g_return_if_fail_warning'
gtkconv.o(.text+0x3992): In function `gaim_gtkconv_custom_smiley_close':
/home/wombatman/Documents/gaim/src/gtkconv.c:5271: undefined reference to `g_return_if_fail_warning'
gtkconv.o(.text+0x8a01): In function `chat_do_im':
/home/wombatman/Documents/gaim/src/gtkconv.c:1256: undefined reference to `g_return_if_fail_warning'
gtkconv.o(.text+0xac74): In function `savelog_writefile_cb':
/home/wombatman/Documents/gaim/src/gtkconv.c:872: undefined reference to `g_fopen'
gtkconv.o(.text+0x18ca): In function `before_switch_conv_cb':
/home/wombatman/Documents/gaim/src/gtkconv.c:2843: undefined reference to `g_return_if_fail_warning'
gtkconv.o(.text+0x291a): In function `menu_buddyicon_cb':
/home/wombatman/Documents/gaim/src/gtkconv.c:2616: undefined reference to `g_return_if_fail_warning'
gtkconv.o(.text+0x598f): In function `delete_text_cb':
/home/wombatman/Documents/gaim/src/gtkconv.c:1879: undefined reference to `g_return_if_fail_warning'
gtkconv.o(.text+0x5a6d): In function `insert_text_cb':
/home/wombatman/Documents/gaim/src/gtkconv.c:1849: undefined reference to `g_return_if_fail_warning'
gtkconv.o(.text+0xbaf3): In function `switch_conv_cb':
/home/wombatman/Documents/gaim/src/gtkconv.c:2893: undefined reference to `g_return_if_fail_warning'
gtkdebug.o(.text+0x794): In function `save_writefile_cb':
/home/wombatman/Documents/gaim/src/gtkdebug.c:176: undefined reference to `g_fopen'
gtkdialogs.o(.text+0xb2): In function `gaim_gtkdialogs_remove_chat':
/home/wombatman/Documents/gaim/src/gtkdialogs.c:1001: undefined reference to `g_return_if_fail_warning'
gtkdialogs.o(.text+0x172): In function `gaim_gtkdialogs_remove_buddy':
/home/wombatman/Documents/gaim/src/gtkdialogs.c:962: undefined reference to `g_return_if_fail_warning'
gtkdialogs.o(.text+0x222): In function `gaim_gtkdialogs_remove_group':
/home/wombatman/Documents/gaim/src/gtkdialogs.c:920: undefined reference to `g_return_if_fail_warning'
gtkdialogs.o(.text+0x517): In function `gaim_gtkdialogs_remove_contact':
/home/wombatman/Documents/gaim/src/gtkdialogs.c:841: undefined reference to `g_return_if_fail_warning'
gtkdialogs.o(.text+0x61e): In function `gaim_gtkdialogs_alias_chat':
/home/wombatman/Documents/gaim/src/gtkdialogs.c:813: undefined reference to `g_return_if_fail_warning'
gtkdialogs.o(.text+0x6de):/home/wombatman/Documents/gaim/src/gtkdialogs.c:794: more undefined references to `g_return_if_fail_warning' follow
gtkmain.o(.text+0xa49): In function `gaim_find_binary_location':
/home/wombatman/Documents/gaim/src/gtkmain.c:407: undefined reference to `g_lstat'
gtkmain.o(.text+0xac4):/home/wombatman/Documents/gaim/src/gtkmain.c:426: undefined reference to `g_lstat'
gtknotify.o(.text+0xc3e): In function `add_buddy_helper_cb':
/home/wombatman/Documents/gaim/src/gtknotify.c:116: undefined reference to `g_return_if_fail_warning'
gtkplugin.o(.text+0xb2): In function `gaim_gtk_plugin_get_config_frame':
/home/wombatman/Documents/gaim/src/gtkplugin.c:38: undefined reference to `g_return_if_fail_warning'
gtkpluginpref.o(.text+0x412): In function `gaim_gtk_plugin_pref_create_frame':
/home/wombatman/Documents/gaim/src/gtkpluginpref.c:178: undefined reference to `g_return_if_fail_warning'
gtkprefs.o(.text+0x27b2): In function `theme_got_url':
/home/wombatman/Documents/gaim/src/gtkprefs.c:522: undefined reference to `g_unlink'
gtkprefs.o(.text+0x2aea): In function `gaim_gtk_prefs_dropdown_from_list':
/home/wombatman/Documents/gaim/src/gtkprefs.c:265: undefined reference to `g_return_if_fail_warning'
gtkprefs.o(.text+0x2f77): In function `gaim_gtk_prefs_dropdown':
/home/wombatman/Documents/gaim/src/gtkprefs.c:336: undefined reference to `g_return_if_fail_warning'
gtkprivacy.o(.text+0x22e): In function `gaim_gtk_request_add_block':
/home/wombatman/Documents/gaim/src/gtkprivacy.c:637: undefined reference to `g_return_if_fail_warning'
gtkprivacy.o(.text+0x41e): In function `gaim_gtk_request_add_permit':
/home/wombatman/Documents/gaim/src/gtkprivacy.c:601: undefined reference to `g_return_if_fail_warning'
gtkprivacy.o(.text+0x843): In function `gaim_gtk_privacy_dialog_show':
/home/wombatman/Documents/gaim/src/gtkprivacy.c:526: undefined reference to `g_return_if_fail_warning'
gtkpounce.o(.text+0x82a):/home/wombatman/Documents/gaim/src/gtkpounce.c:926: more undefined references to `g_return_if_fail_warning' follow
gtkthemes.o(.text+0x176): In function `load_smiley_theme':
/home/wombatman/Documents/gaim/src/gtkthemes.c:65: undefined reference to `g_fopen'
gtkthemes.o(.text+0x867): In function `smiley_theme_probe':
/home/wombatman/Documents/gaim/src/gtkthemes.c:235: undefined reference to `g_mkdir'
gtkutils.o(.text+0x1bb): In function `gaim_dnd_file_manage':
/home/wombatman/Documents/gaim/src/gtkutils.c:1596: undefined reference to `g_return_if_fail_warning'
gtkutils.o(.text+0xace): In function `gaim_gtk_treeview_popup_menu_position_func':
/home/wombatman/Documents/gaim/src/gtkutils.c:1267: undefined reference to `g_return_if_fail_warning'
gtkutils.o(.text+0xf82): In function `gaim_gtk_parse_x_im_contact':
/home/wombatman/Documents/gaim/src/gtkutils.c:1125: undefined reference to `g_return_if_fail_warning'
gtkutils.o(.text+0x1230): In function `gaim_gtk_setup_gtkspell':
/home/wombatman/Documents/gaim/src/gtkutils.c:905: undefined reference to `g_return_if_fail_warning'
gtkutils.o(.text+0x2bf2): In function `gaim_setup_imhtml':
/home/wombatman/Documents/gaim/src/gtkutils.c:99: undefined reference to `g_return_if_fail_warning'
session.o(.text+0x325):/home/wombatman/Documents/gaim/src/session.c:227: more undefined references to `g_return_if_fail_warning' follow
collect2: ld returned 1 exit status
make[3]: *** [gaim] Error 1
make[3]: Leaving directory `/home/wombatman/Documents/gaim/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/wombatman/Documents/gaim/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wombatman/Documents/gaim'
make: *** [all] Error 2
linux:/home/wombatman/Documents/gaim # echo $LD_LIBRARY_PATH

linux:/home/wombatman/Documents/gaim # echo $PKG_CONFIG_PATH
/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/opt/gnome/lib/pkgconfig
I included the printouts of the 2 variables for everyone to see as well. Thanks again for the help.
wombatman is offline  
Old 02-14-2005, 10:26 AM   #11 (permalink)
Insane
 
alright, so I got rid of Glib-2.2.3 and set LD_LIBRARY_PATH = /usr/local/lib and still get the linker errors. This is with either the CVS source of the gzip 1.12 source.
wombatman is offline  
Old 02-14-2005, 03:40 PM   #12 (permalink)
Junkie
 
Location: San Francisco
Well it's still the same thing, there's no point posting more errors =P

First, since you uninstalled the old library, have you tried rm -rfing the whole thing and starting from scratch? That might fix it easily. Someone else might know another easy way to fix it, but I don't because I don't have any of this stuff installed and haven't used most of it (I avoid GTK like the plague). What I would do is link it manually, but again that can be confusing if you don't know what you're doing:

The most important parts are the command that's being run to link and the path to the library. It looks like it has /usr/local/lib in the in search path already and it's linking with -lglib-2.0, so I suspect either the library isn't in /usr/local/lib at all or it's not named libglib-2.0.so. Do a find /usr/local -name libglib
There should be the library somewhere like /usr/local/lib/somedir/libglib.so.2.6.2 or whatever version and path. There should also be links pointing to that library like libglib.so.2.6, libglib.so.2 and libglib.so. That directory needs to be given to ld like -L/usr/local/lib/somedir and the lib needs to be given -lglib, or whatever the name and path are. Then if something in the command needs to be modified, just copy and paste it into a command prompt, modify it, and run it yourself.
__________________
"Prohibition will work great injury to the cause of temperance. It is a species of intemperance within itself, for it goes beyond the bounds of reason in that it attempts to control a man's appetite by legislation, and makes a crime out of things that are not crimes. A Prohibition law strikes a blow at the very principles upon which our government was founded." --Abraham Lincoln
n0nsensical is offline  
 

Tags
linux, questions


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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 10:52 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360