X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Jim Michaels Newsgroups: comp.os.msdos.djgpp Subject: Re: errors using C++ libraries Date: Sun, 8 Mar 2009 20:50:27 -0700 (PDT) Organization: http://groups.google.com Lines: 18 Message-ID: <104a891f-d5cb-4024-9045-d596ca1cdeee@j35g2000yqh.googlegroups.com> References: <21cb02cc-b32a-4057-b191-8dcd61624c63 AT p2g2000prf DOT googlegroups DOT com> <9e625b31-0599-4156-90c1-0d98aeba94c4 AT e6g2000vbe DOT googlegroups DOT com> <24847567-cad8-4c1e-ac21-dc24ae7f06c3 AT v39g2000pro DOT googlegroups DOT com> <37e501e1-688d-4814-9043-5f53eeacba10 AT r15g2000prh DOT googlegroups DOT com> <6cbd46b4-0b3e-4361-aabc-82d22598458d AT o40g2000yqb DOT googlegroups DOT com> <65f3fabf-e6b6-4fa0-8bd0-8a4e3f6414d0 AT p2g2000prn DOT googlegroups DOT com> <200901090631 DOT n096VpHO022485 AT envy DOT delorie DOT com> <200901192352 DOT n0JNqXgl009119 AT envy DOT delorie DOT com> NNTP-Posting-Host: 76.115.70.155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1236570627 32361 127.0.0.1 (9 Mar 2009 03:50:27 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 9 Mar 2009 03:50:27 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: j35g2000yqh.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 On Jan 19, 3:52=A0pm, DJ Delorie wrote: > > seehttp://www.delorie.com/djgpp/doc/ug/intro/installing-djgpp.html > > it is polar opposite of what you said. > > It also says "you should unzip them all in the same directory." =A0You > didn't unzip them all in the same directory. I believe I am having problems with the -fpack-struct compiler switch that I am using with all my compiles. I must find some way of packing the structures so that there are no holes. when I turn this switch on, I get mounds of similar errors from MinGW. Is there some sort of workaround? I think this is why all of a sudden all my djgpp compilers stopped working. I use a batch file to compile things. the compile switches are -s -O3 -fpack-struct (which ought to work with iostreams! compiler bug) and -g (optional for debugging). Jim Michaels