Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 1998 15:03:29 +0300
From:      Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
To:        asami@cs.berkeley.edu (Satoshi Asami)
Cc:        Nakai@Mlab.t.u-tokyo.ac.jp, ports@FreeBSD.ORG
Subject:   Re: x11/explorer build failure 
Message-ID:  <199801201203.PAA03916@tejblum.dnttm.rssi.ru>
In-Reply-To: Your message of "Tue, 20 Jan 1998 03:39:19 PST." <199801201139.DAA18198@baloon.mimi.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Satoshi Asami wrote:
> c++ -c -I/usr/local/include -Isrc -I. -g -O2   -I/usr/X11R6/include -I/usr/X11R6
> /include/X11/qt -DHAVE_CONFIG_H -DEXPLORERDATADIR="\"/usr/X11R6/lib/X11/explorer
> \"" main_expl.cpp
> c++ -I/usr/local/include -Isrc -I. -g -O2   -I/usr/X11R6/include -I/usr/X11R6/in
> clude/X11/qt -DHAVE_CONFIG_H -DEXPLORERDATADIR="\"/usr/X11R6/lib/X11/explorer\""
>  main_expl.o -o explorer -L/usr/X11R6/lib -L./src   -lSM -lICE -lX11 -lexplorer 
> -lqt  -L/usr/local/lib
> iostream.cc:980: Undefined symbol `___rtti_class' referenced from text segment

I think, you have egcs (or gcc 2.8?) installed under /usr/local. So here 
you use stabdard c++, but link with /usr/local/lib/libstdc++.a, installed 
by egcs (note -L/usr/local/lib)

Even if I am wrong now, please think about it!

Dima





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801201203.PAA03916>