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

discuss compiling applications for Puppy
Post Reply
Message
Author
bark_bark_bark
Posts: 1885
Joined: Tue 05 Jun 2012, 12:17
Location: Wisconsin USA

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

#1 Post 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

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#2 Post 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"

:?:

bark_bark_bark
Posts: 1885
Joined: Tue 05 Jun 2012, 12:17
Location: Wisconsin USA

#3 Post by bark_bark_bark »

yes

Post Reply