Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 1999 22:33:33 +0200 (CEST)
From:      Blaz Zupan <blaz@gold.amis.net>
To:        "David O'Brien" <obrien@NUXI.com>
Cc:        FreeBSD Current <current@FreeBSD.ORG>
Subject:   Re: C++
Message-ID:  <Pine.BSF.4.05.9904052232310.15803-100000@gold.amis.net>
In-Reply-To: <19990405125931.F22022@nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > configure:1333: c++ -o conftest    conftest.C  1>&5
> > /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table'
> > /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table'
> Some people are getting these errors, but I'm not sure why.  It comes

Never mind, I fixed the problem by doing:

cd /usr/src/gnu/lib/libstdc++
make obj
make
make install

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.9904052232310.15803-100000>