<br><br><div class="gmail_quote">On Tue, May 11, 2010 at 6:58 PM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@apple.com">echristo@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>
On May 11, 2010, at 6:56 PM, David Leimbach wrote:<br>
<br>
> Hi,<br>
><br>
> I modified the buildit file to remove ppc and 386 -arch from my build targets, but made no other change and found that I'm missing a file:<br>
><br>
> + g++ -dynamiclib -nodefaultlibs -arch x86_64 -current_version 1 -compatibility_version 1 -o libc++.1.dylib algorithm.o bind.o chrono.o condition_variable.o hash.o ios.o iostream.o locale.o memory.o mutex.o new.o random.o stdexcept.o strstream.o system_error.o thread.o utility.o valarray.o -install_name /usr/lib/libc++.dylib -Wl,-reexport_library,/usr/lib/libc++abi.dylib /usr/lib/libSystem.B.dylib<br>

> ld: file not found: /usr/lib/libc++abi.dylib<br>
> collect2: ld returned 1 exit status<br>
><br>
> Is libc++abi.dylib part of another project?<br>
<br>
</div></div>What platform?  But in general yes, it's part of libstdc++ at the moment. It's the ABI part that the web page was talking about.<br>
<br>
You can change it by linking against libstdc++ for now.<br>
<font color="#888888"><br>
-eric<br>
<br>
</font></blockquote></div>Snow Leopard :-).  I'll check into it some more.  I just thought perhaps I did something obviously wrong.<div><br></div><div><br></div>