[Xcb] xcb-util make error
Vincent Torri
vtorri at univ-evry.fr
Tue Dec 26 05:10:26 PST 2006
On Tue, 26 Dec 2006, Christer Sandvik wrote:
> gcc -g -O2 -Wall -DSHA1_HEADER='<openssl/sha.h>' -DNO_STRLCPY -o
> git-http-fetch fetch.o http.o http-fetch.o \
> libgit.a xdiff/lib.a -lz -liconv -lcrypto -lssl -lcurl -lexpat
> /usr/bin/ld: can't locate file for: -lexpat
> collect2: ld returned 1 exit status
> make: *** [git-http-fetch] Error 1
install expat :) If it's installed, then there's soething wrong with the
static lib of expat, which is not found. If you installed expat with
packages, check that you installed expat-dev package (or something like
that)
Vincent
More information about the Xcb
mailing list