This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

libstdc++.so: undefined reference to `_Unwind_GetIPInfo@GCC_4.2.0'


Hi,
The version of my compiler is: gcc 4.3.1
When I try to compile a C++ program, I get this error:


/usr/local/gcc//lib/libstdc++.so: undefined reference to
`_Unwind_GetIPInfo@GCC_4.2.0'
collect2: ld returned 1 exit status
make[2]: *** [adamad] Error 1

What can I do to compile the program without this error?

Thaks for your help
Simon


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