ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Broken automake???
@ 2003-08-22 13:06 Alexandr R. Ogurtzoff
  2003-08-22 13:08 ` [Comm] " Alexey Tourbin
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandr R. Ogurtzoff @ 2003-08-22 13:06 UTC (permalink / raw)
  To: community

Что то не срабатывает 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 читаю,вот и попробовал, не получилось :-(

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-22 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-22 13:06 [Comm] Broken automake??? Alexandr R. Ogurtzoff
2003-08-22 13:08 ` [Comm] " Alexey Tourbin
2003-08-22 13:36   ` Alexandr R. Ogurtzoff

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