Results 1 to 3 of 3
I am trying to install glib for
Linux hname 2.6.18-8.el5PAE #1 SMP Fri Jan 26 14:28:43 EST 2007 i686 i686 i386 GNU/Linux
I get this error in make:-
libtool: compile: ...
- 06-23-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 3
glib ...error in make
I am trying to install glib for
Linux hname 2.6.18-8.el5PAE #1 SMP Fri Jan 26 14:28:43 EST 2007 i686 i686 i386 GNU/Linux
I get this error in make:-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -DG_DISABLE_SINGLE_INCLUDES -pthread -O3 -fPIC -Wall -MT gtestutils.lo -MD -MP -MF .deps/gtestutils.Tpo -c gtestutils.c -fPIC -DPIC -o .libs/gtestutils.o
gtestutils.c: In function `g_assertion_message_cmpnum':
gtestutils.c:1348: Internal compiler error in emit_move_insn, at expr.c:2769
Please submit a full bug report,
with preprocessed source if appropriate.
make[4]: *** [gtestutils.lo] Error 1
make[4]: Leaving directory `/work/build/glib-2.24.1/glib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/work/build/glib-2.24.1/glib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/work/build/glib-2.24.1/glib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/work/build/glib-2.24.1'
make: *** [all] Error 2
I need glib as a dependency for rrdtools which in turn is required by ganglia monitoring.
What could be a possible resolution for the error?
Thank you
rowsandcolumns.blogspot.com
- 06-26-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Why aren't you able to use the standard glibc package that is installed with yum? I wouldn't build it from source myself, unless I were making some code changes.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-30-2010 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 3
yes i figured that out later.
yum was the best thing to do
rowsandcolumns.blogspot.com


Reply With Quote