Programmation C avec gtk+-2.16 sous Ubuntu

Fermé
basohmarc - 5 avril 2014 à 11:25
fiddy Messages postés 11069 Date d'inscription samedi 5 mai 2007 Statut Contributeur Dernière intervention 23 avril 2022 - 5 avril 2014 à 13:01
Programmation C avec gtk+-2.16 sous Ubuntu

bonjour

j'ai un programme c sous linux utilisant les fonctions gtk; quand je compile, j'obtiens cette erreur:

/home/labo/gui.c:749: undefined reference to 'gtk_window_get_type'
/home/labo/gui.c:749: undefined reference to 'g_type_check_instance_cast'
/home/labo/gui.c:748: undefined reference to 'gtk_dialog_new_with_buttons'
/home/labo/gui.c:754: undefined reference to 'gtk_entry_new'
/home/labo/gui.c:758: undefined reference to 'gtk_entry_get_type'
/home/labo/gui.c:758: undefined reference to 'g_type_check_instance_cast'

Est-une mauvaise installation de gtk+2.16 ou d'autre librairie?

Quequ'un peut-il m'aider?

Merci
A voir également:

1 réponse

fiddy Messages postés 11069 Date d'inscription samedi 5 mai 2007 Statut Contributeur Dernière intervention 23 avril 2022 1 842
Modifié par fiddy le 5/04/2014 à 13:09
Bonjour,
Je pense que vous avez omis de linker avec la bibliothèque gtk lors de la compilation:
-lgtk
(à mettre dans gcc) L minuscule
Cdlt
Google is your friend
1