From: "Paulo J. Matos aka PDestroy" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp,gnu.gcc.help Subject: URG: C++ Project Compilation Date: Mon, 27 Nov 2000 06:00:46 -0000 Lines: 34 Message-ID: <8vstc7$ion$1@venus.telepac.pt> NNTP-Posting-Host: 212.113.181.165 X-Trace: venus.telepac.pt 975304903 19223 212.113.181.165 (27 Nov 2000 06:01:43 GMT) X-Complaints-To: abuse AT mail DOT telepac DOT pt NNTP-Posting-Date: 27 Nov 2000 06:01:43 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all, After some long hours correcting errors in my program. Real debugging time! I tried to compile the project and in the phase of linking the compiler (gpp) just showed up with some bunch of not-understandable errors like: "cliente.o(.text+0x49b):cliente.cpp: undefined reference to `Ecran::mostraIface(basic_string, __default_alloc_template >, unsigned int)' banco.o(.text+0x8a):banco.cpp: undefined reference to `Ecran::mostraIface(basic_string, __default_alloc_template >, unsigned int)' banco.o(.text+0x448):banco.cpp: undefined reference to `Ecran::mostraIface(basic_string, __default_alloc_template >, unsigned int)' banco.o(.text+0x1236):banco.cpp: undefined reference to `Lista::~Lista(void)' banco.o(.text+0x132b):banco.cpp: undefined reference to `Lista::~Lista(void)'" I cannot understand what this means, nor I have an idea of how to solve this. Any ideas about what is this, and any solutions? Best regards, -- Paulo J. Matos aka PDestroy http://www.pdestroy.net ICQ UIN - 361853 -- Feed the children, save the whales but above all, free() the malloc()s. - Anonymous