[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: htDig kompilieren



Thorsten Haude schrieb:
Moin,

* Andre Gorschkow wrote (2005-02-20 11:29):

configure: error: To compile ht://Dig, you will need a C++ library. Try
installing libstdc++.

Die libstdc++ ist auch in mehreren Versionen verfügbar und installiert.
Ich verstehe nicht, wieso der Script die libs nicht findet.


Was steht denn im Logfile?


Thorsten

Hier ist das Logfile (als Anhang)
Die Ausgaben sagen mir da wenig was.

Andre

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:580: checking for a BSD compatible install
configure:636: checking whether build environment is sane
configure:693: checking whether make sets ${MAKE}
configure:739: checking for working aclocal
configure:752: checking for working autoconf
configure:765: checking for working automake
configure:778: checking for working autoheader
configure:791: checking for working makeinfo
configure:944: checking for gcc
configure:1057: checking whether the C compiler (gcc  ) works
configure:1073: gcc -o conftest    conftest.c  1>&5
configure:1099: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1104: checking whether we are using GNU C
configure:1113: gcc -E conftest.c
configure:1132: checking whether gcc accepts -g
configure:1168: checking for c++
configure:1200: checking whether the C++ compiler (c++  ) works
configure:1216: c++ -o conftest    conftest.C  1>&5
configure:1242: checking whether the C++ compiler (c++  ) is a cross-compiler
configure:1247: checking whether we are using GNU C++
configure:1256: c++ -E conftest.C
configure:1275: checking whether c++ accepts -g
configure:1309: checking for ranlib
configure:1339: checking for ar
configure:1375: checking for sh
configure:1411: checking for sed
configure:1447: checking for sort
configure:1483: checking for find
configure:1519: checking for gunzip
configure:1557: checking for tar
configure:1590: checking for acroread
configure:1626: checking for sendmail
configure:1661: checking how to run the C preprocessor
configure:1682: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1741: checking for AIX
configure:1766: checking for socket in -lsocket
configure:1785: gcc -o conftest -g -O2   conftest.c -lsocket   1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 1774 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char socket();

int main() {
socket()
; return 0; }
configure:1813: checking for t_accept in -lnsl
configure:1832: gcc -o conftest -g -O2   conftest.c -lnsl   1>&5
/tmp/ccmYoZ3I.o(.text+0xa): In function `main':
/srv/www/htdig-3.1.6/configure:1828: undefined reference to `t_accept'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1821 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char t_accept();

int main() {
t_accept()
; return 0; }
configure:1861: checking for deflate in -lz
configure:1880: gcc -o conftest -g -O2   conftest.c -lz   1>&5
configure:1911: checking for ANSI C header files
configure:1924: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1991: gcc -o conftest -g -O2   conftest.c -lz  1>&5
configure:2015: checking whether time.h and sys/time.h may both be included
configure:2029: gcc -c -g -O2  conftest.c 1>&5
configure:2058: checking how to run the C++ preprocessor
configure:2076: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for fcntl.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for limits.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for malloc.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for sys/file.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for sys/ioctl.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for sys/time.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for unistd.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for getopt.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for strings.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for zlib.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for alloca.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for sys/select.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for wait.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for sys/wait.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2104: checking for malloc.h
configure:2104: checking for ostream.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
In file included from /usr/include/c++/3.3/backward/ostream.h:31,
                 from configure:2110:
/usr/include/c++/3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
configure: failed program was:
#line 2109 "configure"
#include "confdefs.h"
#include <ostream.h>
configure:2104: checking for iostream.h
configure:2114: c++ -E  conftest.C >/dev/null 2>conftest.out
In file included from /usr/include/c++/3.3/backward/iostream.h:31,
                 from configure:2110:
/usr/include/c++/3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
configure: failed program was:
#line 2109 "configure"
#include "confdefs.h"
#include <iostream.h>
configure:2142: checking for fstream.h
configure:2152: c++ -E  conftest.C >/dev/null 2>conftest.out
In file included from /usr/include/c++/3.3/backward/fstream.h:31,
                 from configure:2148:
/usr/include/c++/3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
configure: failed program was:
#line 2147 "configure"
#include "confdefs.h"
#include <fstream.h>


Reply to: