Re: library/linking problems

2004-02-10 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kent, I did a comparison with a similar box at work and there were two libs in /usr/local/lib on my box that weren't on the box at work. They were /usr/local/lib/libstdc++.a and /usr/local/lib/libstdc++.la*. I did a pkg_which on them but no port

library/linking problems

2004-02-09 Thread Joey Mingrone
-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

Re: library/linking problems

2004-02-09 Thread Kent Stewart
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',

Re: library/linking problems

2004-02-09 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the tips Kent. I'm running 4.9 (4.9-RELEASE-p2). I also did a cvsup of the ports tree and a portsdb -uU, and after make/buid world and a new kernel I also deleted everything is /usr/include/g++ and did: cd /usr/src rm -r

Re: library/linking problems

2004-02-09 Thread Kent Stewart
On Monday 09 February 2004 07:29 pm, Joey Mingrone wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the tips Kent. I'm running 4.9 (4.9-RELEASE-p2). I also did a cvsup of the ports tree and a portsdb -uU, and after make/buid world and a new kernel I also deleted everything