Hi,<div><br></div><div>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:</div><div><br></div><div><div>+ 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</div>
<div>ld: file not found: /usr/lib/libc++abi.dylib</div><div>collect2: ld returned 1 exit status</div><div><br></div><div>Is libc++abi.dylib part of another project?   </div><div><br></div><div>My goal is to pitch in on this project when I can.  </div>
<div><br></div><div>Dave</div></div>