Summary: | Compile failing for xpdf 3.02 | ||
---|---|---|---|
Product: | gcc | Reporter: | cabanasg |
Component: | driver | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | gcc-bugs |
Priority: | P3 | ||
Version: | unknown | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: |
Description
cabanasg
2007-09-27 22:14:02 UTC
>g++: Internal error: Segmentation fault (program as)
as is crashing so I am assuming you don't have an updated as from IBM.
(In reply to comment #1) > >g++: Internal error: Segmentation fault (program as) > as is crashing so I am assuming you don't have an updated as from IBM. You mean I should upgrade my GNU++ compiler? I have version 3.3.2-5 (In reply to comment #2) > (In reply to comment #1) > > >g++: Internal error: Segmentation fault (program as) > > as is crashing so I am assuming you don't have an updated as from IBM. > > You mean I should upgrade my GNU++ compiler? I have version 3.3.2-5 No, he means that the error message says that the program *as*, *not* the compiler proper, is crashing. To be clear, that program is not part of GCC, you took it from IBM, together with the operating system (and you can of course collect more info about it via "as -v" or something very similar) as is crashing. (also, 3.3.x is no longer maintained) I upgraded my gcc and g++ compilers to version 4.0.0. Tried to install xpdf-3.02 again, the ./configure part goes well, but the make or gmake faile with the following error message: (Any help will be greatly appreciated) ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__class_type_info ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__si_class_type_info ld: 0711-317 ERROR: Undefined symbol: .SplashFontEngine::SplashFontEngine(int, int) ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. >with the following error message: (Any help will be greatly appreciated) >ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__class_type_info Yes you are not linking with the correct libstdc++ or not linking with it at all. Link with g++ and not gcc directly. Subject: RE: Compile failing for xpdf 3.02 My problem occurs during the 'make' step, after the './configure' step. How can I use 'g++' for linking during the 'make' step? Thanks. -----Original Message----- From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] Sent: Wednesday, October 17, 2007 5:56 PM To: Cabanas, Gilberto Subject: [Bug driver/33577] Compile failing for xpdf 3.02 ------- Comment #6 from pinskia at gcc dot gnu dot org 2007-10-18 00:56 ------- >with the following error message: (Any help will be greatly appreciated) >ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__class_type_info Yes you are not linking with the correct libstdc++ or not linking with it at all. Link with g++ and not gcc directly. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ------------------------------------------------------------------------ ---- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33577 ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. |