Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I'm trying to install glib 2.0.4. I run the ./configure bla bla bla command and it finishes successfully, but when i issue the make all command I get this error message:
-----------------------------------------------------------------------------------------------------
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -g -O2 -Wall -D_REENTRANT -c gbsearcharray.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -g -O2 -Wall -D_REENTRANT -c gbsearcharray.c -fPIC -DPIC -o gbsearcharray.lo
/tmp/cciJgWPz.s: Assembler messages:
/tmp/cciJgWPz.s:1302: Error: subtraction of two symbols in different sections `.LBB27' {*UND* section} - `g_bsearch_array_remove' {.text section} at file address 6044
/tmp/cciJgWPz.s:1303: Error: subtraction of two symbols in different sections `.LBB28' {*UND* section} - `g_bsearch_array_remove' {.text section} at file address 6056
/tmp/cciJgWPz.s:1304: Error: subtraction of two symbols in different sections `.LBE28' {*UND* section} - `g_bsearch_array_remove' {.text section} at file address 6068
/tmp/cciJgWPz.s:1305: Error: subtraction of two symbols in different sections `.LBE27' {*UND* section} - `g_bsearch_array_remove' {.text section} at file address 6080
make[3]: *** [gbsearcharray.lo] Error 1
make[3]: Leaving directory `/usr/src/Gnome/glib-2.0.4/glib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/Gnome/glib-2.0.4/glib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/Gnome/glib-2.0.4'
make: *** [all-recursive-am] Error 2
-----------------------------------------------------------------------------------------------------
If you have any idea how to fix this problem please respond to this post.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.