Andreas Höschler wrote:

> I also tried several versions of libffi but "make install" always fails with
>
> test -z "/usr/local/lib/libffi-3.0.9/include" || .././install-sh -c -d
> "/usr/local/lib/libffi-3.0.9/include"
>  ./install-sh -c -m 644 ffi.h ffitarget.h
> '/usr/local/lib/libffi-3.0.9/include'
> /bin/bash: line 7: ./install-sh: No such file or directory
> make[2]: *** [install-nodist_includesHEADERS] Error 127
> make[2]: Leaving directory `/usr/share/src/libffi-3.0.9/include'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/usr/share/src/libffi-3.0.9/include'
> make: *** [install-recursive] Error 1
>
> I checked out install-sh to see whether I could copy the files manually but
> this script is so long,... I gave up on this one! :-(

To me, it seems that bash messes up the path to install-sh and tries
to execute it in /usr/share/src/libffi-3.0.9/include, did you try
symlinking it there?

-Truls


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to