parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

проблема со сборкой парсера на cygwin

Constantine 12.05.2003 23:03

Constantine@cn ~/parser3/parser3
$ make
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --enable-ltdl-convenience --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/Constantine/parser3/parser3/missing: Unknown `--run' option
Try `/home/Constantine/parser3/parser3/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for gawk... (cached) gawk
checking for bison... bison -y
checking bison version... ./configure: line 2058: test: 875b
Written by Robert Corbett and Richard Stallman: integer expression expected
bison (GNU Bison) 1.875b
Written by Robert Corbett and Richard Stallman (ok)
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for inline... inline
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
configure: WARNING: enabling charset windows-1251
checking for dynamic-link library extension... dll
checking for mysql client... configure: WARNING: could not guess mysql client
checking for pgsql client... configure: WARNING: could not guess pgsql client
checking for oracle client... configure: WARNING: could not guess oracle client
checking for dlopen in -ldl... no
checking for dlopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for dlerror... yes
checking how to run the C++ preprocessor... g++ -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... yes
checking for size_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking process.h usability... yes
checking process.h presence... yes
checking for process.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sys/stat.h... (cached) yes
checking io.h usability... yes
checking io.h presence... yes
checking for io.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking for memory.h... (cached) yes
checking new usability... yes
checking new presence... yes
checking for new... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/locking.h usability... no
checking sys/locking.h presence... no
checking for sys/locking.h... no
checking for sys/types.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking winsock.h usability... no
checking winsock.h presence... yes
configure: WARNING: winsock.h: present but cannot be compiled
configure: WARNING: winsock.h: check for missing prerequisite headers?
configure: WARNING: winsock.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING:     ## ------------------------------------ ##
checking for winsock.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for socket in -lwsock32... yes
checking for sin in -lm... yes
checking for crypt in -lcrypt... yes
checking for trunc... yes
checking for round... yes
checking for sign... no
checking for flock... no
checking for _locking... no
checking for fcntl... yes
checking for lockf... no
checking for ftruncate... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for crypt... yes
checking for sigsetjmp... no
checking for siglongjmp... no
checking for qsort... no
configure: error: No qsort library function.
make: *** [config.status] Error 1

Constantine@cn ~/parser3/parser3
$ uname -a
CYGWIN_NT-5.1 cn 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 unknown unknown Cygwin