Computerhilfen.de Logo
Forum
Tipps
News
Frage stellen

Suse: Suse: GTK+-2.8.9 Installationsprobleme...

Hallo Linuxgemeinde =)

Je mehr ich mich in die Welt des Pinguins einarbeite umso mehr Probleme bekomme ich auch... Nun habe ich habe ich das Problem mit GTK und zwar versuche ich es zu installieren weil ich es für Lopster 1.2.2 brauche...

Ich mache alles (logischerweise) mit Shell, dann wenn ich alles entpackt hab (.gz datei) dann gebe ich in "Shell" ./config ein. Dann will ich "make" eingeben dann kommt irgendein Fehler und ich dachte mir ich kopier auch noch das hier rein was er nach dem ./config anzeigt...

Get-Right@dhcppc1:~> cd /home/Get-Right/Desktop/so-sachen-holt/gtk+-2.8.9/
Get-Right@dhcppc1:~/Desktop/so-sachen-holt/gtk+-2.8.9> ./configure
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)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for native Win32... no
checking for gcc... gcc
checking for C compiler default output file name... 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... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
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 whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for nm... /usr/bin/nm -B
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.7.1    atk >= 1.0.1    pango >= 1.9.0    cairo >= 0.9.2) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the BASE_DEPENDENCIES_CFLAGS and BASE_DEPENDENCIES_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.
Get-Right@dhcppc1:~/Desktop/so-sachen-holt/gtk+-2.8.9> make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.  Schluss.
Get-Right@dhcppc1:~/Desktop/so-sachen-holt/gtk+-2.8.9>

Ich hoffe ihr könnt mir sagen was da nicht stimmt, am anfang hat schon PKG-config gefehlt die hab ich dann installiert und zwar die V.0.20, des hab sogar geschafft
 ;D glaub ich..

Einen  :-* von der Dani (und grüße an Dr. Linux :D ) bis dann..


Antworten zu Suse: Suse: GTK+-2.8.9 Installationsprobleme...:

Ich mein natürlich an Dr.Suse =)

Hat dir diese Antwort geholfen?

Danke ButtonHilfreiche Antwort Button

Hallo Dani,

da hast du dir aber was vorgenommen. Um Software zu kompilieren musst Du erst mal eine Installationsorgie starten,
Neben den normalen Softwarepaketen gibt es die Developer-Pakete gleichen Namens. Developer, du ahnst es schon, sind die Entwicklerpakete die zum Kompilieren von Software unbedingt nötig sind. Im Paketmanager sind diese mit der Erweiterung devel versehen.

Dann muss noch installiert werden:

gcc komplett, also alles was ggc im Dateinamen trägt
automake
libtool
autoconf
checkinstall (optional)
m4
glibc
glibc-devel

Arbeite "einfach" die Liste ab wo configure als Ergebnis no ausgibt. Das ist  der fingerzeig auf die fehlenden Pakete.

Musst auch sicherstellen, dass das Softwarepakt was Du per tar.gz Datei installieren möchtest nicht schon im System installiert wurde, sonst kann es zu einem instabilen System führen, wenn du eine andere Version nochmals versuchst "überzuinstallieren".

Stell dich schon mal auf eine Neuinstallation ein, wenn Du so richtig in den Eingeweiden von Linux rumwurschtelst. Aber nur so kannst du lernen und verstehen. Weiter so!

Bis dann

Have Fun


Hey,

danke dir  :-*

BEy

Hey,

also ich muss hier noch reinschreiben das ich mich jetzt entschieden hab Linux weiter zu benutzen, aber ich habe mich auch entschieden von so einer "StarterKid" ausgabe auf Suse Professional 9.3 zu kaufen und zwar des für die 30 Euro weil ich glaube, dass bei der StarterKid DVD irgendwie vieles nicht stimmt. Es fehlen voll viele Pakete die ich zum Installieren brauche und wenn ich das Paket installiere was fehlt, fehlt wieder eins usw.

Also hab ich mich jetzt entschlossen auf eine Box umzusteigen und zwar 9.3 Pro... oder soll ich lieber das Suse 10 nehmen..?? Die 10ner Version kommt mir irgendwie so komisch vor, weiss auch nicht, so als hätte man das einfach zu voreilig rausgebracht...

Was meint ihr dazu???

Hat dir diese Antwort geholfen?

Danke ButtonHilfreiche Antwort Button

Hallo,

30 Euro, wer will dich denn da über den Tisch ziehen ? 12.80 Euronen sollten reichen. Dafür bekommst Du DIESES HIER
im Zeitschriftenhandel.

Geht natürlich auch Kostenlos per DSL-Download.Brauchst nur 5 CD-Rohlinge. Schaust Du hier. Da findest Du auch: Handbücher, Hilfe, kannst in der Community mitmachen u.v.m.

Have Fun 

« Letzte Änderung: 31.03.06, 18:39:48 von Dr. SuSE »

Hey Suse =)

Ich hab jetzt auch so eine StarterKid DVD sonder was weiss ich.. aber sind die nicht "beschnitten" oder sowas in der Art???

Danke das du mir Antwortest wirklich ich fühl mich richtig wohl hier =)

BEy

Hat dir diese Antwort geholfen?

Danke ButtonHilfreiche Antwort Button

Hallo Bunny,

schön das Du dich hier wohlfühlst.  Hier kannst Du nachlesenwo die Unterschiede in den Versionen sind.

Have Fun


« Frage:Windows 2ooo ProfSuse: 9.2 Yast2 Problem »
 

Schnelle Hilfe: Hier nach ähnlichen Fragen und passenden Tipps suchen!

Fremdwörter? Erklärungen im Lexikon!
ANSI
ANSI steht für das Amerikanische Normierungsgremium (American National Standards Institute), das Normen für industrielle Verfahrensweisen festlegt. Unter andere...

C++
C++ ist eine von der ISO standardisierte Programmiersprache und eine erweiterte Form von C zur objektorientierten, generischen und prozeduralen Programmierung. Weitestgeh...

USB Anschluss
USB (der Universal Serial Bus) ist ein Standard zum Anschließen von unter anderem Speichermedien, der sich plattformübergreifend - sowohl bei den Windows und L...