On Tue, Feb 08, 2000 at 06:35:58PM +0100, Maxim Sobolev wrote:
> Donn Miller wrote:
> 
> > I am running the lastest -current (just did a cvsup followed by a make
> > world last night).  I am getting these link errors when trying to compile
> > the developement version of kdesupport, which I obtained thru cvsup.  (KDE
> > uses cvsup for its development versions.)
> >
> > I get the following errors.  I have also installed the latest development
> > snapshot of gcc 2.96 into /usr/local/bin, and I don't get these errors.
> >
> > gmake[5]: Entering directory
> > `/usr/home/dmmiller/compile/kde/kdesupport/odbc/uni
> > xODBC/odbcinst/cmd'
> > /bin/sh ../../../../libtool --silent --mode=link gcc  -mpentium -O3 -pipe

Ok, I just tried this. This is a config error in KDE-current.
If you use ,g++' instead of ,gcc` in the above line, it will compile.

> > -s -o
> > odbcinst  odbcinst.o ../libodbcinst.la ../../lst/libuodbclst.la
> > /usr/lib/libstdc++.so.3: undefined reference to `exception type_info
> > function'
> > [...]
> > gmake[5]: *** [odbcinst] Error 1
> 
> Absolutely the same is here on just builded/installed -current. Interesting
> that two days ago I had compiled kdesupport w/o this problem on the -current
> system compiled on February 3. Therefore bug in question was introduced during
> Feb 3 - Feb 8 period.

See above. This is not a problem of FreeBSD. Using a C compiler for linking
C++ just does not work.

-- 
German Tischler, [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to