Guida a GCC
  • In diretta da GamesVillage.it
    • News
    • -
    • In Evidenza
    • -
    • Recensioni
    • -
    • RetroGaming
    • -
    • Anteprime
    • -
    • Video
    • -
    • Cinema

Pag 1 di 2 12 UltimoUltimo
Visualizzazione risultati da 1 a 15 di 22

Discussione: Guida a GCC

Cambio titolo
  1. #1
    H#A#M#T#A#R#O L'avatar di pupendiablo
    Registrato il
    10-02
    Località
    A Casa
    Messaggi
    2.001

    Cool Guida a GCC

    plz raga mi potete dire come fare a installare i GCC ... sn andato sul sito ma nn capisco niente

    grazie millissime


    RICORDA: la lavatrice rulla di più con CALFORT
    notare la terza GIF: Hamtaro fumato
    FIERO di essere cugino di MisticJapo
    Firma by MisticJapo
    EURONICS NON CI SONO PARAGONICS

  2. #2
    Utente GNU/Linux
    Registrato il
    10-02
    Località
    Roma
    Messaggi
    3.246
    Su Mandrake basta avviare una shell di root e digitare:
    # urpmi gcc
    Oppure graficamente con:
    # rpmdrake

    Su Debian, tiro a indovinare :
    # apt-get install gcc

    Su Gentoo (mi sento come se parlassi da solo ):
    # emerge gcc

    Sulle altre non ne ho idea.

  3. #3
    H#A#M#T#A#R#O L'avatar di pupendiablo
    Registrato il
    10-02
    Località
    A Casa
    Messaggi
    2.001
    grazie nonno!!

    solo che non riesco cmq a installare gimp


    RICORDA: la lavatrice rulla di più con CALFORT
    notare la terza GIF: Hamtaro fumato
    FIERO di essere cugino di MisticJapo
    Firma by MisticJapo
    EURONICS NON CI SONO PARAGONICS

  4. #4
    SenzaPensieri L'avatar di Tozai
    Registrato il
    10-02
    Località
    Roma
    Messaggi
    2.014
    E le due cose in che relazione sono?
    Posta l'output dell'errore che ti dà installando Gimp e vediamo...

  5. #5
    H#A#M#T#A#R#O L'avatar di pupendiablo
    Registrato il
    10-02
    Località
    A Casa
    Messaggi
    2.001
    ecco cosa mi esce con ./configure :

    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    /home/francesco/Francesco/Installazione: /home/francesco/Francesco/Installazione: No such file or directory
    configure: WARNING: `missing' script is too old or missing
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    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 build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for egrep... grep -E
    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 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++... no
    checking for c++... no
    checking for gpp... no
    checking for aCC... no
    checking for CC... no
    checking for cxx... no
    checking for cc++... no
    checking for cl... no
    checking for FCC... no
    checking for KCC... no
    checking for RCC... no
    checking for xlC_r... no
    checking for xlC... no
    checking whether we are using the GNU C++ compiler... no
    checking whether g++ accepts -g... no
    checking dependency style of g++... none
    checking how to run the C++ preprocessor... /lib/cpp
    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... yes
    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/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... 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 whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    libtool.m4: error: problem compiling CXX test program
    checking for g++ option to produce PIC...
    checking if g++ supports -c -o file.o... no
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... 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 whether to enable maintainer-specific portions of Makefiles... no
    checking for target architecture... i686-pc-linux-gnu
    checking for some Win32 platform... no
    checking for native Win32... no
    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 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 whether to turn on debugging... no
    checking whether to turn on profiling... no
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking sys/times.h usability... yes
    checking sys/times.h presence... yes
    checking for sys/times.h... yes
    checking for sys/wait.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for pid_t... yes
    checking return type of signal handlers... void
    checking for vprintf... yes
    checking for _doprnt... no
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for difftime... yes
    checking for putenv... yes
    checking for mmap... yes
    checking for perl... /usr/bin/perl
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... no
    checking for pkg-config... no
    checking for GLIB - version >= 2.2.0... no
    *** A new enough version of pkg-config was not found.
    *** See http://www.freedesktop.org/software/pkgconfig/
    configure: error: Test for GLIB failed. See the file 'INSTALL' for help.
    8(


    RICORDA: la lavatrice rulla di più con CALFORT
    notare la terza GIF: Hamtaro fumato
    FIERO di essere cugino di MisticJapo
    Firma by MisticJapo
    EURONICS NON CI SONO PARAGONICS

  6. #6
    Utente L'avatar di devilheart
    Registrato il
    01-03
    Messaggi
    28.310
    semplicemente scarica il pacchetto mancante

  7. #7
    Utente GNU/Linux
    Registrato il
    10-02
    Località
    Roma
    Messaggi
    3.246
    In Mandrake avvia rpmdrake, quindi cerchi per file o per nome quello che t'interessa/serve.
    Se qualcosa non risulta, cerca in http://fr2.rpmfind.net/ .

  8. #8
    H#A#M#T#A#R#O L'avatar di pupendiablo
    Registrato il
    10-02
    Località
    A Casa
    Messaggi
    2.001
    non ho ben capito...
    devo cercare i file che il configure mi ha dato come "no" ??

    però alcuni non ci sono nel rpmdrake...


    RICORDA: la lavatrice rulla di più con CALFORT
    notare la terza GIF: Hamtaro fumato
    FIERO di essere cugino di MisticJapo
    Firma by MisticJapo
    EURONICS NON CI SONO PARAGONICS

  9. #9
    Utente Gentoo Gnu/Linux L'avatar di []\/[]aStEr-HaCk
    Registrato il
    06-03
    Località
    /dev/sda6
    Messaggi
    1.663
    pupendiablo

    non ho ben capito...
    devo cercare i file che il configure mi ha dato come "no" ??

    però alcuni non ci sono nel rpmdrake...
    *** A new enough version of pkg-config was not found.
    *** See http://www.freedesktop.org/software/pkgconfig/
    configure: error: Test for GLIB failed. See the file 'INSTALL' for help.
    devi cercare questo pacchetto


    ed3nuzzo@venice64 ~ $ uname -a
    Linux venice64 2.6.15-gentoo-r5 #1 Wed Apr 12 18:48:03 GMT 2006 x86_64 AMD Athlon(tm) 64 Processor 3500+ AuthenticAMD GNU/Linux

  10. #10

  11. #11
    Utente GNU/Linux
    Registrato il
    10-02
    Località
    Roma
    Messaggi
    3.246
    pupendiablo
    non ho ben capito...
    devo cercare i file che il configure mi ha dato come "no" ??

    però alcuni non ci sono nel rpmdrake...
    Sia che cerchi il file pkg-config o il pacchetto di nome pkgconfig ti verrà presentato lo stesso pacchetto da installare (pkgconfig ...).
    Prova, non devi scaricarlo, è già nei CD !

    Per il problema GLIB cerca glibc-devel (quando configure dice che manca qualcosa, cercando il pacchetto per nome, metti il -devel ; ad esempio per compilare applicazioni basate su Qt, serve libqt3-devel, etc...).

  12. #12
    H#A#M#T#A#R#O L'avatar di pupendiablo
    Registrato il
    10-02
    Località
    A Casa
    Messaggi
    2.001
    grazie ora provo

    EDIT:

    sto scaricando glibc-devel (16MB)
    speriamo che si metta a posto
    per il pkg ho il pacchetto .tar.gz, l'ho scompattato e nella cartella ho fatto ./configure, make e make install, ma non capisco se è successo qualcosa o no
    Ultima modifica di pupendiablo; 29-02-2004 alle 12:24:58


    RICORDA: la lavatrice rulla di più con CALFORT
    notare la terza GIF: Hamtaro fumato
    FIERO di essere cugino di MisticJapo
    Firma by MisticJapo
    EURONICS NON CI SONO PARAGONICS

  13. #13
    H#A#M#T#A#R#O L'avatar di pupendiablo
    Registrato il
    10-02
    Località
    A Casa
    Messaggi
    2.001
    UFFFFAAA!!!
    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 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 build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for egrep... grep -E
    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 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... g77
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether g77 accepts -g... yes
    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... yes
    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/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... 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/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/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/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... 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 if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for g77 option to produce PIC... -fPIC
    checking if g77 PIC flag -fPIC works... yes
    checking if g77 supports -c -o file.o... yes
    checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for target architecture... i686-pc-linux-gnu
    checking for some Win32 platform... no
    checking for native Win32... no
    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 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 whether to turn on debugging... no
    checking whether to turn on profiling... no
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking sys/times.h usability... yes
    checking sys/times.h presence... yes
    checking for sys/times.h... yes
    checking for sys/wait.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for pid_t... yes
    checking return type of signal handlers... void
    checking for vprintf... yes
    checking for _doprnt... no
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for difftime... yes
    checking for putenv... yes
    checking for mmap... yes
    checking for perl... /usr/bin/perl
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for dcgettext... yes
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for catalogs to be installed... ca cs da de el en_GB es fi fr ga gl he hu hr id it ja ko ms nl no pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi yi zh_CN zh_TW
    checking for pkg-config... /usr/bin/pkg-config
    checking for GLIB - version >= 2.2.0... yes (version 2.2.1)
    checking for gmodule-2.0 gobject-2.0... yes
    checking GMODULE_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking GMODULE_LIBS... -Wl,--export-dynamic -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0
    checking for bind_textdomain_codeset... (cached) yes
    checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for GTK+ - version >= 2.2.2... 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+ is incorrectly installed.
    configure: error: Test for GTK+ failed. See the file 'INSTALL' for help.
    QUel GTK+ l'ho INSTALLATO TUTTO con rpmdrake e ho pure scaricato il pacchetto nuovo da internet, ./configure, make e make install e non va!!!


    RICORDA: la lavatrice rulla di più con CALFORT
    notare la terza GIF: Hamtaro fumato
    FIERO di essere cugino di MisticJapo
    Firma by MisticJapo
    EURONICS NON CI SONO PARAGONICS

  14. #14
    H#A#M#T#A#R#O L'avatar di pupendiablo
    Registrato il
    10-02
    Località
    A Casa
    Messaggi
    2.001
    scusate i 3 post di fila, ma almeno spezzo i config:

    questo è quello relativo al GTK+ :

    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-1.4... found
    checking for working autoconf... found
    checking for working automake-1.4... found
    checking for working autoheader... found
    checking for working makeinfo... found
    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 build system type... i686-redhat-linux-gnu
    checking host system type... i686-redhat-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for egrep... grep -E
    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 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 how to run the C++ preprocessor... g++ -E
    checking for g77... g77
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether g77 accepts -g... yes
    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... yes
    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/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    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
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/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/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
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for g77 option to produce PIC... -fPIC
    checking if g77 PIC flag -fPIC works... yes
    checking if g77 supports -c -o file.o... yes
    checking whether the g77 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 whether to enable maintainer-specific portions of Makefiles... no
    checking for some Win32 platform... no
    checking for native Win32... 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/bin/pkg-config
    checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... yes
    checking BASE_DEPENDENCIES_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
    checking BASE_DEPENDENCIES_LIBS... -Wl,--export-dynamic -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking Whether to write dependencies into .pc files... no
    checking for perl5... /usr/bin/perl5
    checking for indent... indent
    checking for lstat... yes
    checking for mkstemp... yes
    checking for flockfile... yes
    checking for sigsetjmp... yes
    checking whether make is GNU Make... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for dcgettext... yes
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for catalogs to be installed... am ar az be bg ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id is it ja ko lt lv mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr uk vi wa yi zh_TW zh_CN
    checking for extra flags to get ANSI library prototypes... none needed
    checking for the BeOS... no
    checking for extra flags for POSIX compliance... none needed
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for GLIB - version >= 2.1.4... yes (version 2.2.1)
    checking for bind_textdomain_codeset... (cached) yes
    checking pwd.h usability... yes
    checking pwd.h presence... yes
    checking for pwd.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for unistd.h... (cached) yes
    checking for ANSI C header files... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking return type of signal handlers... void
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking for getresuid... yes
    checking for uid_t in sys/types.h... yes
    checking for fd_set... yes, found in sys/types.h
    checking for wchar.h... yes
    checking for wctype.h... yes
    checking for iswalnum... yes
    checking if iswalnum() and friends are properly defined... yes
    checking whether to build gmodulized gdk-pixbuf... yes
    checking whether dynamic modules work... yes
    checking for TIFFReadScanline in -ltiff... yes
    checking tiffio.h usability... yes
    checking tiffio.h presence... yes
    checking for tiffio.h... yes
    checking for jpeg_destroy_decompress in -ljpeg... yes
    checking for jpeglib.h... yes
    checking for jpeg_simple_progression in -ljpeg... yes
    checking for libpng12... yes
    checking pixbuf loaders to build...
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking return type of signal handlers... (cached) void
    checking for x86 platform... yes
    checking compiler support for MMX... yes
    checking for freetype-config... /usr/bin/freetype-config
    checking For sufficiently new FreeType (at least 2.0.1)... yes
    checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking for XOpenDisplay in -lX11... yes
    checking for XShmAttach in -lXext... yes
    checking for XineramaQueryExtension in -lXinerama... yes
    checking for X11/extensions/Xinerama.h... yes
    checking for Xinerama support on XFree86... yes
    checking for XShapeCombineMask in -lXext... yes
    checking for XConvertCase in -lX11... yes
    checking for XAddConnectionWatch in -lX11... yes
    checking for XkbQueryExtension in -lX11... yes
    checking for XRRUpdateConfiguration in -lXrandr... yes
    checking for X11/extensions/Xrandr.h... yes
    checking sys/ipc.h usability... yes
    checking sys/ipc.h presence... yes
    checking for sys/ipc.h... yes
    checking sys/shm.h usability... yes
    checking sys/shm.h presence... yes
    checking for sys/shm.h... yes
    checking X11/extensions/XShm.h... yes
    checking Pango flags... -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,--export-dynamic -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    ./configure: line 27892: a#: command not found
    checking ATK flags... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,--export-dynamic -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for gtkdoc-mkdb... true
    checking gtk-doc version (1.0) >= 0.10... yes
    checking for db2html... true
    checking for sgml2html... no
    configure: creating ./config.status
    config.status: creating config.h.win32
    config.status: creating gtk-zip.sh
    config.status: creating Makefile
    config.status: creating gdk-pixbuf-2.0.pc
    config.status: creating gdk-2.0.pc
    config.status: creating gtk+-2.0.pc
    config.status: creating gdk-pixbuf-2.0-uninstalled.pc
    config.status: creating gdk-2.0-uninstalled.pc
    config.status: creating gtk+-2.0-uninstalled.pc
    config.status: creating m4macros/Makefile
    config.status: creating po/Makefile.in
    config.status: creating build/Makefile
    config.status: creating build/win32/Makefile
    config.status: creating build/win32/dirent/Makefile
    config.status: creating demos/Makefile
    config.status: creating demos/gtk-demo/Makefile
    config.status: creating demos/gtk-demo/geninclude.pl
    config.status: creating tests/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/reference/Makefile
    config.status: creating docs/reference/gdk-pixbuf/Makefile
    config.status: creating docs/reference/gdk-pixbuf/version.xml
    config.status: creating docs/reference/gdk/Makefile
    config.status: creating docs/reference/gdk/version.xml
    config.status: creating docs/reference/gtk/Makefile
    config.status: creating docs/reference/gtk/version.xml
    config.status: creating docs/faq/Makefile
    config.status: creating docs/tutorial/Makefile
    config.status: creating gdk-pixbuf/Makefile
    config.status: creating gdk-pixbuf/gdk_pixbuf.rc
    config.status: creating gdk-pixbuf/gdk-pixbuf-features.h
    config.status: creating gdk-pixbuf/pixops/Makefile
    config.status: creating gdk/Makefile
    config.status: creating gdk/x11/Makefile
    config.status: creating gdk/win32/Makefile
    config.status: creating gdk/win32/rc/Makefile
    config.status: creating gdk/win32/rc/gdk.rc
    config.status: creating gdk/linux-fb/Makefile
    config.status: creating gtk/Makefile
    config.status: creating gtk/makefile.msc
    config.status: creating gtk/gtkversion.h
    config.status: creating gtk/gtk-win32.rc
    config.status: creating gtk/stock-icons/Makefile
    config.status: creating gtk/theme-bits/Makefile
    config.status: creating modules/Makefile
    config.status: creating modules/input/Makefile
    config.status: creating contrib/Makefile
    config.status: creating contrib/gdk-pixbuf-xlib/Makefile
    config.status: creating contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc
    config.status: creating config.h
    config.status: executing default-1 commands
    config.status: executing default-2 commands
    config.status: executing default-3 commands
    creating gdk/gdkconfig.h
    gdk/gdkconfig.h is unchanged
    io ho quindi fatto make e make install, ma il configure di GIMP non lo riconosce (GIMP richiede il 2.2.2 io ho il 2.2.4)

    ! !


    RICORDA: la lavatrice rulla di più con CALFORT
    notare la terza GIF: Hamtaro fumato
    FIERO di essere cugino di MisticJapo
    Firma by MisticJapo
    EURONICS NON CI SONO PARAGONICS

  15. #15
    Utente GNU/Linux
    Registrato il
    10-02
    Località
    Roma
    Messaggi
    3.246
    Se mischi RPM con .tar.gz i risultati potrebbero essere imprevedibili '|)
    pupendiablo
    scusate i 3 post di fila, ma almeno spezzo i config:

    questo è quello relativo al GTK+ :
    [...]

    io ho quindi fatto make e make install, ma il configure di GIMP non lo riconosce (GIMP richiede il 2.2.2 io ho il 2.2.4)

    ! !
    La Mandrake 9.1 (usi quella se non ricordo male) usa GTK+ 2.2.1 , quindi per l'ultimo GIMP2 non va bene. Aggiornarle potrebbe creare dei problemi, visto che tutte le applicazioni nel tuo PC che usano GTK+2 sono compilate con la versione 2.2.1 .
    Ma usare il GIMP nella Mandrake?

Pag 1 di 2 12 UltimoUltimo

Regole di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •