discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep build problem


From: Andreas Höschler
Subject: Re: GNUstep build problem
Date: Wed, 6 Jan 2010 15:36:59 +0100

Hi Fred,

Not sure whether this will help you, but your problems seem all to come
from the ffcallback library, why not switch over to use ffi
(http://sourceware.org/libffi/), which is better supported on most
platforms anyway?

I tried that.

        gunzip libffi-3.0.9.tar.gz
        tar xvf libffi-3.0.9.tar
        cd libffi-3.0.9
        ./configure
        make
        make install

"make" succeeded but "make install" gave me

        make install

Making install in include
make[1]: Entering directory `/usr/share/src/libffi-3.0.9/include'
make[2]: Entering directory `/usr/share/src/libffi-3.0.9/include'
make[2]: Nothing to be done for `install-exec-am'.
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

PS: To get better answers for you problem you will have rerun the make
process with messages enabled and post the results.

make messages=yes

See my last mail!

Help is greatly appreciated!

Thanks,

 Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]