Nowe posty

xx Dystrybucja pod HP Omen (6)
Wczoraj o 23:30:08
xx [Poradnik] Wyszukiwanie Sterowników (2)
Wczoraj o 21:08:23
lamp Problem z Linux Lite po instalacji (0)
Wczoraj o 19:50:30
xx Ile pingwinów? (1)
Wczoraj o 08:59:24
xx konfiguracja pale moon (0)
2024-03-24, 21:53:42
xx Plasma 6 w Neonie ssie trochę mniej ... (10)
2024-03-23, 02:38:11
xx problem z instalacja sterowników do karty sieciowej (3)
2024-03-18, 18:10:16
xx Plik abc.001 (1)
2024-03-17, 17:48:27
xx Zlecę dopracowanie programu w MatLab (0)
2024-03-13, 15:28:40
xx Linux Mint 21.3 XFCE brak dźwieku po paru minutach (karta muzyczna zintegrowana) (5)
2024-03-12, 23:07:01

Autor Wątek: Jakie środowisko  (Przeczytany 11525 razy)

MoonFace

  • Gość
Jakie środowisko
« dnia: 2005-10-26, 20:35:41 »
Witam!
Jestem poczatkujacym uzytkownikiem linuxa.
Mam problem z instalacja plugina pod Red Hat\\'em 9.
Verlihub zainstalowany jest w domyslnej sciezce.
Mimo tego probowalem nawet kompilowac z \\"--prefix=\\"
i \\"--with-verlihub=\\".
Jest to plugin replacer. Verli jest aktualizowany przez
CSV, tak samo replacer. Prosze o pomoc.

sh-2.05b# ./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 g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
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... gcc3
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... g++ -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... no
checking if we can lock with hard links... 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... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.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 ostream usability... yes
checking ostream presence... yes
checking for ostream... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for verlihub_config... no
checking for VERLIHUB - version >= 0... no
*** The $ac_path_lib_verlihub_config script installed by VERLIHUB could not be found.
*** If VERLIHUB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the VERLIHUB_CONFIG environment variable to the
*** full path to $ac_path_lib_verlihub_config.
Install verlihub devel, or you need a path for the
verlihub_config script, you may also wat to try some --with-verlihub=/prefix agruments

blackangel

  • Gość
Jakie środowisko
« Odpowiedź #1 dnia: 2005-10-28, 04:31:17 »
2005-10-26 20:35:41 MoonFace napisał:

> Witam!
 > Jestem poczatkujacym uzytkownikiem linuxa.
 > Mam problem z instalacja plugina pod Red Hat\\'em 9.
 > Verlihub zainstalowany jest w domyslnej sciezce.
 > Mimo tego probowalem nawet kompilowac z \\"--prefix=\\"
 > i \\"--with-verlihub=\\".
 > Jest to plugin replacer. Verli jest aktualizowany przez
 > CSV, tak samo replacer. Prosze o pomoc.
 >
 > sh-2.05b# ./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 g++... g++
 > 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 g++ accepts -g... yes
 > checking for style of include used by make... GNU
 > checking dependency style of g++... gcc3
 > checking build system type... i686-pc-linux-gnu
 > checking host system type... i686-pc-linux-gnu
 > checking for gcc... gcc
 > 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... gcc3
 > 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... g++ -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... no
 > checking if we can lock with hard links... 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... yes
 > checking whether -lc should be explicitly linked in... no
 > creating libtool
 > checking for stdlib.h... (cached) yes
 > checking for string.h... (cached) yes
 > checking sys/socket.h usability... yes
 > checking sys/socket.h presence... yes
 > checking for sys/socket.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 ostream usability... yes
 > checking ostream presence... yes
 > checking for ostream... yes
 > checking string usability... yes
 > checking string presence... yes
 > checking for string... yes
 > checking errno.h usability... yes
 > checking errno.h presence... yes
 > checking for errno.h... yes
 > checking sys/poll.h usability... yes
 > checking sys/poll.h presence... yes
 > checking for sys/poll.h... yes
 > checking whether to enable maintainer-specific portions of Makefiles... no
 > checking for verlihub_config... no
 > checking for VERLIHUB - version >= 0... no
 > *** The $ac_path_lib_verlihub_config script installed by VERLIHUB could not be found.
 > *** If VERLIHUB was installed in PREFIX, make sure PREFIX/bin is in
 > *** your path, or set the VERLIHUB_CONFIG environment variable to the
 > *** full path to $ac_path_lib_verlihub_config.
 > Install verlihub devel, or you need a path for the
 > verlihub_config script, you may also wat to try some --with-verlihub=/prefix agruments


