Собираем openbox

OpenSolaris, Illumos, OpenIndiana

Модератор: Модераторы разделов

Ответить
Аватара пользователя
TweeKane
Сообщения: 102
ОС: Arch GNU/Linux

Собираем openbox

Сообщение TweeKane »

И получаем вот такую ошибку. Кто-нибудь может объяснить, что пошло не так?

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

Making all in m4
Making all in po
/bin/sh ./libtool --silent --tag=CC    --mode=link gcc  -g -O2 -DNDEBUG -DG_DISABLE_ASSERT -fno-strict-aliasing    -o tools/gdm-control/gdm-control tools/gdm-control/tools_gdm_control_gdm_control-gdm-control.o -lSM -lICE  -L/usr/X11/lib -R/usr/X11/lib -lX11  -lglib-2.0
Undefined            first referenced
 symbol                  in file
socket                              tools/gdm-control/tools_gdm_control_gdm_control-gdm-control.o  (symbol belongs to implicit dependency /lib/libsocket.so.1)
connect                             tools/gdm-control/tools_gdm_control_gdm_control-gdm-control.o  (symbol belongs to implicit dependency /lib/libsocket.so.1)
ld: fatal: symbol referencing errors. No output written to tools/gdm-control/gdm-control
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `tools/gdm-control/gdm-control'
Current working directory /export/home/kane/Downloads/openbox-3.4.11
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='m4 po'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Я возвращаюсь к простоте; я снова направляюсь к чистоте...
Спасибо сказали:
Ответить