X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Jim Michaels Newsgroups: comp.os.msdos.djgpp Subject: why gpp linking in stdcxx? Date: Fri, 20 Feb 2009 17:17:46 -0800 (PST) Organization: http://groups.google.com Lines: 10 Message-ID: <09ef31d3-2c98-43f7-b55c-a0dbb7ff0b90@g38g2000yqd.googlegroups.com> NNTP-Posting-Host: 76.115.70.155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1235179066 23061 127.0.0.1 (21 Feb 2009 01:17:46 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 21 Feb 2009 01:17:46 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: g38g2000yqd.googlegroups.com; posting-host=76.115.70.155; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com can someone explain why I am getting this error and why gpp is trying to link in the stdcxx library? (and yes, it is not just a bunch of include files, you have to link it in). I included no STL or iostream because I am having problems with that. C:\prj\wipe\wipe-1.10\wipegui\dos>gpp -s -O3 -fpack-struct @files.lst f:/dj203/bin/ld.exe: cannot find -lstdcxx collect2: ld returned 1 exit status Jim Michaels