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 -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -