Skip to content

Instantly share code, notes, and snippets.

@drewr
Created February 22, 2009 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewr/68683 to your computer and use it in GitHub Desktop.
Save drewr/68683 to your computer and use it in GitHub Desktop.
#!/bin/sh
CPPFLAGS="-I/opt/local/include -I/opt/local/include/boost"; export CPPFLAGS
LDFLAGS="-L/opt/local/lib"; export LDFLAGS
./acprep \
--opt \
--switch --prefix=/usr/local/pkgs/ledger-3 \
--switch --with-boost-suffix=-mt
CXX libledger_util_la-error.lo
CXX libledger_util_la-utils.lo
CXX libledger_util_la-accum.lo
CXX libledger_util_la-sha1.lo
LD libledger_util.la
LD ledger
i686-apple-darwin9-g++-4.0.1: ./intl/libintl.a: No such file or directory
make: *** [ledger] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment