From owner-freebsd-current Tue Oct 1 7:38:27 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D9E37B401 for ; Tue, 1 Oct 2002 07:38:26 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C10E43E6E for ; Tue, 1 Oct 2002 07:38:26 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id g91EcPPg075117; Tue, 1 Oct 2002 10:38:25 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g91EcPi2075116; Tue, 1 Oct 2002 10:38:25 -0400 (EDT) Date: Tue, 1 Oct 2002 10:38:24 -0400 From: Alexander Kabaev To: Yamada Ken Takeshi Cc: current@FreeBSD.ORG Subject: Re: Issues I have w/ recent -current Message-Id: <20021001103824.555aa05a.ak03@gte.com> In-Reply-To: <20021001.232934.730552252.ken@tydfam.jp> References: <20021001.232934.730552252.ken@tydfam.jp> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.3claws12 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 01 Oct 2002 23:29:34 +0900 (JST) Yamada Ken Takeshi wrote: > > 3) HelloWorld.cc can't be compiled while 4.6R can do it, > and it disables to compile kdebase3. > > #include int main(){ cout<<"Hello World\n";} > > c++ HelloWorld.cc -o HelloWorld > /var/tmp//cckSb4Nm.o: In function `main': > /var/tmp//cckSb4Nm.o(.text+0x19): undefined reference to `cout' > /var/tmp//cckSb4Nm.o(.text+0x1e): undefined reference to > `ostream::operator<<(char const*)' Pilot error. Get rid of stale /usr/include/g++ before your next installworld. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message