Проблема компиляции (obexftp, чтоб его...)

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

Аватара пользователя
Liksys
Сообщения: 2910

Проблема компиляции

Сообщение Liksys »

Вобщем, такая проблема. Установил свежий openobex из исходников:
./configure --prefix=/usr && make && make install
все прошло нормально, сказал, что либы установились в /usr/lib и выдал вот это:

Код: Выделить всё

----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------



дальше мне надо свежий obexftp, скачал, стал устанавливать (./configure && make && make install):

Код: Выделить всё

[root@max obexftp-0.20]# ./configure --libdir=/usr/lib && make && make install && echo OK
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 style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... 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... /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 how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... f95
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 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 for correct ltmain.sh version... 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 static flag -static 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... yes
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++ static flag -static 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
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... yes
checking for f95 option to produce PIC... -fPIC
checking if f95 PIC flag -fPIC works... yes
checking if f95 static flag -static works... yes
checking if f95 supports -c -o file.o... yes
checking whether the f95 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 for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... 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 termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENOBEX... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for Bluetooth support... no
checking for Bluetooth SDP support... no
checking for USB support... yes
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking for Python include path... /usr/include/python2.4
checking for Python library path... /usr/lib/python2.4/config
checking python extra libraries...
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating swig/perl/Makefile
config.status: creating swig/perl/Makefile.PL
config.status: creating swig/python/Makefile
config.status: creating swig/tcl/Makefile
config.status: creating swig/Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating apps/Makefile
config.status: creating bfb/Makefile
config.status: creating multicobex/Makefile
config.status: creating obexftp/Makefile
config.status: creating obexftp.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/home/liksys/tmp/obexftp-0.20'
Making all in bfb
make[2]: Entering directory `/home/liksys/tmp/obexftp-0.20/bfb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/liksys/tmp/obexftp-0.20/bfb'
Making all in multicobex
make[2]: Entering directory `/home/liksys/tmp/obexftp-0.20/multicobex'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/liksys/tmp/obexftp-0.20/multicobex'
Making all in obexftp
make[2]: Entering directory `/home/liksys/tmp/obexftp-0.20/obexftp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/liksys/tmp/obexftp-0.20/obexftp'
Making all in apps
make[2]: Entering directory `/home/liksys/tmp/obexftp-0.20/apps'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../includes    -g -O2 -W -Wundef -Wmissing-declarations -Wmissing-prototypes -Wall -MT obexftp_sdp.o -MD -MP -MF ".deps/obexftp_sdp.Tpo" \
  -c -o obexftp_sdp.o `test -f 'obexftp_sdp.c' || echo './'`obexftp_sdp.c; \
then mv -f ".deps/obexftp_sdp.Tpo" ".deps/obexftp_sdp.Po"; \
else rm -f ".deps/obexftp_sdp.Tpo"; exit 1; \
fi
obexftp_sdp.c:37:33: error: bluetooth/bluetooth.h: No such file or directory
obexftp_sdp.c:38:27: error: bluetooth/sdp.h: No such file or directory
obexftp_sdp.c:39:31: error: bluetooth/sdp_lib.h: No such file or directory
obexftp_sdp.c:46: error: syntax error before ‘*’ token
obexftp_sdp.c:46: warning: type defaults to ‘int’ in declaration of ‘record’
obexftp_sdp.c:46: warning: data definition has no type or storage class
obexftp_sdp.c:47: error: syntax error before ‘*’ token
obexftp_sdp.c:47: warning: type defaults to ‘int’ in declaration of ‘session’
obexftp_sdp.c:47: warning: data definition has no type or storage class
obexftp_sdp.c: In function ‘obexftp_sdp_unregister’:
obexftp_sdp.c:52: warning: implicit declaration of function ‘sdp_record_unregister’
obexftp_sdp.c:55: warning: implicit declaration of function ‘sdp_close’
obexftp_sdp.c: In function ‘obexftp_sdp_register’:
obexftp_sdp.c:60: error: ‘sdp_list_t’ undeclared (first use in this function)
obexftp_sdp.c:60: error: (Each undeclared identifier is reported only once
obexftp_sdp.c:60: error: for each function it appears in.)
obexftp_sdp.c:60: error: ‘svclass’ undeclared (first use in this function)
obexftp_sdp.c:60: error: ‘pfseq’ undeclared (first use in this function)
obexftp_sdp.c:60: warning: left-hand operand of comma expression has no effect
obexftp_sdp.c:60: error: ‘apseq’ undeclared (first use in this function)
obexftp_sdp.c:60: warning: left-hand operand of comma expression has no effect
obexftp_sdp.c:60: error: ‘root’ undeclared (first use in this function)
obexftp_sdp.c:60: warning: left-hand operand of comma expression has no effect
obexftp_sdp.c:60: error: ‘aproto’ undeclared (first use in this function)
obexftp_sdp.c:60: warning: left-hand operand of comma expression has no effect
obexftp_sdp.c:60: warning: statement with no effect
obexftp_sdp.c:61: error: ‘uuid_t’ undeclared (first use in this function)
obexftp_sdp.c:61: error: syntax error before ‘root_uuid’
obexftp_sdp.c:62: error: ‘sdp_profile_desc_t’ undeclared (first use in this function)
obexftp_sdp.c:63: error: ‘proto’ undeclared (first use in this function)
obexftp_sdp.c:64: error: ‘sdp_data_t’ undeclared (first use in this function)
obexftp_sdp.c:64: error: ‘v’ undeclared (first use in this function)
obexftp_sdp.c:65: error: ‘uint8_t’ undeclared (first use in this function)
obexftp_sdp.c:65: error: syntax error before ‘channel_id’
obexftp_sdp.c:68: warning: implicit declaration of function ‘sdp_connect’
obexftp_sdp.c:68: error: ‘BDADDR_ANY’ undeclared (first use in this function)
obexftp_sdp.c:68: error: ‘BDADDR_LOCAL’ undeclared (first use in this function)
obexftp_sdp.c:68: warning: assignment makes pointer from integer without a cast
obexftp_sdp.c:75: warning: implicit declaration of function ‘sdp_record_alloc’
obexftp_sdp.c:75: warning: assignment makes pointer from integer without a cast
obexftp_sdp.c:84: warning: implicit declaration of function ‘sdp_uuid16_create’
obexftp_sdp.c:84: error: ‘root_uuid’ undeclared (first use in this function)
obexftp_sdp.c:84: error: ‘PUBLIC_BROWSE_GROUP’ undeclared (first use in this function)
obexftp_sdp.c:85: warning: implicit declaration of function ‘sdp_list_append’
obexftp_sdp.c:86: warning: implicit declaration of function ‘sdp_set_browse_groups’
obexftp_sdp.c:87: warning: implicit declaration of function ‘sdp_list_free’
obexftp_sdp.c:90: error: ‘l2cap’ undeclared (first use in this function)
obexftp_sdp.c:90: error: ‘L2CAP_UUID’ undeclared (first use in this function)
obexftp_sdp.c:95: error: ‘rfcomm’ undeclared (first use in this function)
obexftp_sdp.c:95: error: ‘RFCOMM_UUID’ undeclared (first use in this function)
obexftp_sdp.c:97: warning: implicit declaration of function ‘sdp_data_alloc’
obexftp_sdp.c:97: error: ‘SDP_UINT8’ undeclared (first use in this function)
obexftp_sdp.c:97: error: ‘channel_id’ undeclared (first use in this function)
obexftp_sdp.c:102: error: ‘obex’ undeclared (first use in this function)
obexftp_sdp.c:102: error: ‘OBEX_UUID’ undeclared (first use in this function)
obexftp_sdp.c:107: warning: implicit declaration of function ‘sdp_set_access_protos’
obexftp_sdp.c:114: warning: implicit declaration of function ‘sdp_data_free’
obexftp_sdp.c:117: error: ‘obexftp’ undeclared (first use in this function)
obexftp_sdp.c:117: error: ‘OBEX_FILETRANS_SVCLASS_ID’ undeclared (first use in this function)
obexftp_sdp.c:119: warning: implicit declaration of function ‘sdp_set_service_classes’
obexftp_sdp.c:122: error: ‘profile’ undeclared (first use in this function)
obexftp_sdp.c:122: error: ‘OBEX_FILETRANS_PROFILE_ID’ undeclared (first use in this function)
obexftp_sdp.c:125: warning: implicit declaration of function ‘sdp_set_profile_descs’
obexftp_sdp.c:126: warning: implicit declaration of function ‘sdp_set_info_attr’
obexftp_sdp.c:128: warning: implicit declaration of function ‘sdp_device_record_register’
obexftp_sdp.c:131: warning: implicit declaration of function ‘sdp_record_free’
make[2]: *** [obexftp_sdp.o] Error 1
make[2]: Leaving directory `/home/liksys/tmp/obexftp-0.20/apps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/liksys/tmp/obexftp-0.20'
make: *** [all] Error 2


Что ему надо, ума не приложу. Извращался как мог. Можно собрать без синего зубы, но прикол в том, что он то мне и нужен. Пошарил в инете, говорят, что надо указать где синезубые либы лежат. Так как это указать и где они лежат?
Дистриб - Федора 4

Код: Выделить всё

[root@max obexftp-0.20]# ./configure --help
`configure' configures ObexFTP 0.20 to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR           user executables [EPREFIX/bin]
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
  --libexecdir=DIR       program executables [EPREFIX/libexec]
  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  --libdir=DIR           object code libraries [EPREFIX/lib]
  --includedir=DIR       C header files [PREFIX/include]
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  --infodir=DIR          info documentation [PREFIX/info]
  --mandir=DIR           man documentation [PREFIX/man]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --disable-dependency-tracking Speeds up one-time builds
  --enable-dependency-tracking  Do not reject slow dependency extractors
  --enable-shared[=PKGS]
                          build shared libraries [default=yes]
  --enable-static[=PKGS]
                          build static libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-rpath         do not hardcode runtime library paths
  --disable-bluetooth     Disables openftp bluetooth support
                          [default=auto]
  --enable-swig           Rebuild language bindings [default=no]
  --disable-python        Disables python language bindings
                          [default=auto]
  --disable-perl          Disables perl language bindings [default=auto]
  --enable-ruby           Enables ruby language bindings [default=off]
  --enable-tcl            Enables tcl language bindings [default=off]
  --enable-builddocs      Compile documentation [default=no]

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-pic              try to use only PIC/non-PIC objects [default=use
                          both]
  --with-tags[=TAGS]
                          include additional configurations [automatic]
  --with-gnu-ld           assume the C compiler uses GNU ld default=no
  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  --without-libiconv-prefix     don't search for libiconv in includedir and libdir

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
              headers in a nonstandard directory <include dir>
  CPP         C preprocessor
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CXXCPP      C++ preprocessor
  F77         Fortran 77 compiler command
  FFLAGS      Fortran 77 compiler flags
  PKG_CONFIG  path to pkg-config utility
  OPENOBEX_CFLAGS
              C compiler flags for OPENOBEX, overriding pkg-config
  OPENOBEX_LIBS
              linker flags for OPENOBEX, overriding pkg-config

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <zany@triq.net>.


Помогите...
Спасибо сказали:
Аватара пользователя
unflag
Бывший модератор
Сообщения: 1030
Статус: здесь могла бы быть ваша реклама
ОС: Debian testing/Win Server 2008

Re: Проблема компиляции

Сообщение unflag »

Прицепляй файлы в следующий раз... Ужос...

One day! One day, who knows?
Someday! Someday I suppose!

Конференция в jabber: linuxforum@conference.jabber.ru
Спасибо сказали:
Yura
Сообщения: 59

Re: Проблема компиляции

Сообщение Yura »

obexftp_sdp.c:37:33: error: bluetooth/bluetooth.h: No such file or directory
Первая строчка с ошибкой ни о чем задумываться не заставляет?
Спасибо сказали:
Аватара пользователя
Liksys
Сообщения: 2910

Re: Проблема компиляции

Сообщение Liksys »

Прицепляй файлы в следующий раз... Ужос...

ОК :)
Первая строчка с ошибкой ни о чем задумываться не заставляет?

Заставляет. bluetooth.h он найти не может. Как ему указать, где искать- то? И где именно искать, кто знает?
Спасибо сказали:
Yura
Сообщения: 59

Re: Проблема компиляции

Сообщение Yura »

Liksys писал(а):
19.06.2006 13:20
Заставляет. bluetooth.h он найти не может. Как ему указать, где искать- то? И где именно искать, кто знает?

