X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <44076F99.69604EE3@compuserve.de> Date: Thu, 02 Mar 2006 23:20:09 +0100 From: Florian Liebig X-Mailer: Mozilla 4.7 [de]C-CCK-MCD CSO 1.0 (Win95; I) X-Accept-Language: de,en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: problem with compilation output Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 20 NNTP-Posting-Host: 92bae19b.news.freenet.de X-Trace: DXC=@d>WT][mQ]5 AT VdkXV1T0j5KZSdekToV02Wh[O?HCmiW409BeE`GJJ71\CV32Tgcc -Wall -O -fstrength-reduce -fomit-frame-pointer sys.cpp -nostdlib c:/gnu/bin\ld.exe: warning: cannot find entry symbol start; defaulting to 000010 a8 sys.cc(.text+0x47): undefined reference to `__builtin_delete' sys.cc(.text+0x101): undefined reference to `__main' How can I avoid __builtin_delete from being called, like tell the compiler to emit destructor calls directly before main() ends ? How to handle the problem with __main ?? Would someone like to help me,please ?