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

* [Comm] Re: Broken automake???
  2003-08-22 13:06 [Comm] Broken automake??? Alexandr R. Ogurtzoff
@ 2003-08-22 13:08 ` Alexey Tourbin
  2003-08-22 13:36   ` Alexandr R. Ogurtzoff
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Tourbin @ 2003-08-22 13:08 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

On Fri, Aug 22, 2003 at 04:06:03PM +0300, Alexandr R. Ogurtzoff wrote:
> [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

automake -a -c -f
?

> того как
> gcc client.c -lsocet -o client
> обругал меня

Это либа из других UNIX'ов, в Linux'е она не нужна (сокеты в libc).

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] Re: Broken automake???
  2003-08-22 13:08 ` [Comm] " Alexey Tourbin
@ 2003-08-22 13:36   ` Alexandr R. Ogurtzoff
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandr R. Ogurtzoff @ 2003-08-22 13:36 UTC (permalink / raw)
  To: community

 Cпасибо!
> automake -a -c -f
Помогло!

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



^ 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