Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
I've been trying to compile inkscape on slack64-current. I need to install some gnome libraries to do it. I'm stuck with glibmm-2.20.0. It seems to ./configure without any errors. Then 'make' gives me the following.
Code:
...
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wno-long-long -o child_watch main.o ../../glib/glibmm/libglibmm-2.4.la ../../gio/giomm/libgiomm-2.4.la -Wl,--export-dynamic -L/usr/local/lib -lsigc-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
mkdir .libs
g++ -g -O2 -Wall -Wno-long-long -o .libs/child_watch main.o -Wl,--export-dynamic ../../glib/glibmm/.libs/libglibmm-2.4.so ../../gio/giomm/.libs/libgiomm-2.4.so -L/usr/local/lib /usr/local/lib/libsigc-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_data_input_stream_read_until_async'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_filter_output_stream_set_close_base_stream'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_app_info_get_commandline'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_icon_to_string'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_mount_unshadow'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_mount_shadow'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_data_input_stream_read_line_async'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_unix_input_stream_set_close_fd'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_app_info_reset_type_associations'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_filter_output_stream_get_close_base_stream'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_filter_input_stream_get_close_base_stream'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_icon_new_for_string'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_unix_output_stream_get_fd'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_filter_input_stream_set_close_base_stream'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_app_info_can_delete'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_app_info_delete'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_unix_input_stream_get_close_fd'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_mount_is_shadowed'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_unix_output_stream_set_close_fd'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_data_input_stream_read_until_finish'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_unix_input_stream_get_fd'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_unix_output_stream_get_close_fd'
../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to `g_data_input_stream_read_line_finish'
collect2: ld returned 1 exit status
make[3]: *** [child_watch] Error 1
make[3]: Leaving directory `/home/xtd8865/downloads/working/glibmm-2.20.0/examples/child_watch'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/xtd8865/downloads/working/glibmm-2.20.0/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xtd8865/downloads/working/glibmm-2.20.0'
make: *** [all] Error 2
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it. subscribe
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe