Search found 1 match

by targosky
28 May 2014 19:06
Forum: Discussions in English
Topic: Newbie Comile/Link error
Replies: 0
Views: 22116

Newbie Comile/Link error

Trying to compile my first app that uses the Z-WAY API. Problem is linker fails to libarchive... command line to link is as follows: g++ -L/opt/z-way-server/libs -L/usr/lib/arm-linux-gnueabihf -larchive -lxml -lzway -pthread main.o -o target_bin The error is /usr/bin/ld: cannot find -larchive Even t...