Date: Mon, 5 Apr 1999 19:35:06 +0200 (CEST) From: Blaz Zupan <blaz@gold.amis.net> To: freebsd-current@freebsd.org Subject: C++ with egcs - no go Message-ID: <Pine.BSF.4.05.9904051927260.1030-100000@gold.amis.net>
next in thread | raw e-mail | index | archive | help
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, blaz@medinet.si, http://home.amis.net/blaz
Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9904051927260.1030-100000>
