LWN.net Logo

Red Hat security update to gcc

Red Hat security update to gcc

Posted Oct 12, 2007 15:10 UTC (Fri) by jac4020 (guest, #48359)
Parent article: Red Hat security update to gcc

I am having difficulty with this update. The first thing it told me was to run up2date and I did. I am still getting this error when I compile:

/usr/local/cuda/lib/libcudart.so: undefined reference to `__cxa_get_exception_ptr@CXXABI_1.3.1'
collect2: ld returned 1 exit status

I have tried everything but I would love some help on this.


(Log in to post comments)

Red Hat security update to gcc

Posted Oct 12, 2007 21:41 UTC (Fri) by nix (subscriber, #2304) [Link]

This symbol was introduced in GCC 4.0. You need to install
libstdc++.so.6.0.4 or some later version.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds