Just successfully completed a make world and everything appears to be
working correctly (good job, David!), except compiling C++ programs:

/tmp/x> cat test.c
#include <iostream.h>

main()
{
   cout << "Hello world!\n";
}
/tmp/x> c++ test.c
/usr/lib/libstdc++.so: undefined reference to `filebuf virtual table'
/usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table'
/tmp/x> 

I remember someone mentioning this same problem here and it was supposedly
fixed with a later commit. I just cvsupped and got some changes to ppbus
by peter, which as far as I remember were after the latest changes by
David O'Brien, so I guess I do have the latest sources.

Anybody else seeing this after the latest cvsup (as of 15 minutes ago)?

Blaz Zupan, b...@medinet.si, http://home.amis.net/blaz
Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia




To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to