aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2011-11-08 18:04:05 +0100
committerPatrik Nyblom <[email protected]>2011-11-16 18:06:04 +0100
commit8412a400e92d5cbcd70f02765de2ba4f5908f1f3 (patch)
treea37bcc3f572a4a4ea6b374a8acf01938b56e728b /INSTALL.md
parent8e8fa01525dabf757009054798569aba115d2952 (diff)
downloadotp-8412a400e92d5cbcd70f02765de2ba4f5908f1f3.tar.gz
otp-8412a400e92d5cbcd70f02765de2ba4f5908f1f3.tar.bz2
otp-8412a400e92d5cbcd70f02765de2ba4f5908f1f3.zip
Make OTP build w/alternative gcc on MacOS Lion
Requires own build of wxMac for wx to work: $ arch_flags="-arch i386" $ ./configure CFLAGS="$arch_flags" CXXFLAGS="$arch_flags" \ CPPFLAGS="$arch_flags" LDFLAGS="$arch_flags" OBJCFLAGS="$arch_flags" \ OBJCXXFLAGS="$arch_flags" --prefix=/usr/local \ --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \ --with-macosx-version-min=10.6 --enable-unicode --with-opengl $ make $ sudo make install - and we have macports gcc 4.5 in /opt/local/bin, so we configure and build OTP like this for 32bit (which is required for wx): $ cd $ERL_TOP $ PATH=/usr/local/bin:$PATH CC=/opt/local/bin/gcc-mp-4.5 CXX=/opt/local/bin/g++-mp-4.5 ./configure --enable-m32-build $ MAKEFLAGS="-j6" PATH=/usr/local/bin:$PATH make
Diffstat (limited to 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions