Что нового

Make

  • Автор темы Автор темы PaPaNdReO
  • Дата начала Дата начала
P

PaPaNdReO

Гость
Проблемы с компиляцией. Выполняю через ssh make, выводит такую ошибкуmake: *** No targets specified and no makefile found. Stop.$ wget http://www.sphinxsearch.com/downloads/sphinx-0.9.8.1.tar.gz$ tar –xzvf sphinx-0.9.8.1.tar.gz$ cd sphinx-0.9.8.1$ ./configure$ make
 
PaPaNdReO,значит проблема с configure, что он говорит?
 
Цитата: Analyzatortarasзначит проблема с configure, что он говорит? Показать / Скрыть текстchecking build environment--------------------------checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... nochecking for mawk... mawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for compiler programs------------------------------checking whether to compile debug version... nochecking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables...checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ANSI C... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking for g++... g++checking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking dependency style of g++... gcc3checking for ranlib... ranlibchecking for header files-------------------------checking how to run the C preprocessor... gcc -Echecking for egrep... grep -Echecking for ANSI C header files... yeschecking for sys/wait.h that is POSIX.1 compatible... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking fcntl.h usability... yeschecking fcntl.h presence... yeschecking for fcntl.h... yeschecking limits.h usability... yeschecking limits.h presence... yeschecking for limits.h... yeschecking netdb.h usability... yeschecking netdb.h presence... yeschecking for netdb.h... yeschecking netinet/in.h usability... yeschecking netinet/in.h presence... yeschecking for netinet/in.h... yeschecking for stdlib.h... (cached) yeschecking for string.h... (cached) yeschecking sys/file.h usability... yeschecking sys/file.h presence... yeschecking for sys/file.h... yeschecking sys/socket.h usability... yeschecking sys/socket.h presence... yeschecking for sys/socket.h... yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking for unistd.h... (cached) yeschecking expat.h usability... nochecking expat.h presence... nochecking for expat.h... nochecking iconv.h usability... yeschecking iconv.h presence... yeschecking for iconv.h... yeschecking for types------------------checking for stdbool.h that conforms to C99... yeschecking for _Bool... yeschecking for an ANSI C-conforming const... yeschecking for inline... inlinechecking for off_t... yeschecking for size_t... yeschecking whether time.h and sys/time.h may both be included... yeschecking for library functions------------------------------checking for pid_t... yeschecking for unistd.h... (cached) yeschecking vfork.h usability... nochecking vfork.h presence... nochecking for vfork.h... nochecking for fork... yeschecking for vfork... yeschecking for working fork... yeschecking for working vfork... (cached) yeschecking for stdlib.h... (cached) yeschecking for GNU libc compatible malloc... yeschecking for stdlib.h... (cached) yeschecking for GNU libc compatible realloc... yeschecking sys/select.h usability... yeschecking sys/select.h presence... yeschecking for sys/select.h... yeschecking for sys/socket.h... (cached) yeschecking types of arguments for select... int,fd_set *,struct timeval *checking return type of signal handlers... voidchecking whether lstat dereferences a symlink specified with a trailing slash... yeschecking whether stat accepts an empty string... nochecking for vprintf... yeschecking for _doprnt... nochecking for library containing setsockopt... none requiredchecking for library containing gethostbyname... none requiredchecking for library containing XML_Parse... nochecking for library containing iconv... none requiredchecking for library containing logf... -lmchecking for dup2... yeschecking for gethostbyname... yeschecking for gettimeofday... yeschecking for memmove... yeschecking for memset... yeschecking for select... yeschecking for socket... yeschecking for strcasecmp... yeschecking for strchr... yeschecking for strerror... yeschecking for strncasecmp... yeschecking for strstr... yeschecking for strtol... yeschecking for logf... yeschecking for LOCK_EX in sys/file.h... yeschecking for F_SETLKW in fcntl.h... yesconfiguring Sphinx------------------checking whether to compile with MySQL support... yeschecking for mysql_config... not foundchecking MySQL include files... configure: error: missing include files.******************************************************************************ERROR: cannot find MySQL include files.Check that you do have MySQL include files installed.The package name is typically 'mysql-devel'.If include files are installed on your system, but you are still gettingthis message, you should do one of the following:1) either specify includes location explicitly, using --with-mysql-includes;2) or specify MySQL installation root location explicitly, using --with-mysql;3) or make sure that the path to 'mysql_config' program is listed in   your PATH environment variable.To disable MySQL support, use --without-mysql option.******************************************************************************
 
Цитата: Analyzatortarasустанови mysql-develЭтоlibmysqlclient15-dev
 
Цитата: PaPaNdReOlibmysqlclient15-devНет Какая ОС?
 
Цитата: Analyzatortarasда, это может быть и онlibmysqlclient-dev этот стал.Все скомпилировало.Цитата: dyakoffНет Какая ОС?debian 5 64 бит
 
Верх