On 06 Feb 2014, at 07:48, Rainer Hurling <rhur...@gwdg.de> wrote:
...
> I just recognized, that in my CURRENT boxes in base their are two
> versions of libc++:
> 
> #ll /usr/lib/libc++.so*
> -r--r--r--  1 root  wheel  -    134  3 Aug 22:33:00 2013 /usr/lib/libc++.so
> -r--r--r--  1 root  wheel  - 768248  4 Feb 18:08:00 2014
> /usr/lib/libc++.so.1
> 
> Shouldn't libc++.so be a link to libc++.so.1 or at least also come from
> the newest built?

No, libc++.so is a linker script, similar to libc.so:

$ cat /usr/lib/libc++.so
/* $FreeBSD: head/lib/libc++/libc++.ldscript 253917 2013-08-03 16:23:43Z dim $ 
*/
GROUP ( /usr/lib/libc++.so.1 /usr/lib/libcxxrt.so )

-Dimitry

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to