[ptx] Compiling Hugin on OSX/intel

Daniel M. German dmgerman at uvic.ca
Mon Jun 26 00:59:23 BST 2006



 Daniel> export CFLAGS='-I/usr/local'
 Daniel> export LDFLAGS='-L/usr/local'
 Daniel> ./configure

Oops, I forgot to include the actual include and lib directories. They
should be:

export CFLAGS='-I/usr/local/include'
export LDFLAGS='-L/usr/local/lib'

add as many -I and -L as you need, separating each by a space.
 

--
Daniel M. German                  "Over himself, over his own body and mind,
   John Stuart Mill ->             the individual is sovereign."
http://turingmachine.org/
http://silvernegative.com/
dmg (at) uvic (dot) ca
replace (at) with @ and (dot) with .

 


More information about the ptx mailing list