mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Added an option
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18772 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d3a0bf412e
commit
c875c4d65f
1 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ with c shell like tcsh (Mac OS X 10.2):
|
|||
|
||||
echo 'setenv CC <gcc install dir>/bin/gcc' >> ~/.tcshrc
|
||||
|
||||
else use [CC='<gcc install dir>/bin/gcc'] when running configure.
|
||||
else use [CC='<gcc install dir>/bin/gcc'] option when running configure.
|
||||
|
||||
then:
|
||||
|
||||
|
@ -258,12 +258,12 @@ install doesn't work with the 3.4 snapshot.
|
|||
|
||||
mkdir libffi-build
|
||||
cd libffi-build
|
||||
<pyobjc dir>/libffi-src/configure
|
||||
<pyobjc dir>/libffi-src/configure [CC='<gcc install dir>/bin/gcc']
|
||||
make
|
||||
make install
|
||||
|
||||
Warning ! Don't install libffi in <gcc install dir>, let it just install in
|
||||
/usr/local.
|
||||
/usr/local
|
||||
|
||||
Building and installing ffcall (on Darwin x86 only !!!)
|
||||
------------------------------
|
||||
|
|
Loading…
Reference in a new issue