Skip to content

Instantly share code, notes, and snippets.

@maiha
Created March 25, 2009 10:59
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 maiha/85421 to your computer and use it in GitHub Desktop.
Save maiha/85421 to your computer and use it in GitHub Desktop.
% ./configure
...
Pure is now configured for LLVM 2.2 on i686-pc-linux-gnu.
Source directory: .
Installation prefix: /usr/local
Compiler: g++ -g -O2
Linker: g++ -lgsl -lgslcblas -lm -lreadline
Build libpure: yes
Versioned install: yes
GSL support: yes
% make
g++ -g -O2 -I/usr/include/llvm -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -I. -I. -DPURELIB='"/usr/local/lib/pure-0.20"' -c -o pure.o pure.cc
In file included from pure.cc:15:
interpreter.hh:12:36: error: llvm/Support/IRBuilder.h: No such file or directory
In file included from interpreter.hh:18,
from pure.cc:15:
expr.hh:7:17: error: gmp.h: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment