Portability - Building on 32-bit Darwin

- Added notes on building for 32-bit hardware running Darwin (thanks
  to John Hammond).
This commit is contained in:
Paul Beckingham 2011-08-20 11:16:30 -04:00
parent 516e368df0
commit a2a9bfc933
2 changed files with 11 additions and 0 deletions

View file

@ -106,4 +106,5 @@ suggestions:
Tom Duffy
Miguel de Val Borro
Yann Davin
John Hammond

10
INSTALL
View file

@ -117,6 +117,16 @@ Darwin
installed. If you're using fink, this will require the lua51-dev package in
addition to lua51.
Darwin, 32bit
The taskwarrior packages will not work on a 32-bit OSX installation on Core
Duo hardware. You will need to build Taskwarrior from source, and use this
configure command:
./configure "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32"
See: http://taskwarrior.org/issues/817
http://stackoverflow.com/questions/3261909/build-32bit-on-64-bit-linux-using-a-configure-script
Troubleshooting
---------------