From owner-freebsd-current Sun Dec 1 18:47: 9 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 AACBC37B401 for ; Sun, 1 Dec 2002 18:47:06 -0800 (PST) Received: from br.logorrhea.com (3-4-237-24-cable.anchorageak.net [24.237.4.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D24BB43EBE for ; Sun, 1 Dec 2002 18:47:05 -0800 (PST) (envelope-from ajole@br.logorrhea.com) Received: from ajole (host217-43-91-82.range217-43.btcentralplus.com [217.43.91.82]) by br.logorrhea.com (8.11.3/8.11.3) with SMTP id gB1JDVN39571; Sun, 1 Dec 2002 19:13:31 GMT (envelope-from ajole@br.logorrhea.com) From: "Patrick Stinson" To: "Patrick Stinson" , "freebsd-current" Subject: RE: Emacs errors, undefined references to osream::[*] after 4.4 -> 5.0 upgd Date: Sun, 1 Dec 2002 14:48:07 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 sorry, here is one of the compiler errors: $ make c++ Main.o Temperature.o Xpm.o -o Temperature.app -L/usr/X11R6/lib -lXpm -lXext -lX11 Temperature.o: In function `catchChildExit(int)': Temperature.o(.text+0x73): undefined reference to `cerr' Temperature.o(.text+0x80): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x90): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x98): undefined reference to `endl(ostream&)' Temperature.o: In function `Temperature::Temperature(int, char**)': Temperature.o(.text+0x540): undefined reference to `cerr' Temperature.o(.text+0x54d): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x55d): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x56f): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x577): undefined reference to `endl(ostream&)' Temperature.o(.text+0x58a): undefined reference to `cerr' Temperature.o(.text+0x597): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x5a7): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x5af): undefined reference to `endl(ostream&)' Temperature.o(.text+0x66f): undefined reference to `cerr' Temperature.o(.text+0x67c): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x68c): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x6d4): undefined reference to `cerr' Temperature.o(.text+0x6e1): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x6f1): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x709): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x719): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x721): undefined reference to `endl(ostream&)' Temperature.o(.text+0x79e): undefined reference to `cerr' Temperature.o(.text+0x7ab): undefined reference to `ostream::operator<<(char const*)' Temperature.o: In function `Temperature::Temperature(int, char**)': Temperature.o(.text+0xcd0): undefined reference to `cerr' Temperature.o(.text+0xcdd): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xced): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xcff): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xd07): undefined reference to `endl(ostream&)' Temperature.o(.text+0xd1a): undefined reference to `cerr' Temperature.o(.text+0xd27): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xd37): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xd3f): undefined reference to `endl(ostream&)' Temperature.o(.text+0xdff): undefined reference to `cerr' Temperature.o(.text+0xe0c): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xe1c): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xe64): undefined reference to `cerr' Temperature.o(.text+0xe71): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xe81): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xe99): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xea9): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xeb1): undefined reference to `endl(ostream&)' Temperature.o(.text+0xf2e): undefined reference to `cerr' Temperature.o(.text+0xf3b): undefined reference to `ostream::operator<<(char const*)' Temperature.o: In function `Temperature::tryHelp(char*)': Temperature.o(.text+0xfd9): undefined reference to `cerr' Temperature.o(.text+0xfde): undefined reference to `endl(ostream&)' Temperature.o(.text+0xfee): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0xffd): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x100d): undefined reference to `ostream::operator<<(char const*)' Temperature.o(.text+0x1015): undefined reference to `endl(ostream&)' -----Original Message----- From: owner-freebsd-current@FreeBSD.ORG [mailto:owner-freebsd-current@FreeBSD.ORG]On Behalf Of Patrick Stinson Sent: Sunday, December 01, 2002 2:40 PM To: freebsd-current Subject: Emacs errors, undefined references to osream::[*] after 4.4 -> 5.0 upgd After doing a complete upgrade (on a clean system, no less) from 4.4 5.0, I;ve found that every now and again I get the same compiler error regarding undefined references to cerr, ostream operators, etc. I'm building the gcc33 port assuming it's a compat. issue with the libs, but has anyone else seen this? Also, all versions of emacs sparatically seg fault upon startup. thanks. -P patrickkidd.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message