bug-gnustep
[Top][All Lists]
Advanced

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

gnustep-startup-0.10.2.tar.gz and Mac OS X 10.3.9


From: Peter Dyballa
Subject: gnustep-startup-0.10.2.tar.gz and Mac OS X 10.3.9
Date: Wed, 29 Jun 2005 11:20:30 +0200

Hello!

To use Emacs-on-Aqua I want to install the kit. I installed with Fink gcc-4 and libffi. InstallGNUstep ends with these errors:

        checking ffi.h usability... no
        checking ffi.h presence... no
        checking for ffi.h... no
        checking FFI library usage... no
        
        E155 Error
        Darwin/PPC (Mac OP X) systems require libffi, but there is no libffi
        installed. Please install this before installing GNUstep

Either configure or the user needs to set:

        LDFLAGS=-L/sw/lib/gcc4/lib
CPPFLAGS=-I/sw/lib/gcc4/include -I/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin7/4.1.0/include/libffi

so that the libraries and the header files can be found:

        /sw/lib/gcc4/include/ffi.h
        /sw/lib/gcc4/lib/gcc/powerpc-apple-darwin7/4.1.0/include/libffi
/sw/lib/gcc4/lib/gcc/powerpc-apple-darwin7/4.1.0/include/libffi/ ffitarget.h
        /sw/lib/gcc4/lib/libffi.4.0.1.dylib
        /sw/lib/gcc4/lib/libffi.4.dylib
        /sw/lib/gcc4/lib/libffi.a
        /sw/lib/gcc4/lib/libffi.dylib
        /sw/lib/gcc4/lib/libffi.la

The search path is set to first look into /sw/lib/gcc4/bin:

        gcc --version
        gcc (GCC) 4.1.0 20050424 (experimental)

 and then into /sw/bin to find a modern iconv version.

--
Greetings

  Pete




reply via email to

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