[Zeft@localhost Moteur 2D]$ gcc -o test.out ListeDoublementChainee.cpp
/tmp/ccUeddZ0.o(.text+0x36): In function `main':
ListeDoublementChainee.cpp: undefined reference to `std::cout'
/tmp/ccUeddZ0.o(.text+0x3b):ListeDoublementChainee.cpp: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
/tmp/ccUeddZ0.o(.text+0x46):ListeDoublementChainee.cpp: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)'
/tmp/ccUeddZ0.o(.text+0x4c):ListeDoublementChainee.cpp: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(std::basic_ostream<char, std::char_traits<char> >& (*)(std::basic_ostream<char, std::char_traits<char> >&))'
/tmp/ccUeddZ0.o(.text+0x16d): In function `__tcf_0':
ListeDoublementChainee.cpp: undefined reference to `std::ios_base::Init::~Init()'
/tmp/ccUeddZ0.o(.text+0x19a): In function `__static_initialization_and_destruction_0(int, int)':
ListeDoublementChainee.cpp: undefined reference to `std::ios_base::Init::Init()'
/tmp/ccUeddZ0.o(.gnu.linkonce.t._ZN22ListeDoublementChaineeIiE8putNoeudEi[ListeDoublementChainee<int>::putNoeud(int)]+0xc): In function `ListeDoublementChainee<int>::putNoeud(int)':
ListeDoublementChainee.cpp: undefined reference to `operator new(unsigned int)'
/tmp/ccUeddZ0.o(.gnu.linkonce.t._ZN22ListeDoublementChaineeIiE10afficheToiEv[ListeDoublementChainee<int>::afficheToi()]+0x27): In function `ListeDoublementChainee<int>::afficheToi()':
ListeDoublementChainee.cpp: undefined reference to `std::cout'
/tmp/ccUeddZ0.o(.gnu.linkonce.t._ZN22ListeDoublementChaineeIiE10afficheToiEv[ListeDoublementChainee<int>::afficheToi()]+0x2c):ListeDoublementChainee.cpp: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
/tmp/ccUeddZ0.o(.gnu.linkonce.t._ZN22ListeDoublementChaineeIiE10afficheToiEv[ListeDoublementChainee<int>::afficheToi()]+0x39):ListeDoublementChainee.cpp: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(int)'
/tmp/ccUeddZ0.o(.gnu.linkonce.t._ZN22ListeDoublementChaineeIiE10afficheToiEv[ListeDoublementChainee<int>::afficheToi()]+0x44):ListeDoublementChainee.cpp: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)'
/tmp/ccUeddZ0.o(.gnu.linkonce.t._ZN22ListeDoublementChaineeIiE10afficheToiEv[ListeDoublementChainee<int>::afficheToi()]+0x4a):ListeDoublementChainee.cpp: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(std::basic_ostream<char, std::char_traits<char> >& (*)(std::basic_ostream<char, std::char_traits<char> >&))'
/tmp/ccUeddZ0.o(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld a retourné 1 code d'état d'exécution
[Zeft@localhost Moteur 2D]$
Partager