Problem building
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
Ran $python setup.py build
running build
running build_py
copying suggest.py -> build/lib.linux-i686-2.5
running build_ext
building 'suggest' extension
swigging suggest.i to suggest_wrap.c
swig -python -o suggest_wrap.c suggest.i
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c suggest_wrap.c -o
build/temp.linux-i686-2.5/suggest_wrap.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
build/temp.linux-i686-2.5/suggest_wrap.o -L. -lsuggest -o
build/lib.linux-i686-2.5/suggest.so
/usr/bin/ld: cannot find -lsuggest
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
Original issue reported on code.google.com by samuel.r...@gmail.com
on 22 Sep 2008 at 3:09
GoogleCodeExporter commented
it is not a bug.
plz cp libsuggest.a into this dir and build again.
Original comment by Daniel.Y...@gmail.com
on 17 Oct 2008 at 8:39