From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21829 invoked by alias); 25 Oct 2002 18:26:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21795 invoked by uid 71); 25 Oct 2002 18:26:00 -0000 Date: Fri, 25 Oct 2002 11:26:00 -0000 Message-ID: <20021025182600.21788.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Joe Buck Subject: Re: c/8181: graphviz's program dot fails with ld.so.1: ./dot: fatal: relocation error: file ./dot: symbol __register_frame_info: referenced symbol not found Reply-To: Joe Buck X-SW-Source: 2002-10/txt/msg01022.txt.bz2 List-Id: The following reply was made to PR c/8181; it has been noted by GNATS. From: Joe Buck To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, pwu@qantas.com.au, gcc-bugs@gcc.gnu.org Cc: Subject: Re: c/8181: graphviz's program dot fails with ld.so.1: ./dot: fatal: relocation error: file ./dot: symbol __register_frame_info: referenced symbol not found Date: Fri, 25 Oct 2002 11:19:22 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8181 There's not enough information here to verify whether there is a compiler bug, or a bug in the scripts you are using to build graphviz. The symptoms you describe can occur, for example, if you link with "gcc" instead of "g++" (since the symbol you are missing is in C++ runtime support). Another possibility is that you have an installation problem. Do other C++ programs run for you?