Can you please
post the complete output of your build
script? You can
attach it to a message as a text document if you want.
I just did with the previous response.
I'll attach again.
Sorry, I did not receive it the first time.
The problem is in these two lines of your build script:
cp -Rp /usr/lib/build/libtool.m4 file> admin/libtool.m4.in
cp -Rp /usr/lib/build/ltmain.sh file> admin/ltmain.sh
They should read:
cp -Rp /usr/lib/build/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/lib/build/ltmain.sh admin/ltmain.sh
Let me know if that fixes the problem!
Tim