• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

(gelöst) probleme bei der installation des towitoko-drivers

hi leute!

ich habe mir gerade frisch suse 11.0 mit kde 4.0 installiert und möchte jetzt den towitoko-driver für moneyplex installieren. ich gehe dabei nach der anleitung aus dem wiki vor.

zunächst mache ich also ein ./configure:
Code:
volker@linux-c0f8:~/moneyplex/towitoko> ./configure --enable-win32-com
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 for style of include used by make... none
checking dependency style of gcc... none
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/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... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -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... 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/i586-suse-linux/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... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for docbook-to-man... no
checking whether ln -s works... yes
checking for main in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for library containing nanosleep... none required
checking for poll... yes
checking for nanosleep... yes
checking for syslog... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/driver/Makefile
config.status: creating src/ct-api/Makefile
config.status: creating src/ifd-handler/Makefile
config.status: creating src/test/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

danach möchte ich unter "su" ./make ausführen. diese datei gibt es aber nicht! wurde offensichtlich bei ./configure nicht erstellt! aber wieso nicht?

zur info mal hier der inhalt des ordners nach dem ./configure:

Code:
linux-c0f8:/home/volker/moneyplex/towitoko # ls
aclocal.m4  config.guess  config.log     configure     depcomp  install-sh  
Makefile     missing        README  stamp-h1
AUTHORS     config.h      config.status  configure.ac  doc      libtool     
Makefile.am  mkinstalldirs  reconf  THANKS
ChangeLog   config.h.in   config.sub     COPYING       INSTALL  ltmain.sh   
Makefile.in  NEWS           src

danke schonmal!



p.s. ich bin zwar kein stinkstiefel, aber ich finde die neue aufmachung dieses forums dahingehend schlechter, dass man von der hauptseite aus keine suche mehr starten kann!
 

Rainer Juhser

Moderator
Teammitglied
stolley schrieb:
ich finde die neue aufmachung dieses forums dahingehend schlechter, dass man von der hauptseite aus keine suche mehr starten kann!
Kann man doch - Klick mal auf den Link
Code:
Erst suchen, dann fragen!
rechts neben dem Konqui. ;)

PS: Ist allerdings wirklich sehr gut versteckt! :D
 
danach möchte ich unter "su" ./make ausführen. diese datei gibt es aber nicht! wurde offensichtlich bei ./configure nicht erstellt! aber wieso nicht?
make wird nicht von ./configure erstellt, sondern ist ein Befehl . Tippe also ein:
Code:
make
Erst jetzt ist es notwendig, in den root-Modus zu wechseln (su), um dann einzutippen:

Edgar
 
Oben