X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Kernel Panic" Newsgroups: comp.os.msdos.djgpp Subject: GCC 3.0.3 doesn't output the symbol type Lines: 10 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Tue, 26 Feb 2002 15:59:11 GMT NNTP-Posting-Host: 62.234.44.57 X-Trace: castor.casema.net 1014739151 62.234.44.57 (Tue, 26 Feb 2002 16:59:11 MET) NNTP-Posting-Date: Tue, 26 Feb 2002 16:59:11 MET Organization: Euronet Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm using the DJGPP port of GCC 3.0.3 and binutils 2.11.2 (rebuilt to support ELF; coff-go32 is the primary target). GCC doesn't seem to output the symbol types in the assembler output it generates (I would like to have those ".type name, @function" in the output file for every function). Because of this, I'm unable to link against shared libraries. Anyone knows what could be wrong? Should I also rebuild GCC or is there any other option?