У себя на диске, если нету установить, если не нужен то ./configure --disable-bluetooth
Спасибо сказали:
Аватара пользователя
Liksys
Сообщения: 2910

Re: Проблема компиляции

Сообщение Liksys »

Yura писал(а):
19.06.2006 13:42
Liksys писал(а):
19.06.2006 13:20

Заставляет. bluetooth.h он найти не может. Как ему указать, где искать- то? И где именно искать, кто знает?

У себя на диске, если нету установить, если не нужен то ./configure --disable-bluetooth

А как либа называется?
ЗЫ: обех мне только для синего зуба и нужен :)
Спасибо сказали:
Yura
Сообщения: 59

Re: Проблема компиляции

Сообщение Yura »

В мандриве libbluez1-devel
Спасибо сказали:
Аватара пользователя
ety
Сообщения: 358
ОС: Linux

Re: Проблема компиляции

Сообщение ety »

Liksys писал(а):
19.06.2006 13:45
А как либа называется?

http://www.bluez.org/
Образование - это вовсе не то, чему человека учили, а то, чему он научился.
-----
Время, необходимое на компиляцию пакета обратно пропорционально его полезности и важности его наличия в системе.
Спасибо сказали:
Аватара пользователя
Liksys
Сообщения: 2910

Re: Проблема компиляции

Сообщение Liksys »

Все либы установил, но все равно не собирается. Видимо, это диагноз :) Надо, пожалуй, дистриб обновить сразу целиком.
Спасибо сказали:
Mixer[MsK]
Сообщения: 315
ОС: Gentoo Linux

Re: Проблема компиляции

Сообщение Mixer[MsK] »

locate bluetooth.h и дальше ключом --include-dir объясняем куда лезть за файлом.
Phenom II X4 945 & 2 GB DDR3 > Gentoo 2008.0 > 2.6.30-gentoo-r5 > KDE 4.3.1
Asus eee 1003HAG > eeebuntu 3 Standart(Ubuntu 9.04) > 2.6.28-14 > GNOME 2.26.1
Спасибо сказали: