Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Automake 1.7

  1. #1
    Poster
    Join Date
    Jan 2003
    Posts
    889


    [root@localhost automake-1.7]# ./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 for perl... /usr/bin/perl
    checking for tex... no
    checking whether ln works... yes
    checking for egrep... grep -E
    checking for fgrep... grep -F
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating lib/Automake/Makefile
    config.status: creating lib/Makefile
    config.status: creating lib/am/Makefile
    config.status: creating m4/Makefile
    config.status: creating m4/amversion.m4
    config.status: creating tests/Makefile
    config.status: creating tests/defs
    [root@localhost automake-1.7]# make
    cd . && \
    perllibdir=./lib /home/loren/Downloads/Tarballs/automake-1.7/automake --libdir=lib --gnu Makefile
    /bin/sh: line 1: /home/loren/Downloads/Tarballs/automake-1.7/automake: No such file or directory
    make: *** [Makefile.in] Error 127
    [root@localhost automake-1.7]#

    I can't figure this one out...

    I need automake 1.7 to install nicotine

  2. Software & Hardware   -   #2
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Obviously as you can see from the output "there is no such file or directory"

    So get automake.

  3. Software & Hardware   -   #3
    Poster
    Join Date
    Jan 2003
    Posts
    889
    Originally posted by shn@29 January 2004 - 19:36
    Obviously as you can see from the output "there is no such file or directory"

    So get automake.
    Thats what im trying to install...

  4. Software & Hardware   -   #4
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by LSA+29 January 2004 - 21:19--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (LSA @ 29 January 2004 - 21:19)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-shn@29 January 2004 - 19:36
    Obviously as you can see from the output "there is no such file or directory"

    So get automake.
    Thats what im trying to install... [/b][/quote]
    Are you using the gcc compiler? What are you trying to compile besides automake?

    Check your version of gcc with --- "gcc -v" no quotes

  5. Software & Hardware   -   #5
    Poster
    Join Date
    Jan 2003
    Posts
    889
    [loren@localhost loren]&#036; gcc -v
    Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
    Thread model: posix
    gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
    [loren@localhost loren]&#036;

    ---------------------

    here is the error from PyGTK, that is needed to run nicotine

    [loren@localhost pygtk-2.0.0]&#036; make
    cd . && &#092;
    /bin/sh /home/loren/Downloads/Tarballs/pygtk-2.0.0/missing --run automake-1.7 --gnu Makefile
    /home/loren/Downloads/Tarballs/pygtk-2.0.0/missing: line 33: automake-1.7: command not found
    WARNING: `automake-1.7&#39; is needed, and you do not seem to have it handy on your
    system. You might have modified some files without having the
    proper tools for further handling them. Check the `README&#39; file,
    it often tells you about the needed prerequirements for installing
    this package. You may also peek at any GNU archive site, in case
    some other package would contain this missing `automake-1.7&#39; program.
    make: *** [Makefile.in] Error 1
    [loren@localhost pygtk-2.0.0]&#036;


  6. Software & Hardware   -   #6
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Whay version of red hat are you running? and I dont see any output from ./configure

    did you run it? Whats this I found on their site?

    Warning:&nbsp; if you compile PyGTK yourself, make sure you enable threading support by using ./configure --enable-thread
    Did you do that? Try this http://rpm.pbone.net/index.php3/stat/4/idp...noarch.rpm.html
    It came from http://rpm.pbone.net/ Since your using gcc 3.2 I assume your using red hat 9 out the box.

  7. Software & Hardware   -   #7
    Poster
    Join Date
    Jan 2003
    Posts
    889
    Originally posted by shn@30 January 2004 - 11:40
    Whay version of red hat are you running?&nbsp; and I dont see any output from ./configure

    did you run it?&nbsp; Whats this I found on their site?

    Warning:&nbsp; if you compile PyGTK yourself, make sure you enable threading support by using ./configure --enable-thread
    Did you do that? Try this http://rpm.pbone.net/index.php3/stat/4/idp...noarch.rpm.html
    It came from http://rpm.pbone.net/ Since your using gcc 3.2 I assume your using red hat 9 out the box.
    i ran a configure its really long but here it is:

    [loren@localhost pygtk-2.0.0]&#036; ./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 &#036;(MAKE)... yes
    checking for style of include used by make... 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 gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc
    checking for bind_textdomain_codeset... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for some Win32 platform... no
    checking for native Win32... no
    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++... gcc
    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 for a Python interpreter with version >= 2.2... python
    checking for python... /usr/local/bin/python
    checking for python version... 2.3
    checking for python platform... linux2
    checking for python script directory... &#036;{prefix}/lib/python2.3/site-packages
    checking for python extension module directory... &#036;{exec_prefix}/lib/python2.3/site-packages
    checking for headers required to compile python extensions... found
    checking for python module thread... yes
    checking whether to enable threading in pygtk... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking is pkg-config version >= 0.9.0... yes
    checking for atk >= 1.0.0... yes
    checking ATK_CFLAGS... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking ATK_LIBS... -Wl,--export-dynamic -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for pango >= 1.0.0... yes
    checking PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking PANGO_LIBS... -Wl,--export-dynamic -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for GTK+ - version >= 2.0.0... yes (version 2.2.1)
    checking for libglade-2.0 >= 2.0.0... yes
    checking LIBGLADE_CFLAGS... -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -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
    checking LIBGLADE_LIBS... -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
    to the PKG_CONFIG_PATH environment variable
    No package &#39;gtkgl-2.0&#39; found
    checking for Numeric/arrayobject.h... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating pygtk-2.0.pc
    config.status: creating codegen/Makefile
    config.status: creating gtk/Makefile
    config.status: creating docs/Makefile
    config.status: creating codegen/pygtk-codegen-2.0
    config.status: creating pygtk.spec
    config.status: creating PKG-INFO
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands

    --------------------------------------------------------
    here is the output from the rpm:

    [loren@localhost Desktop]&#036; rpm -Uvh automake-1.7.9-0_17.rh9.at.noarch.rpm
    warning: automake-1.7.9-0_17.rh9.at.noarch.rpm: V3 DSA signature: NOKEY, key ID 66534c2b
    error: Failed dependencies:
    atrpms >= 18 is needed by automake-1.7.9-0_17.rh9.at
    [loren@localhost Desktop]&#036;


    I&#39;m looking for "atrpms 18" now....

    im in dependency hell again&#33;&#33;&#33;

    EDIT: Think i found it: http://rpm.pbone.net/index.php3/stat/4/idp...noarch.rpm.html

    EDIT: i&#39;m trying that --enable-thread now
    ^^EDIT: same make error as before, if you want the configure -enable-thread output ill post it but it is very long

    ANOTHER EDIT&#33;&#33;&#33;: ok atrpms and automake 1.7 are now installed, now im going to try to make pygtk 2.0

    ANOTHER EDIT&#33;&#33;:
    [loren@localhost pygtk-2.0.0]&#036; make
    cd . && &#092;
    /bin/sh /home/loren/Downloads/Tarballs/pygtk-2.0.0/missing --run automake-1.7 --gnu Makefile
    configure.in:28: version mismatch. This is Automake 1.7.9,
    configure.in:28: but the definition used by this AM_INIT_AUTOMAKE
    configure.in:28: comes from Automake 1.6.3. You should recreate
    configure.in:28: aclocal.m4 with aclocal and run automake again.
    /usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
    WARNING: `automake-1.7&#39; is needed, and you do not seem to have it handy on your
    system. You might have modified some files without having the
    proper tools for further handling them. Check the `README&#39; file,
    it often tells you about the needed prerequirements for installing
    this package. You may also peek at any GNU archive site, in case
    some other package would contain this missing `automake-1.7&#39; program.
    make: *** [Makefile.in] Error 1

    You should recreate
    configure.in:28: aclocal.m4 with aclocal and run automake again.
    how do you do that?
    im in a mess&#33;

    I like the avatar shn&#33;

  8. Software & Hardware   -   #8
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Why do you just keep running make?

    Try

    "./configure", then make, then make install

  9. Software & Hardware   -   #9
    Poster
    Join Date
    Jan 2003
    Posts
    889
    I always do configure, make, make install

    tried it again and here it is

    [root@localhost Tarballs]# cd pygtk-2.0.0
    [root@localhost pygtk-2.0.0]# ./configure --enable-thread
    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 &#036;(MAKE)... yes
    checking for style of include used by make... 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 gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc
    checking for bind_textdomain_codeset... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for some Win32 platform... no
    checking for native Win32... no
    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++... gcc
    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 for a Python interpreter with version >= 2.2... python
    checking for python... /usr/local/bin/python
    checking for python version... 2.3
    checking for python platform... linux2
    checking for python script directory... &#036;{prefix}/lib/python2.3/site-packages
    checking for python extension module directory... &#036;{exec_prefix}/lib/python2.3/s
    ite-packages
    checking for headers required to compile python extensions... found
    checking for python module thread... yes
    checking whether to enable threading in pygtk... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking is pkg-config version >= 0.9.0... yes
    checking for atk >= 1.0.0... yes
    checking ATK_CFLAGS... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib
    /glib-2.0/include
    checking ATK_LIBS... -Wl,--export-dynamic -latk-1.0 -lgobject-2.0 -lgmodule-2.0
    -ldl -lglib-2.0
    checking for pango >= 1.0.0... yes
    checking PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr
    /lib/glib-2.0/include
    checking PANGO_LIBS... -Wl,--export-dynamic -lpango-1.0 -lgobject-2.0 -lgmodule-
    2.0 -ldl -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for GTK+ - version >= 2.0.0... yes (version 2.2.1)
    checking for libglade-2.0 >= 2.0.0... yes
    checking LIBGLADE_CFLAGS... -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -
    I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/i
    nclude/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/gl ib-2.0 -I/usr/lib/glib-2.0/include
    checking LIBGLADE_LIBS... -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lp ango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in the pkg-c onfig search path.
    Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
    to the PKG_CONFIG_PATH environment variable
    No package &#39;gtkgl-2.0&#39; found
    checking for Numeric/arrayobject.h... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating pygtk-2.0.pc
    config.status: creating codegen/Makefile
    config.status: creating gtk/Makefile
    config.status: creating docs/Makefile
    config.status: creating codegen/pygtk-codegen-2.0
    config.status: creating pygtk.spec
    config.status: creating PKG-INFO
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    [root@localhost pygtk-2.0.0]# make
    cd . && /bin/sh /home/loren/Downloads/Tarballs/pygtk-2.0.0/missing --run autoconf
    /bin/sh ./config.status --recheck
    running /bin/sh ./configure --enable-thread --no-create --no-recursion
    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 &#036;(MAKE)... yes
    checking for style of include used by make... 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 gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc
    checking for bind_textdomain_codeset... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for some Win32 platform... no
    checking for native Win32... no
    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 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 egrep... grep -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/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 a Python interpreter with version >= 2.2... python
    checking for python... /usr/local/bin/python
    checking for python version... 2.3
    checking for python platform... linux2
    checking for script directory... &#036;{prefix}/lib/python2.3/site-packages
    checking for extension module directory... &#036;{exec_prefix}/lib/python2.3/site-packages
    checking for headers required to compile python extensions... found
    checking for python module thread... yes
    checking whether to enable threading in pygtk... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
    checking for atk >= 1.0.0... yes
    checking ATK_CFLAGS... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking ATK_LIBS... -Wl,--export-dynamic -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for pango >= 1.0.0... yes
    checking PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    checking PANGO_LIBS... -Wl,--export-dynamic -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for GTK+ - version >= 2.0.0... yes (version 2.2.1)
    checking for libglade-2.0 >= 2.0.0... yes
    checking LIBGLADE_CFLAGS... -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -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
    checking LIBGLADE_LIBS... -Wl,--export-dynamic -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for gtkgl-2.0 >= 1.99.0... Package gtkgl-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
    to the PKG_CONFIG_PATH environment variable
    No package &#39;gtkgl-2.0&#39; found
    checking for Numeric/arrayobject.h... no
    configure: creating ./config.status
    cd . && /bin/sh ./config.status Makefile depfiles
    config.status: creating Makefile
    config.status: executing depfiles commands
    Makefile:463: *** missing separator. Stop.
    [root@localhost pygtk-2.0.0]# make install
    Makefile:463: *** missing separator. Stop.
    [root@localhost pygtk-2.0.0]#


  10. Software & Hardware   -   #10
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Perhaps you should add the directory containing `gtkgl-2.0.pc&#39;
    to the PKG_CONFIG_PATH environment variable
    No package &#39;gtkgl-2.0&#39; found

    You need to find out where that is installed and add the location to your /etc/ld.conf file.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •