Page 1 of 1

how to get ./configure to reconize a depedency in another

Posted: Mon 11 Jun 2012, 15:53
by bark_bark_bark
Hello I am trying to compile ObConf, but the dependency is in another directory. How do I get it to work.

EDIT: I fixed the problem, but now I can't get 'make' to work without errors

Posted: Mon 11 Jun 2012, 16:34
by Karl Godt
Ne, just courious : How did you fix it ?

Did you

export CFLAGS="-I/path/to/additional/include"
export LDFLAGS="-L/path/to/additional/lib_dir"

:?:

Posted: Mon 11 Jun 2012, 17:16
by bark_bark_bark
yes