Keresés

Aktív témák

  • Thom!

    veterán

    Köszönöm mindenkinek a segítséget!
    Mountolás műxik teljes egészében ntfs alatt írás olvasás!
    Grubból már mind win/debian tudok indítani

    át kellett írni boot/grub/menu.lst fájt ha jól tudom, így jó minden

  • Thom!

    veterán

    válasz Thom! #3805 üzenetére

     

    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc /proc proc defaults 0 0
    /dev/sda4 / reiserfs notail 0 0
    /dev/sda3 none swap sw 0 0
    *(/dev/sda2 /d ntfs defaults 0 0
    /dev/sda5 /c ntfs defaults 0 0)
    /dev/hda /media/cdrom0 iso9660 ro,user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0




    * én szerkeztettem oda

    [Szerkesztve]

  • Thom!

    veterán

    válasz ngabor2 #3800 üzenetére

     

    Disk /dev/sda: 80.0 GB, 80032038912 bytes
    255 heads, 63 sectors/track, 9730 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 2 1275 10233405 f W95 Ext'd (LBA)
    /dev/sda2 1276 8388 57135172+ 7 HPFS/NTFS
    /dev/sda3 8389 8454 530145 82 Linux swap / Solaris
    /dev/sda4 * 8455 9730 10249470 83 Linux
    /dev/sda5 2 1275 10233373+ 7 HPFS/NTFS
  • Thom!

    veterán

    válasz Dzsekó #3795 üzenetére

    mc-vel megnéztem sda5 van win rajta sda2 sok program érdekes de így a jó sztem

  • Thom!

    veterán

    válasz Thom! #3794 üzenetére

     

    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc /proc proc defaults 0 0
    /dev/sda4 / reiserfs notail 0 0
    /dev/sda3 none swap sw 0 0
    /dev/sda2 ntfs defaults 0 0
    /dev/sda5 ntfs defaults 0 0
    /dev/hda /media/cdrom0 iso9660 ro,user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0



    pontosan hogy legyen átírva?
    most így néz ki

  • Thom!

    veterán

     

    debian:/home/thom# mount /dev/sda5 /windows/c
    debian:/home/thom# mount /dev/sda2 /windows/d
  • Thom!

    veterán

    most úgy néz ki hogy sda2 egyik ntfs és sda5 a másik mert debianos telepítõcd-n így van a grub beállításoknál

  • Thom!

    veterán

    válasz Thom! #3786 üzenetére

    hát itt nem látok fat32 de ntfs cuccot se

  • Thom!

    veterán

     

    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc /proc proc defaults 0 0
    /dev/sda4 / reiserfs notail 0 0
    /dev/sda3 none swap sw 0 0
    /dev/hda /media/cdrom0 iso9660 ro,user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
  • Thom!

    veterán

    válasz Dzsekó #3779 üzenetére

    most ott tartok van grub, de winxp-re kattintva nem indul...
    azért leírom hogy a reinstall elõtt fat32 win volt, most ntfs win van helyette ezt csak megemlítem, mert asszem ezért nyafog :(

    mbr nem mentettem

  • Thom!

    veterán

    Sata vinyo
    2 partició
    1part:winxp
    2part:debian

    winxp reinstall grub eltűnt, ebben kellene segíteni, van knoppixom+suse 9.3 live dvd

  • Thom!

    veterán

    válasz escie #3587 üzenetére

    linux:/home/tom85/anjuta-2.0.1 # make
    make: *** No targets specified and no makefile found. Stop.
    linux:/home/tom85/anjuta-2.0.1 # make install
    make: *** No rule to make target `install'. Stop.

  • Thom!

    veterán

    válasz escie #3587 üzenetére

    rootként csináltam mident

    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 whether to enable maintainer-specific portions of Makefiles... no
    checking for perl... /usr/bin/perl
    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 how to run the C preprocessor... gcc -E
    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 for library containing strerror... none required
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    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... /usr/bin/sed
    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 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 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 li
    braries... 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/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 li
    braries... 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 li
    braries... 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 return type of signal handlers... void
    checking for pkg-config... /usr/bin/pkg-config
    checking for pkg-config... /usr/bin/pkg-config
    checking for glib-2.0 >= 2.4.0... yes
    checking GLIB_CFLAGS... -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/
    include
    checking GLIB_LIBS... -L/opt/gnome/lib -lglib-2.0
    checking for gobject-2.0 >= 2.4.0... yes
    checking GOBJECT_CFLAGS... -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2
    .0/include
    checking GOBJECT_LIBS... -L/opt/gnome/lib -lgobject-2.0 -lglib-2.0
    checking for gmodule-2.0 >= 2.4.0... yes
    checking GMODULE_CFLAGS... -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2
    .0/include
    checking GMODULE_LIBS... -Wl,--export-dynamic -L/opt/gnome/lib -lgmodule-2.0 -ld
    l -lglib-2.0
    checking for gthread-2.0 >= 2.4.0... yes
    checking GTHREAD_CFLAGS... -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/l
    ib/glib-2.0/include
    checking GTHREAD_LIBS... -pthread -L/opt/gnome/lib -lgthread-2.0 -lglib-2.0
    checking for gtk+-2.0 >= 2.4.0... yes
    checking GTK_CFLAGS... -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R
    6/include -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/
    gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/o
    pt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GTK_LIBS... -L/usr/X11R6/lib -L/opt/gnome/lib -lgtk-x11-2.0 -lgdk-x11-2
    .0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
    -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lfontconfig -lXrender -lX11 -lXext -l
    png12 -lz -lglitz -lm
    checking for gdk-pixbuf-2.0 >= 2.0.0... yes
    checking GDK_PIXBUF_CFLAGS... -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/include/
    glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GDK_PIXBUF_LIBS... -L/opt/gnome/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0
    -lgmodule-2.0 -ldl -lglib-2.0
    checking for ORBit-2.0 >= 2.6.0... yes
    checking ORBIT_CFLAGS... -DORBIT2=1 -pthread -I/opt/gnome/include/orbit-2.0 -I/o
    pt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking ORBIT_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lORBit-2
    -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for libglade-2.0 >= 2.3.0... yes
    checking GLADE_CFLAGS... -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/incl
    ude/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/
    libglade-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/op
    t/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib
    -2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GLADE_LIBS... -L/usr/X11R6/lib -L/opt/gnome/lib -lglade-2.0 -lgtk-x11-2
    .0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0
    -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lfontconfig -lXr
    ender -lX11 -lXext -lpng12 -lz -lglitz -lm
    checking for libgnome-2.0 >= 2.6.0... yes
    checking GNOME_CFLAGS... -DORBIT2=1 -pthread -I/opt/gnome/include/libgnome-2.0 -
    I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/incl
    ude/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gconf/2 -I
    /opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/g
    nome/include/bonobo-activation-2.0
    checking GNOME_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lgnome-2
    -lpopt -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmo
    dule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for libgnomeui-2.0 >= 2.6.0... yes
    checking GNOME_UI_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/libart-2.0 -I/usr
    /include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libp
    ng12 -I/usr/include/libxml2 -I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/inc
    lude/libgnome-2.0 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/g
    tk-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/libbonoboui-2.0 -I/opt/
    gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/
    include/gnome-keyring-1 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/
    include -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt
    /gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome
    /lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0
    checking GNOME_UI_LIBS... -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -L/opt/
    gnome/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lxml2 -lgnomecanv
    as-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -l
    atk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lfr
    eetype -lfontconfig -lXrender -lX11 -lXext -lpng12 -lz -lglitz -lgnomevfs-2 -lbo
    nobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-
    2.0 -lglib-2.0
    checking for libgnomeprint-2.2 >= 2.4.0... yes
    checking GNOME_PRINT_CFLAGS... -I/usr/include/libart-2.0 -I/usr/include/libxml2
    -I/opt/gnome/include/libgnomeprint-2.2 -I/opt/gnome/include/glib-2.0 -I/opt/gnom
    e/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0
    checking GNOME_PRINT_LIBS... -Wl,--export-dynamic -L/opt/gnome/lib -lgnomeprint-
    2-2 -lart_lgpl_2 -lxml2 -lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lg
    lib-2.0
    checking for libgnomeprintui-2.2 >= 2.4.0... yes
    checking GNOME_PRINT_UI_CFLAGS... -I/usr/include/libart-2.0 -I/usr/include/libxm
    l2 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/inc
    lude/libpng12 -I/opt/gnome/include/libgnomeprintui-2.2 -I/opt/gnome/include/libg
    nomeprint-2.2 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/glib-
    2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/opt/gnom
    e/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0

    checking GNOME_PRINT_UI_LIBS... -Wl,--export-dynamic -L/usr/X11R6/lib -L/opt/gno
    me/lib -lgnomeprintui-2-2 -lgnomeprint-2-2 -lgnomecanvas-2 -lxml2 -lart_lgpl_2 -
    lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocair
    o-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype
    -lfontconfig -lXrender -lX11 -lXext -lpng12 -lz -lglitz -lm
    checking for gnome-vfs-2.0 >= 2.6.0... yes
    checking GNOME_VFS_CFLAGS... -pthread -DORBIT2=1 -I/opt/gnome/include/gnome-vfs-
    2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activatio
    n-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gno
    me/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/orbit
    -2.0
    checking GNOME_VFS_LIBS... -pthread -Wl,--export-dynamic -L/opt/gnome/lib -lgnom
    evfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl
    -lgthread-2.0 -lglib-2.0
    checking for gnome-vfs-module-2.0 >= 2.6.0... yes
    checking GNOME_VFS_MODULE_CFLAGS... -pthread -DORBIT2=1 -I/opt/gnome/include/gno me-vfs-2.0 -I/opt/gnome/include/gnome-vfs-module-2.0 -I/opt/gnome/lib/gnome-vfs- 2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/glib -2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/orbit-2.0
    checking GNOME_VFS_MODULE_LIBS... -pthread -Wl,--export-dynamic -L/opt/gnome/lib -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for gconf-2.0 >= 2.6.0... yes
    checking GCONF_CFLAGS... -DORBIT2=1 -pthread -I/opt/gnome/include/gconf/2 -I/opt /gnome/include/orbit-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0 /include
    checking GCONF_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for vte >= 0.7.0... Package vte was not found in the pkg-config search path. Perhaps you should add the directory containing `vte.pc' to the PKG_CONFIG _PATH environment variable No package 'vte' found
    configure: error: Library requirements (vte >= 0.7.0) not met; consider adjustin g the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandar d prefix so pkg-config can find them.
    linux:/home/tom85/anjuta-2.0.1 # make install
    make: *** No rule to make target `install'. Stop.
    linux:/home/tom85/anjuta-2.0.1 # make
    make: *** No targets specified and no makefile found. Stop.
    linux:/home/tom85/anjuta-2.0.1 # ./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 whether to enable maintainer-specific portions of Makefiles... no
    checking for perl... /usr/bin/perl
    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 how to run the C preprocessor... gcc -E
    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 for library containing strerror... none required
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    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... /usr/bin/sed
    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 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 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... 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... 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 return type of signal handlers... void
    checking for pkg-config... /usr/bin/pkg-config
    checking for pkg-config... /usr/bin/pkg-config
    checking for glib-2.0 >= 2.4.0... yes
    checking GLIB_CFLAGS... -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GLIB_LIBS... -L/opt/gnome/lib -lglib-2.0
    checking for gobject-2.0 >= 2.4.0... yes
    checking GOBJECT_CFLAGS... -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GOBJECT_LIBS... -L/opt/gnome/lib -lgobject-2.0 -lglib-2.0
    checking for gmodule-2.0 >= 2.4.0... yes
    checking GMODULE_CFLAGS... -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GMODULE_LIBS... -Wl,--export-dynamic -L/opt/gnome/lib -lgmodule-2.0 -ldl -lglib-2.0
    checking for gthread-2.0 >= 2.4.0... yes
    checking GTHREAD_CFLAGS... -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GTHREAD_LIBS... -pthread -L/opt/gnome/lib -lgthread-2.0 -lglib-2.0
    checking for gtk+-2.0 >= 2.4.0... yes
    checking GTK_CFLAGS... -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GTK_LIBS... -L/usr/X11R6/lib -L/opt/gnome/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lfontconfig -lXrender -lX11 -lXext -lpng12 -lz -lglitz -lm
    checking for gdk-pixbuf-2.0 >= 2.0.0... yes
    checking GDK_PIXBUF_CFLAGS... -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GDK_PIXBUF_LIBS... -L/opt/gnome/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for ORBit-2.0 >= 2.6.0... yes
    checking ORBIT_CFLAGS... -DORBIT2=1 -pthread -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking ORBIT_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for libglade-2.0 >= 2.3.0... yes
    checking GLADE_CFLAGS... -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/libglade-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GLADE_LIBS... -L/usr/X11R6/lib -L/opt/gnome/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lfontconfig -lXrender -lX11 -lXext -lpng12 -lz -lglitz -lm
    checking for libgnome-2.0 >= 2.6.0... yes
    checking GNOME_CFLAGS... -DORBIT2=1 -pthread -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0
    checking GNOME_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lgnome-2 -lpopt -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for libgnomeui-2.0 >= 2.6.0... yes
    checking GNOME_UI_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/libart-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/usr/include/libxml2 -I/opt/gnome/include/libgnomeui-2.0 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/libbonoboui-2.0 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/gnome-keyring-1 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0
    checking GNOME_UI_LIBS... -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -L/opt/gnome/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lxml2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lfreetype -lfontconfig -lXrender -lX11 -lXext -lpng12 -lz -lglitz -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for libgnomeprint-2.2 >= 2.4.0... yes
    checking GNOME_PRINT_CFLAGS... -I/usr/include/libart-2.0 -I/usr/include/libxml2 -I/opt/gnome/include/libgnomeprint-2.2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0
    checking GNOME_PRINT_LIBS... -Wl,--export-dynamic -L/opt/gnome/lib -lgnomeprint-2-2 -lart_lgpl_2 -lxml2 -lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
    checking for libgnomeprintui-2.2 >= 2.4.0... yes
    checking GNOME_PRINT_UI_CFLAGS... -I/usr/include/libart-2.0 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/libgnomeprintui-2.2 -I/opt/gnome/include/libgnomeprint-2.2 -I/opt/gnome/include/libgnomecanvas-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0
    checking GNOME_PRINT_UI_LIBS... -Wl,--export-dynamic -L/usr/X11R6/lib -L/opt/gnome/lib -lgnomeprintui-2-2 -lgnomeprint-2-2 -lgnomecanvas-2 -lxml2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lfontconfig -lXrender -lX11 -lXext -lpng12 -lz -lglitz -lm
    checking for gnome-vfs-2.0 >= 2.6.0... yes
    checking GNOME_VFS_CFLAGS... -pthread -DORBIT2=1 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/orbit-2.0
    checking GNOME_VFS_LIBS... -pthread -Wl,--export-dynamic -L/opt/gnome/lib -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for gnome-vfs-module-2.0 >= 2.6.0... yes
    checking GNOME_VFS_MODULE_CFLAGS... -pthread -DORBIT2=1 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/include/gnome-vfs-module-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/orbit-2.0
    checking GNOME_VFS_MODULE_LIBS... -pthread -Wl,--export-dynamic -L/opt/gnome/lib -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for gconf-2.0 >= 2.6.0... yes
    checking GCONF_CFLAGS... -DORBIT2=1 -pthread -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
    checking GCONF_LIBS... -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
    checking for vte >= 0.7.0... Package vte was not found in the pkg-config search path. Perhaps you should add the directory containing `vte.pc' to the PKG_CONFIG_PATH environment variable No package 'vte' found
    configure: error: Library requirements (vte >= 0.7.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

  • Thom!

    veterán

    válasz escie #3585 üzenetére

    ez igaz
    csakhogy egyszerűen nem lehet programot írni ha onnan teszem fel, mert össze-vissza mászkálnak a betűk a szerkesztőben, hol eltűnnek stb.. kurzor is össze-vissza mászkál..

    és ezért akartam feltenni

  • Thom!

    veterán

    Suse 10.0 van.
    Anjutát szeretném feltenni, ami tar.gz fájban van a gépemen.

    tar zxf csomagneve.tar.gz
    cd csomagneve
    ./configure
    make>>>>>>itt akad meg a dolog vmi no makefile és (target f*szságokat ír ki)
    su (beirod majd a root jelszót)
    make install

    help

Aktív témák

Hirdetés