thanks to all that responded to my post. I got a bunch of good answers. I especially I was informed that xCode 1.0 can't be used. I need to remove this and do a full install of xCode 1.1. Only this will copy the files bundle1.o, crt1.o ... into the correct location. So while doing this I got rid of one problem. Another problem remained.
it seems to works for me ...
Neither for me! I get:
cd ./TestFrame
make messages=yes install
Making build-headers for framework TestFrame...
/opt/GNUstep/System/Library/Makefiles/mkinstalldirs /Build/TestFrame/derived_src
/opt/GNUstep/System/Library/Makefiles/mkinstalldirs /Build/TestFrame/TestFrame.framework/Versions/A/.
/opt/GNUstep/System/Library/Makefiles/mkinstalldirs /Build/TestFrame/TestFrame.framework/Versions/A/Headers
/opt/GNUstep/System/Library/Makefiles/mkinstalldirs /Build/TestFrame/TestFrame.framework/Versions/A/Resources
cd /Build/TestFrame/TestFrame.framework/Versions; \
rm -f Current; \
ln -s A Current
cd /Build/TestFrame/TestFrame.framework; \
if [ ! -h "Resources" ]; then \
rm -f Resources; \
ln -s Versions/Current/Resources Resources; \
fi; \
if [ ! -h "Headers" ]; then \
rm -f Headers; \
ln -s Versions/Current/Headers Headers; \
fi
cd /Build/TestFrame/derived_src; \
if [ ! -h "TestFrame" ]; then \
rm -f ./TestFrame; \
ln -s ../TestFrame.framework/Headers \
./TestFrame; \
fi
for file in Person.h __done; do \
if [ $file != __done ]; then \
/usr/bin/install -c -m 644 ./$file \