Re: Statically linking against expat libs

Sebastian Pipping <[email protected]>
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
Dan Clusin wrote:
> /usr/local/arm/3.4/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.3/../../..
> /../arm-linux-uclibc/bin/ld: cannot find
> -l/home/dclusin/Development/obvius_libs/expat/lib/libexpat.a

With a little luck that's an easy one. Try replacing

  -l/home/dclusin/Development/obvius_libs/expat/lib/libexpat.a

with

  -L/home/dclusin/Development/obvius_libs/expat/lib/ -lexpat

I hope that solves the problem.



Sebastian
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.