The glib tag has no wiki summary.
3
votes
1answer
141 views
Unable to uninstall libglib2.0-0 from Software Center
I have a fresh install of Debian 6.0.5 (i386) on VMware Player. I was trying to install libglib2.0-0 using this command:
sudo aptitude install libglib2.0-0
Unfortunately, I don't remember the ...
1
vote
1answer
130 views
Compiling against a newer version of glib?
I'm working on a piece of software that needs to compile against a very modern version of glib, but also needs to run on Ubuntu 11.10 (which doesn't come with that version). My first thought was to ...
0
votes
1answer
282 views
Error compiling glib
I am trying to compile glib 2.24.2 under Debian 64bit GNU/Linux 6.0.4 (squeeze) using:
gcc 4.0.3
glibc 2.3.6
Configure command:
CPP="/home/swarkentin/externalBins/bin/cpp" \
...
1
vote
1answer
609 views
Linker errors when compiling against glib…?
I'm having trouble compiling a simple, sample program against glib on Ubunutu. I get these errors. I can get it to compile but not link with the -c flag. Which I believe means I have the glib ...