PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : problemchen mit ickle


sebb_m
12.08.02, 18:37
servus,

ich versuche verzweifelt ickle zu installieren und scheitere an dem libsigc++ sane dingsbums.
das sieht so aus:

[sebb@localhost libicq2000-0.3.2]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
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... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.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 getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking how to run the C++ preprocessor... g++ -E
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking fstream usability... yes
checking fstream presence... yes
checking for fstream... yes
checking set usability... yes
checking set presence... yes
checking for set... yes
checking map usability... yes
checking map presence... yes
checking for map... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking algorithm usability... yes
checking algorithm presence... yes
checking for algorithm... yes
checking list usability... yes
checking list presence... yes
checking for list... yes
checking memory usability... yes
checking memory presence... yes
checking for memory... yes
checking iterator usability... yes
checking iterator presence... yes
checking for iterator... yes
checking exception usability... yes
checking exception presence... yes
checking for exception... yes
checking utility usability... yes
checking utility presence... yes
checking for utility... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking strstream usability... yes
checking strstream presence... yes
checking for strstream... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for socklen_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking for sigc-config... /usr/bin/sigc-config
checking for libsigc++ - version >= 1.0.0... 1.0.4
checking if libsigc++ sane... no
configure: error: You need to have the libsigc++ libraries installed - see the README for more information

(das ist jetzt vom libicq2000 installieren, aber ickle bringt die gleche fehlermeldung!)
die config.log bringt folgendes:

configure:9269: checking for libsigc++ - version >= 1.0.0
configure:9304: result: 1.0.4
configure:9326: checking if libsigc++ sane
configure:9372: g++ -o conftest -O2 -I/usr/lib/sigc++-1.0/include -I/usr/include/sigc++-1.0 conftest.cc -lsigc -lpthread >&5
/tmp/ccuRucSE.o: In function `main':
/tmp/ccuRucSE.o(.text+0x1e): undefined reference to `SigC::sigc_major_version'
/tmp/ccuRucSE.o(.text+0x27): undefined reference to `SigC::sigc_micro_version'
/tmp/ccuRucSE.o(.text+0x2c): undefined reference to `SigC::sigc_minor_version'
/tmp/ccuRucSE.o(.text+0x33): undefined reference to `SigC::sigc_major_version'
/tmp/ccuRucSE.o(.text+0x52): undefined reference to `SigC::sigc_minor_version'
/tmp/ccuRucSE.o(.text+0x5c): undefined reference to `SigC::sigc_micro_version'
/tmp/ccuRucSE.o(.text+0x6b): undefined reference to `SigC::Signal_::Signal_()'
/tmp/ccuRucSE.o(.text+0x86): undefined reference to `SigC::ObjectScoped::ObjectScoped()'
/tmp/ccuRucSE.o(.text+0x91): undefined reference to `vtable for SigC::ScopeNode'
/tmp/ccuRucSE.o(.text+0x97): undefined reference to `vtable for SigC::SlotData'
/tmp/ccuRucSE.o(.text+0xac): undefined reference to `vtable for SigC::SlotDependent'
/tmp/ccuRucSE.o(.text+0xb9): undefined reference to `vtable for SigC::SlotDependent::Dep'
/tmp/ccuRucSE.o(.text+0xfb): undefined reference to `vtable for SigC::Scopes::Extend'
/tmp/ccuRucSE.o(.text+0x119): undefined reference to `SigC::Scopes::Extend::set(SigC::ObjectScoped*, void*, bool)'
/tmp/ccuRucSE.o(.text+0x12e): undefined reference to `SigC::Signal_::out_connect(SigC::SlotData*)'
/tmp/ccuRucSE.o(.text+0x152): undefined reference to `SigC::Scopes::Extend::set(SigC::ObjectScoped*, void*, bool)'
/tmp/ccuRucSE.o(.text+0x161): undefined reference to `SigC::Scopes::Extend::~Extend()'
/tmp/ccuRucSE.o(.text+0x170): undefined reference to `SigC::Scopes::Extend::~Extend()'
/tmp/ccuRucSE.o(.text+0x18e): undefined reference to `SigC::Signal_::~Signal_()'
/tmp/ccuRucSE.o(.text+0x1c7): undefined reference to `SigC::Scopes::Extend::~Extend()'
/tmp/ccuRucSE.o(.text+0x1d6): undefined reference to `SigC::Scopes::Extend::~Extend()'
/tmp/ccuRucSE.o(.text+0x1ee): undefined reference to `SigC::Signal_::~Signal_()'
/tmp/ccuRucSE.o: In function `SigC::Signal1<int, int, SigC::Marshal<int> >::emit(int const&)':
/tmp/ccuRucSE.o(.gnu.linkonce.t._ZN4SigC7Signal1IiiNS_7 MarshalIiEEE4emitERKi+0x27): undefined reference to `SigC::RetCode::check_ignore()'
/tmp/ccuRucSE.o(.gnu.linkonce.t._ZN4SigC7Signal1IiiNS_7 MarshalIiEEE4emitERKi+0x5a): undefined reference to `SigC::RetCode::check_ignore()'
collect2: ld returned 1 exit status
configure:9375: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 9338 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <sigc++/signal_system.h>

#ifdef SIGC_CXX_NAMESPACES
using namespace SigC;
#endif

int foo1(int i)
{
return 1;
}

int main(int argc,char **argv)
{
if (sigc_major_version!=1 ||
sigc_minor_version!=0 ||
sigc_micro_version!=4)
{ printf("(%d.%d.%d) ",
sigc_major_version,sigc_minor_version,sigc_micro_v ersion);
return 1;
}
Signal1<int,int> sig1;
sig1.connect(slot(foo1));
sig1(1);
return 0;
}


configure:9392: result: no
configure:9412: error: You need to have the libsigc++ libraries installed - see the README for more information


ich habe libsigc++ und das zugehörige devel-paket installiert..wer weiß da weiter und kann mit helfen..ich möchte endlich mla wieder mit icq online gehen!

sebb_m
12.08.02, 18:37
oii die smiles gehören da aber nicht hin :D