You are not logged in.
Can someone explaing this error to me? I am very confused today.
gcc -shared sg_application.lo sg.lo sg_config.lo sg_dataset.lo sg_features.lo sg_file.lo sg_file_dialog.lo sg_layer_control.lo sg_locale.lo sg_plugin_array.lo sg_plugin.lo sg_plugin_dataset.lo sg_plugin_file.lo sg_plugin_formula.lo sg_plugin_function.lo sg_plugin_iterator.lo sg_plugin_layer.lo sg_plugin_loader.lo sg_plugin_menu.lo sg_plugin_style.lo sg_python.lo sg_python_worksheet.lo sg_python_expr.lo -Wl,--whole-archive algorithms/.libs/libsgalgorithms.al widgets/.libs/libsgwidgets.al dialogs/.libs/libsgdialogs.al -Wl,--no-whole-archive -L/usr/lib -lgtkextra-x11-2.1 /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libxml2.so -lm -L/usr/lib/python2.4//config -lpython2.4 -lpthread -ldl -lutil -lz -Wl,-soname -Wl,libscigraphica-2.0-2.1.so.1 -o .libs/libscigraphica-2.0-2.1.so.1.0.0
/usr/bin/ld: cannot find -lgtkextra-x11-2.1
collect2: ld returned 1 exit status
make[3]: *** [libscigraphica-2.0.la] Error 1
Offline
Did you do pacman -S gtk2+extra ?
Offline
yeah, got both of them just in case :S
Offline
The problem is that gtk2+extra installs libgtkextra-x11-2.0.so
but libscigraphica wants libgtkextra-x11-2.1.so
Possible solution: gtk+extra-2.1.1 is out. Mayby it needs it.
Offline
Yeah, I just thought of that this AM - was very out of sorts yesterday, bad brain day...
Offline
shoot me now:
# 06/24/2005 New version 2.1.1 features some fixes in gtksheet (for themes) and a silly fix in gtkextra-2.0.pc that prevented scigraphica from linking.
# 06/23/2005 New version 2.1.0 features some improvements and bugfixes
Bugfix released the day after but never picked up in official Arch pkg - now that is SLACK! So, even tho it was gtk2+extra 2.1.0 it still had the 2.0 lib, rather than the 2.1 lib, which I guess is the issue - seems to be building just fine now
Offline
All sorted, thanks for the use of a functioning brain, snowman
Offline
8)
BTW, I had it (version 0.8 ) in my repo a while ago.
Offline
Ahhh, I never thought to check
Offline