Hi
I just got my new powerbook and I installed the recent developer tools. When I tried building my project, I got a build error. I tried building the examples included in the developer tools and also got a build error. Below is what I get when building the toolbar example in the Developer AppKit examples:
"Building ZeroLink launcher build/SimpleToolbar.app/Contents/MacOS/SimpleToolbar
cd /Developer/Examples/AppKit/SimpleToolbar
/usr/bin/ld -o build/SimpleToolbar.app/Contents/MacOS/SimpleToolbar -lcrt1.o /System/Library/PrivateFrameworks/ZeroLink.framework/Resources/libZeroLinkAppStub.a -all_load -lSystem -Lbuild -Fbuild -framework Cocoa -stack_size 100000 -stack_addr c0000000 -framework ZeroLink -F/System/Library/PrivateFrameworks/ -x -unexported_symbols_list /System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/Resources/ZeroLinkAppStub.nexp -sectcreate __TEXT __zerolink build/SimpleToolbar.build/SimpleToolbar.build/Objects-normal/SimpleToolbar.zerolink
/usr/bin/ld: can't locate file for: -lcrt1.o"
Any suggestions on how to get this fixed?
Thanks.