Re: [Pyobjc-dev] Build broken (Re: [Pyobjc-checkins] CVS: pyobjc setup.py,1.19,1.20)
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-12-22 20:05:38
|
Ronald Oussoren wrote: > I got mine by doing a CVS checkout of the GCC trunk. Just downloading > a recent copy of GCC will probably work just as well. If you go the > CVS route, checking out 'gcc/libffi' instead of the entire gcc module > saves a lot of time. Ok, got it through CVS as gcc/libffi. > The configure in libffi will give a fatal error near the end of > configureing, just ignore the error. Libffi itself is already > configured by the time you encounter the error; it tries to patch a > file one level up in the directory tree. [python:~/code/gcc/libffi] just% ./configure loading cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no configure: error: can not find install-sh or install.sh in ./../.. ././../.. [python:~/code/gcc/libffi] just% This doesn't create a Makefile. Any more things I need to do? Just |