Hmm ,a czy ściągnełeś nowe pluginy ????
A i co do wersji z CVS to są czasami zrąbane :P

Jakby co to pisz na gg 7289600 pomoge przy kompilacji :)

  • Gość
Jakie środowisko
« Odpowiedź #2 dnia: 2005-10-26, 17:23:43 »
Zainstalowałem Ubuntu, ale w gnomie, i w kde oraz xfc programy dlugo sie wlanczaja. Mam pytanie jakie srodowisko wybac by programy uruchamialy sie prawie natychmiast?

Moj sprzet C 466 mhz, 160 mb ramu...

Xax79

  • Gość
Jakie środowisko
« Odpowiedź #3 dnia: 2005-10-26, 17:30:26 »
2005-10-26 17:23:43 Canol napisał:

> Zainstalowałem Ubuntu, ale w gnomie, i w kde oraz xfc programy dlugo sie wlanczaja. Mam pytanie
 > jakie srodowisko wybac by programy uruchamialy sie prawie natychmiast?
 >
 > Moj sprzet C 466 mhz, 160 mb ramu...


Prawie natychmiast, dobre sobie. Firefox bedzie sie i tak dlugo uruchamial nawet na najlzejszych managerach okien.

Polecam fluxboxa, kiedys uzywalem. Najlepszy z najlzejszych*.

* - moim zdaniem, nie trzeba sie z nim zgadzac :)

xadmi

  • Gość
Jakie środowisko
« Odpowiedź #4 dnia: 2005-10-26, 17:42:48 »
2005-10-26 17:23:43 Canol napisał:

> Zainstalowałem Ubuntu, ale w gnomie, i w kde oraz xfc programy dlugo sie wlanczaja. Mam pytanie
 > jakie srodowisko wybac by programy uruchamialy sie prawie natychmiast ?
 
 Zmienić komputer.
 Jaki linux na stary sprzęt?
 Jakie środowisko graficzne?
 Jaki?Jaka?Jakie?
 Pytanie przewija się milion razy,obok jest wyszukiwarka...
 Myślisz, ze linux to jakiś magik co przyspieszy Ci komputer?
 "prawie natychmiast" - też bym tak chciał ( konfiguracji sprzetowej nie podam co byś nie doznał frustracji )
 Bez urazy
 Pozdrawiam.

tlaguz

  • Gość
Jakie środowisko
« Odpowiedź #5 dnia: 2006-10-08, 21:31:30 »
A jak doinstalować do UBUNTU (ma gnoma) KDE i XFCE?? bo niechce mieć 3 naraz a potrzebuje aż 3

rogowskikomputeromaniak

  • Gość
Jakie środowisko
« Odpowiedź #6 dnia: 2006-10-09, 19:43:54 »
2006-10-08 21:31:30 tlaguz napisał:

> A jak doinstalować do UBUNTU (ma gnoma) KDE i XFCE?? bo niechce mieć 3 naraz a potrzebuje aż 3
 >
Z tego co się orientuję to Ubuntu ma dużo wspólnego z Debianem (myśle że na Ubuntu tez to pujdzie). Jak masz połączenie z internetem na linuksie  to piszesz np.
apt-get install kde
lub jeśli nie masz neta to ściąg sobie z tej strony http://packages.ubuntu.com/ - pakiety dla Ubuntu, lub ewentualnie pakiety Debina ftp.debian.org - większość pakietów te systemy mają wspólne.

baran666

  • Gość
Jakie środowisko
« Odpowiedź #7 dnia: 2006-10-11, 00:02:26 »
 > apt-get install kde
 > lub jeśli nie masz neta to ściąg sobie z tej strony http://packages.ubuntu.com/ - pakiety dla
 > Ubuntu, lub ewentualnie pakiety Debina ftp.debian.org - większość pakietów te systemy mają
 > wspólne.



APT-GET INSTALL KUBUNTU-DESKTOP a na słabego proca XUBUNTU-DESKTOP ,pozdro