From: Philosopher DOT bbs AT titan DOT cc DOT ntu DOT edu DOT tw (阿哲) Newsgroups: comp.os.msdos.djgpp Subject: default functions in g++ ? Date: 01 Oct 1998 03:58:34 GMT Organization: CSZone BBS Lines: 19 Message-ID: <3QhCAB$Par@titan.cc.ntu.edu.tw> NNTP-Posting-Host: titan.cc.ntu.edu.tw X-Filename: n.djgpp/M.907214315.A To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have a few c++ programs. I compile them without linking with libg++. At the linkage phase, the following errors were reported: undefined reference to ___bultin_vec_new undefined reference to ___delete undefined reference to ___eh_pc undefined reference to ___throw undefined reference to _terminate Where can I find documents describing these functions? Is there any source code about these functions? -- ※ Origin: 程式設計樂園 ◆ From: titan.ee.ntu.edu.tw