Bonjour,

J'ai compilé un programme avec g++ sous linux et voici ce qu'il m'a repondu :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
/home/nico/tmp/ccJMYeTF.o(.text+0xadf): In function `main':
: undefined reference to `EnsExamples::~EnsExamples [in-charge]()'
/home/nico/tmp/ccJMYeTF.o(.text+0xb24): In function `main':
: undefined reference to `example::~example [in-charge]()'
/home/nico/tmp/ccJMYeTF.o(.text+0xb38): In function `main':
: undefined reference to `example::~example [in-charge]()'
/home/nico/tmp/ccJMYeTF.o(.text+0xb4a): In function `main':
: undefined reference to `example::~example [in-charge]()'
/home/nico/tmp/ccJMYeTF.o(.text+0xb86): In function `main':
: undefined reference to `EnsExamples::~EnsExamples [in-charge]()'
/home/nico/tmp/ccJMYeTF.o(.text+0xbe5): In function `main':
: undefined reference to `example::~example [in-charge]()'
/home/nico/tmp/ccJMYeTF.o(.text+0xc13): In function `main':
: undefined reference to `example::~example [in-charge]()'
/home/nico/tmp/ccJMYeTF.o(.text+0xc39): In function `main':
: undefined reference to `example::~example [in-charge]()'
collect2: ld returned 1 exit status
J'ai encore jamais vu ce type de message, et il me semble un peu ... etrange a mon gout.
Si quelqu'un voit d'ou ca vient merci de me le faire savoir.

Merci d'avance