--- MITgcm/tools/build_options/darwin_ppc_g77 2004/09/24 02:34:23 1.4 +++ MITgcm/tools/build_options/darwin_ppc_g77 2006/02/13 13:11:19 1.5 @@ -1,6 +1,6 @@ #!/bin/bash -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/darwin_ppc_g77,v 1.4 2004/09/24 02:34:23 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/darwin_ppc_g77,v 1.5 2006/02/13 13:11:19 mlosch Exp $ # # tested on G4-PowerBook, 1GHz # cc-compiler is available only with the Apple Developer Tools, @@ -17,6 +17,8 @@ #EH3 MAKEDEPEND='${TOOLSDIR}/xmakedepend' #EH3 MAKEDEPEND=makedepend DEFINES='-DWORDLENGTH=4' +INCLUDES='-I/sw/include' +LIBS='-L/sw/lib' # For IEEE, use the "-ffloat-store" option if test "x$IEEE" = x ; then