Changes between Initial Version and Version 1 of Ticket #44170, comment 46
- Timestamp:
- Jul 10, 2014, 10:04:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44170, comment 46
initial v1 6 6 I just checked, and I can easily reproduce the build failure outside of macports in a 10.6 VM like this: 7 7 {{{ 8 env CFLAGS= “-arch i386”./configure8 env CFLAGS="-arch i386" ./configure 9 9 make 10 10 }}}