configure unter Suse8.0

Post Reply
Message
Author
Albert

configure unter Suse8.0

#1 Post by Albert »

Kann mir jemand sagen,wie ich bei einem tar.gz file "configure" eingeben kann?? Der Befehl ist scheinbar nicht vorhanden.Oder welches Paket muß ich installieren,damit ich configure eingeben kann??

Albert

Bob Gomorrha

Re: configure unter Suse8.0

#2 Post by Bob Gomorrha »

tar xvzf paket.tar.gz
cd paket
./configure
make
make install

cu

bg

Andreas B.

Re: configure unter Suse8.0

#3 Post by Andreas B. »

.. ausser natürlich das Paket hat kein configure,

- welches Paket wäre es denn ?

- README/INSTALL hilft da weiter, dann wird das per make gemacht.

Albert

Re: configure unter Suse8.0

#4 Post by Albert »

Hi Bob,

Das weiß ich natürlich :),denn mit MDK habe ich so schon viele Pakete,besonders Spiele installiert.Aber Suse sagt immer bei configure : command not found.Das war schon seit Suse 6.2 immer so.Deswegen war ich nie zu Suse gegangen,sondern zu MDK oder andere.

An Andreas : Das eine Paket habe ich schon auf MDK installiert,und will es nun auch auf Suse packen...

Wer weiß noch Rat wegen /.configure??

Albert

Sven

Re: configure unter Suse8.0

#5 Post by Sven »

sorry, aber es klingt für mich als wenn du es eben nicht weißt. <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">
Mit der Distri hat das doch gar nichts zu tun.
Wenn es in dem Ordner in dem du dich befindest ein cofigure gibt, muss du es mit
"./configure" aufrufen (ohne Gänsefüßchen). Da ansonsten 'configure' in deinem Pfad gesucht wird, wo es normalerweise nicht zu finden ist.

Falls meine Annahme falsch ist, entschuldige bitte.

Gruß,

Sven

Andreas B.

Re: configure unter Suse8.0

#6 Post by Andreas B. »

btw Suse und MDK sind doch beide RPMbasiert ?!,
gib doch mal das Paket an

ach ja es ist
/. <-- für geeknews
und ./ <- für relative Pfade vom aktuellen Pfad aus ;)

Albert

Re: configure unter Suse8.0

#7 Post by Albert »

Hmmm,

mit ./configure komme ich zwar weiter aber auch nicht viel weiter.Es fehlt da und dort und so weiter was.Ich lasse es sein.Wenigstens komme ich momentan ins Internet,wobei ich mit Mandrake Probleme habe.

Albert

Andreas B.

Re: configure unter Suse8.0

#8 Post by Andreas B. »

Was fehlt denn nun genau ;) ?
und
WELCHES PAKET WILLST DU INSTALLIEREN, wenn man das Paket auch hat, kann man die Abhängigkeiten
Dir vielleicht aufklären ?!

Albert

Re: configure unter Suse8.0

#9 Post by Albert »

Immer mit der Ruhe!!!

Also,ich habe nun die fehlenden libs und so installiert.Ich wollte das teg-Spiel aus rpmfind.net über sourceforge installieren,da kein rpm für Suse vorhanden ist.Dennoch bricht die Installation bei configure ab,wegen glibc oder gcc...
Ey,mann,so geht das nicht..Mit allen anderen Distris funzte das(damals,wie gasgt,hatte ich DSL über Router,jetzt nur ADSL,und MDK kommt da nicht durch).
Jetzt kommt die Ober-sch**,daß wenn ich etwas herunterladen will,daß alles zu /tmp geht,ohne mich zu fragen(Mozilla 1.3b) oder noch schlimmer : Java2 wurde 2X!! installiert,dennoch kein Java2 da,grrrmpf.Mir kommt bald die Galle hoch wenn ich Suse sehe.Aber ich MUSS es nehmen,weil ich sonst keine andere Distro habe,die Internet-Verbindung hat...
Sorry,mein Ärgernis...

Albert

Michael

Re: configure unter Suse8.0

