Date: Mon, 9 Feb 2004 12:53:30 -0800 From: Kent Stewart <kstewart@owt.com> To: freebsd-questions@freebsd.org Cc: Joey Mingrone <joey@mingrone.org> Subject: Re: library/linking problems Message-ID: <200402091253.30675.kstewart@owt.com> In-Reply-To: <200402091138.24407.joey@mingrone.org> References: <200402091138.24407.joey@mingrone.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 09 February 2004 07:38 am, Joey Mingrone wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I have some sort of problem with my c++ stream libraries. A bunch of > ports that rely on things like cerr are giving linking errors. (lots > of "undefined reference to `cerr', undefined reference to > `ostream::operator<<(char const *)'"). > > I've posted output from the some the builds that fail at > http://mingrone.org/errors/. > > I also cvsuped my sources and rebuilt userland and my kernel, but no > luck. Just to make sure, did you reboot? You appear to be running 5.x but gives us a "uname -a" to let us see. > > Any suggestions? > I don't know which header is missing. Since you seem to have a general problem, I think I would a pattern for what is broken by doing the following: cvsup ports-all, make index, and portsdb -u. Then portupgrade -Rf id3lib. The will rebuild everything that id3lib uses and you will see more quickly if it fixes your problem than to rebuild the pieces of arts-1.1.4 I have kde-3.2 running on both 4.9-stable and 5.2-current. I am using kmail from 3.2 to send this. Building it on -current I had to use a kluge but it works. When someone figures out the real fix, I will rebuild everything to get away from the kluge. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402091253.30675.kstewart>