Message-ID: <000a01c0228d$8de98b40$c040183e@vchs> From: "kredba" To: References: <8q8ld8$iik$1 AT info DOT cyf-kr DOT edu DOT pl> Subject: Re: Did someone write LIBRARY in DJGPP ? Date: Wed, 20 Sep 2000 01:01:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Disposition-Notification-To: "kredba" X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com 1) gcc -c -g -O2 lib.cc -o lib.o 2) gcc -s -O2 prg.cc -o prg lib.o -lstdcxx -lm Kredba