This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/8181: graphviz's program dot fails with ld.so.1: ./dot: fatal:relocation error: file ./dot: symbol __register_frame_info: referenced symbolnot found


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?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]