#10 Post by Michael »

Ahemm,
wenn Du immer noch der gleiche Albert bist, der hier schon so lange im Forum herumgeistert, solltest Du Dich WIRKLICH einmal mit den GRUNDLAGEN beschäftigen. Dann ist es nämlich ziemlich wurscht, welche Distri Du benutzt, mit ein paar Handgriffen bekommt man nämlich ALLE mehr oder weniger gleich gut zum Laufen.

Und bisher bin ich noch immer online gekommen, denn das ist eine der Stärken von Linux. Egal ob SuSE, Slackware, Debian, Gentoo, Analogmodem, ISDN, ADLS, über Router - es hat IMMER geklappt.

Und wenn auf Deiner SuSE ein paar Sachen zum Kompilieren fehlen (netterweise kommt ja sogar eine Meldung, was denn fehlt), musst Du die halt von CD nachinstallieren - oder gleich am Anfang bei der Installation "Entwicklersystem" oder so was in der Art auswählen.

Have a lot of fun...

Andreas B.

Re: configure unter Suse8.0

#11 Post by Andreas B. »

ok

a.
Lösung java 2 JRE / JDK
ln -s PFADZUDEMJREJDK/java /usr/sbin/java [enter]
bei JDK auch noch
ln -s PFADZUDEMJREJDK/javac /usr/sbin/javac [enter]

b.
poste doch bitte mal das Fehlerchen
"glibc oder gcc..."
tipp

"./configure >> /root/fehler.txt"

und dann cut & paste unter KDE/GNOME

Albert

Re: configure unter Suse8.0

#12 Post by Albert »

Hier der Fehler...

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
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 gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for uname... uname
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for bison... no
checking for catalogs to be installed... da de en_GB es et fi fr hu it ja nl no pl pt pt_BR ro ru sv
checking for ngettext in -lc... yes
checking whether libc's ngettext works at runtime... yes
configure: checking for which client to compile:...
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.5... no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /usr/bin/gtk-config
checking for pkg-config... no
checking for GTK+ - version >= 2.0.0... no
*** A new enough version of pkg-config was not found.
*** See http://pkgconfig.sourceforge.net
checking for X... no
checking whether Xfuncproto was supplied... no
checking for compilable FUNCPROTO definition... no, cannot determine
checking for workable NARROWPROTO definition... no, cannot determine
checking whether Xfuncproto was determined... no
checking for Xfuncproto control definition FUNCPROTO... no
checking for Xfuncproto control definition NARROWPROTO... no
checking extra paths for Xpm... library no, include no
checking for XOpenDisplay in X library -lX11... no

Albert

Re: configure unter Suse8.0

#13 Post by Albert »

Hier der Fehler...

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
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 gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for uname... uname
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for bison... no
checking for catalogs to be installed... da de en_GB es et fi fr hu it ja nl no pl pt pt_BR ro ru sv
checking for ngettext in -lc... yes
checking whether libc's ngettext works at runtime... yes
configure: checking for which client to compile:...
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.5... no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /usr/bin/gtk-config
checking for pkg-config... no
checking for GTK+ - version >= 2.0.0... no
*** A new enough version of pkg-config was not found.
*** See http://pkgconfig.sourceforge.net
checking for X... no
checking whether Xfuncproto was supplied... no
checking for compilable FUNCPROTO definition... no, cannot determine
checking for workable NARROWPROTO definition... no, cannot determine
checking whether Xfuncproto was determined... no
checking for Xfuncproto control definition FUNCPROTO... no
checking for Xfuncproto control definition NARROWPROTO... no
checking extra paths for Xpm... library no, include no
checking for XOpenDisplay in X library -lX11... no

andreas

Re: configure unter Suse8.0

#14 Post by andreas »

Ich habe folgende Pakete nachinstalliert unter SuSE Linux 8.0:

- gcc
- make

Beide Pakete findest Du am einfachsten über die Suchoption beim RPM!

Andreas B.

Re: configure unter Suse8.0

#15 Post by Andreas B. »

installier bitte das GTK/+ Toolkit

Post Reply