J'ai téléchargé hardinfo-0.5.1.tar.bz2 et essayé d'installer.
"./configure" : tout va bien ; je dois poursuivre avec "make".
Là, j'ai un problème et ne peux plus continuer :
Done. Type "make" to compile the program.
If you get errors, probably you don't have the right libraries,
includes or utilities. However, if you're sure this is a bug in my
code, please send a patch (use "diff -u") to <
leandro@hardinfo.org>.
[root@mathematica hardinfo-0.5.1]# make
gcc -g -fPIC -pipe -Wall -g -o hardinfo -Wl,-export-dynamic hardinfo.o shell.o util.o iconcache.o loadgraph.o menu.o stock.o callbacks.o expr.o report.o binreloc.o vendor.o socket.o syncmanager.o -lpthread -lgthread-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype \
/usr/bin/ld: hardinfo.o: référence au symbole non défini «g_module_name»
//usr/lib64/libgmodule-2.0.so.0: error adding symbols: DSO missing from command line
collect2: error: ld a retourné le statut de sortie 1
make: *** [Makefile:24: all] Error 1
Que manque-t-il à mon système pour compiler ?
Merci.