ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Alexandr R. Ogurtzoff" <iscander@mercuri.mk.ua>
To: community@altlinux.ru
Subject: [Comm] Broken automake???
Date: Fri, 22 Aug 2003 16:06:03 +0300
Message-ID: <200308221606.03625.iscander@mercuri.mk.ua> (raw)

Что то не срабатывает automake :-( Вот в таком достаточно простеньком случае

Makefile.am

bin_PROGRAMS = client
client_SOURCES = client.c
AUTOMAKE_OPTIONS = foreign

 configure.in
AC_INIT(client.c)
AM_INIT_AUTOMAKE(client, 0.01)
AC_PROG_CC
AC_OUTPUT(Makefile)

[iscander@iscander client]$ aclocal && autoconf && automake
configure.in: required file `./install-sh' not found
configure.in: required file `./mkinstalldirs' not found
configure.in: required file `./missing' not found
Makefile.am: required file `./depcomp' not found

Где и что я мог навротить в ситеме? Прошу прощения за ламерский вопрос.
Попробовал собрать пример клиентсерверного взаимодействия через сокеты, после 
того как
gcc client.c -lsocet -o client
обругал меня

/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
Попробовал собирать "по-правилам"
Подскажите, а то я с программированием в linux только-только 
осваиваюсь(сконфужено так)
аutobook читаю,вот и попробовал, не получилось :-(

-- 
С наилучшими пожеланиями
Александр Огурцов



             reply	other threads:[~2003-08-22 13:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-22 13:06 Alexandr R. Ogurtzoff [this message]
2003-08-22 13:08 ` [Comm] " Alexey Tourbin
2003-08-22 13:36   ` Alexandr R. Ogurtzoff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200308221606.03625.iscander@mercuri.mk.ua \
    --to=iscander@mercuri.mk.ua \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git