Question newb perdu - erreur a la compilation - C++ - Programmation
Marsh Posté le 10-10-2003 à 17:56:56
t'as une binôme
ben il te manque un -lbibliotheque ou si tu utilises exactement le meme source, la meme ligne de commande, tu as peut etre un problème de version de bibliothèque
si je peux me permettre, rajoute -W -Wall -Wshadow (mais ça ne résoudra pas ton problème
Marsh Posté le 10-10-2003 à 21:09:07
Reply
Marsh Posté le 10-10-2003 à 17:44:30
j ai un tp a compiler
et l ordi me renvoit ca:
ensibm{134} make
g++ -o tp1 -I/perms/lux/Algo03 maintp1.cc -L/perms/lux/Algo03 -ltpalgo -lX11 -ltiff
ld: 0711-317 ERROR: Undefined symbol: .Image_4b::Image_4b[in-charge](char*)
ld: 0711-317 ERROR: Undefined symbol: .X11Display::X11Display[in-charge](int, int, char*, int, int)
ld: 0711-317 ERROR: Undefined symbol: .Image_4b::Image_4b[in-charge](int, int, int, int, Image_4b*)
ld: 0711-317 ERROR: Undefined symbol: .X11Display::Click(int)
ld: 0711-317 ERROR: Undefined symbol: .Image_4b::Image_4b[in-charge](int, int, unsigned char*)
ld: 0711-317 ERROR: Undefined symbol: .Image_4b::checkdim(int, int, char*)
ld: 0711-317 ERROR: Undefined symbol: .X11Display::DisplayImage(unsigned char*, int, int, int, int)
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: *** [all] Error 1
cette merveille compile chez ma binome et chez mon prof...
dans quels fichiers dois-je chercher l'erreur?
est-ce une librairie qui manque?
je viens de compiler tout ca sur le compte de ma binome et de transferer les fichiers sur mon compte...