X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: CBFalconer Newsgroups: comp.os.msdos.djgpp Subject: Re: libstdc++ writev/2.04/patches upstream? Date: Sun, 13 Jul 2008 03:03:44 -0400 Organization: Ched Research http://cbfalconer.home.att.net Lines: 33 Message-ID: <4879A8D0.65D2F1A2@yahoo.com> References: <200807070405 DOT m67451dZ010910 AT delorie DOT com> <200807071920 DOT m67JKA4v032518 AT envy DOT delorie DOT com> <487290E2 DOT 86197C00 AT yahoo DOT com> <200807072300 DOT m67N0t0Y005696 AT envy DOT delorie DOT com> <4872DFDB DOT 3E4BE7C1 AT yahoo DOT com> <200807080501 DOT m6851VZ8015818 AT envy DOT delorie DOT com> <4873E90E DOT B2B957F9 AT yahoo DOT com> <48742FD3 DOT 4080701 AT iki DOT fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX191ky3loUvkCV//eHMm+RJ5zDthHBBrvpx7GQUYenHQIP9LaMxEZpDYpbx8qQmaPaZgrbtM50O+cdvcqlM7UPuUkFWdwz+wbG5Gzc5OJl/Ql39gW0tmQfIo/g4rQZAFZOKVuKjVxZptBg== X-Complaints-To: Please send complaints to abuse AT motzarella DOT org with full headers NNTP-Posting-Date: Sun, 13 Jul 2008 07:04:23 +0000 (UTC) X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en X-Auth-Sender: U2FsdGVkX18+Y1F/t/YmUkk7nETpaLXrlz8OTbB4FbJg2B1Q+nbWHA== Cancel-Lock: sha1:uC77iaov3ceWdk76Jw1wFk3RcdA= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andris Pavenis wrote: > ... snip ... > > The first message of the thread is > http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp-workers/2007/12/05/17:54:46 Further to my earlier, I get a compilation by using plain gcc. However then the linking step follows, and: [1] c:\c\malloc>gcc -omalltst.exe malltst.o malloc.o malltst.o:malltst.cpp:(.text+0x64): undefined reference to `operator new[](unsig ned long)' malltst.o:malltst.cpp:(.text+0xb8): undefined reference to `operator new[](unsig ned long)' malltst.o:malltst.cpp:(.text+0x129): undefined reference to `operator delete[](v oid*)' malltst.o:malltst.cpp:(.text+0x183): undefined reference to `operator delete[](v oid*)' malltst.o:malltst.cpp:(.eh_frame+0x11): undefined reference to `___gxx_personali ty_v0' collect2: ld returned 1 exit status -- [mail]: Chuck F (cbfalconer at maineline dot net) [page]: Try the download section.