X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Mok-Kong Shen Newsgroups: comp.os.msdos.djgpp Subject: Re: assert statement is not accepted in C++ Date: Mon, 07 Feb 2005 17:25:43 +0100 Organization: T-Online Lines: 19 Message-ID: References: <36ph1cF53ug72U1 AT individual DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1107793422 05 30395 +qklrxnJ8rCMXRf 050207 16:23:42 X-Complaints-To: usenet-abuse AT t-online DOT de X-ID: EZuqjmZvreAITJLgMA-bAklEK6brtUY4a0dBWjjSpGGofv94NvYuU1 User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en In-Reply-To: <36ph1cF53ug72U1@individual.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Martin Ambuhl wrote: > Mok-Kong Shen wrote: ........... [snip] > I strongly suspect that you are not linking the C++ library files. Are > you perhaps trying to use > gcc $FLAGS a.cc > instead of > gpp $FLAGS a.cc > ? Indeed that's my newbee error. Thanks. M. K. Shen