gena09 / sphinxsearch

Automatically exported from code.google.com/p/sphinxsearch
0 stars 0 forks source link

libsphinxclient FreeBSD-8.1 not complite #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. is not going to the library

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

step 1 - build configure - sh buildconf.sh (good)
step 2 - configurate system request - ./configure (good)
step 3 - compliting source code (error)

# make
make  all-am
/bin/sh ./libtool --tag=CC    --mode=link gcc  -g -O2    -o test test.o 
.libs/libsphinxclient.a
libtool: link: gcc -g -O2 -o test test.o  .libs/libsphinxclient.a
.libs/libsphinxclient.a(sphinxclient.o)(.text+0x5eb): In function `set_error':
/root/libsphinxclient/sphinxclient.c:359: undefined reference to `_vsnprintf'
*** Error code 1

Stop in /root/libsphinxclient.
*** Error code 1

Stop in /root/libsphinxclient

Original issue reported on code.google.com by PandoraB...@gmail.com on 24 Oct 2010 at 10:48

Attachments: