Displaying 1 result from an estimated 1 matches for "testlab5".
Did you mean:
  testlab
  
2008 Apr 15
2
A bug in g++ exceptions on 7?
...thrown.  It does not abort if -lpthread is added to the
link line, even though the program does not use threads.  I believe
the problem is related to the pthread stubs in libgcc, but I don't
know enough to find the exact problem or fix it.  An example is below.
My system:
>uname -a
FreeBSD testlab5 7.0-STABLE FreeBSD 7.0-STABLE #1: Thu Feb 28 10:06:47 EST 2008
 root@builder:/usr/obj/usr/sources/FreeBSD.7/src/sys/GENERIC amd64
>which g++43
/usr/local/bin/g++43
>g++43 --version
g++43 (GCC) 4.3.1 20080313 (prerelease)
etc.
>echo $LD_LIBRARY_PATH
/usr/local/lib/gcc-4.3.1
Sample program....