gcc - Add dependency in libbacktrace -


i'm trying add dependency in makefile @ libbacktrace library.

however, seems i'm not using correct syntax it, i've tried:

depends+= +libbacktrace 

but receive following message -

package xxxx missing dependencies following libraries 

although libbacktrace included in -l (lib) path.

can offer solution?

thank in advance.

i've never seen plus sign in package name, want this:

depends += libbacktrace 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -