ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] automake и --as-needed (Makefile.am)
Date: Tue, 7 Mar 2006 16:49:27 +0200
Message-ID: <20060307144926.GI7510@osdn.org.ua> (raw)
In-Reply-To: <20060307131335.GC4524@basalt.office.altlinux.org>


[-- Attachment #1.1: Type: text/plain, Size: 732 bytes --]

On Tue, Mar 07, 2006 at 04:13:35PM +0300, Dmitry V. Levin wrote:
> > > > > Некоторые помещают имена библиотек в *_LDFLAGS.  Это
> > > > > неправильно.  Правильно LDADD.  См. info automake Linking.
> Так неправильно:
> gcc  -pipe -Wall -O2 -march=i586 -mcpu=i686  -o ircp  ircp.o -lopenobex libircp.a 
> Так лучше:
> gcc  -pipe -Wall -O2 -march=i586 -mcpu=i686  -o ircp  ircp.o libircp.a -lopenobex 

Собралось (вдруг кому понадобится -- однострочник на Makefile.am
прилагается).

Не даёт покоя мысль -- есть ли чем заняться, кроме как игрой 
в угадалки нужного порядка библиотек, которые сами по себе
неинтересны...

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #1.2: ircp-0.3-alt-makefile.patch --]
[-- Type: text/plain, Size: 339 bytes --]

diff -Naur ircp-0.3-orig/src/Makefile.am ircp-0.3/src/Makefile.am
--- ircp-0.3-orig/src/Makefile.am	2002-12-01 19:34:41 +0200
+++ ircp-0.3/src/Makefile.am	2006-03-07 16:34:34 +0200
@@ -17,6 +17,6 @@
 ircp_SOURCES = ircp.c
 
 
-LDADD = @OPENOBEX_LIBS@ libircp.a
+LDADD = libircp.a @OPENOBEX_LIBS@
 
 INCLUDES = @OPENOBEX_CFLAGS@

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

  reply	other threads:[~2006-03-07 14:49 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-06  5:36 ` [devel] --as-needed (was: [Sisyphus-cybertalk] I: Sisyphus-20060306 packages: +4 (5363)) Andrey Rahmatullin
2006-03-06 12:08   ` Dmitry V. Levin
2006-03-06 13:22     ` [devel] --as-needed Dmitry V. Levin
2006-03-06 15:37       ` Sergey Vlasov
2006-03-06 15:56         ` Dmitry V. Levin
2006-03-06 22:24         ` Dmitry V. Levin
2006-03-06 22:27           ` Dmitry V. Levin
2006-03-07  5:06             ` Andrey Rahmatullin
2006-03-06 22:36           ` Денис Смирнов
2006-03-06 22:46             ` Dmitry V. Levin
2006-03-07  7:19           ` Michael Shigorin
2006-03-07  9:54         ` Dmitry V. Levin
2006-03-07 10:47           ` Mikhail Zabaluev
2006-03-07 10:51             ` Led
2006-03-07 13:11             ` Dmitry V. Levin
2006-03-18 19:06               ` Dmitry V. Levin
2006-03-18 23:21                 ` Dmitry V. Levin
2006-03-27 22:50                   ` Dmitry V. Levin
2006-05-21 23:26                     ` Vitaly Lipatov
2006-05-21 23:37                       ` Dmitry V. Levin
2006-05-22 22:20                         ` Vitaly Lipatov
2006-05-22 22:36                           ` Dmitry V. Levin
2006-05-23 20:02                             ` Vitaly Lipatov
2006-05-23 20:05                               ` Dmitry V. Levin
2006-05-24 20:18                                 ` Vitaly Lipatov
2006-05-24 20:29                                   ` Dmitry V. Levin
2006-05-24 20:34                                     ` Nick S. Grechukh
2006-05-24 20:58                                       ` Dmitry V. Levin
2006-05-24 21:53                                         ` Vitaly Lipatov
2006-05-24 22:01                                           ` Dmitry V. Levin
2006-05-25  9:41                                             ` Igor Zubkov
2006-05-23 20:07                               ` Pavlov Konstantin
2006-03-19  7:17                 ` [devel] [wiki] --as-needed Genix
2006-03-20  8:05                   ` [devel] [wiki!] --as-needed Michael Shigorin
2006-03-19 18:43                 ` [devel] --as-needed Alexey I. Froloff
2006-03-19 21:59                   ` Dmitry V. Levin
2006-03-19 22:06                     ` Alexey I. Froloff
2006-03-07  5:10       ` Andrey Rahmatullin
2006-03-07  7:18         ` [devel] automake и --as-needed Michael Shigorin
2006-03-07  9:24           ` Dmitry V. Levin
2006-03-07  9:34             ` Michael Shigorin
2006-03-07  9:44               ` Dmitry V. Levin
2006-03-07 10:37                 ` [devel] automake и --as-needed (как воспроизвести, пока не добралось?) Michael Shigorin
2006-03-07 11:13                   ` Alexey I. Froloff
2006-03-07 11:48                     ` [devel] automake и --as-needed (LDFLAGS="$LDFLAGS -Wl,--as-needed") Michael Shigorin
2006-03-07 13:13                       ` Dmitry V. Levin
2006-03-07 14:49                         ` Michael Shigorin [this message]
2006-03-09 11:52               ` [devel] automake и --as-needed Slava Dubrovskiy
2006-03-09 11:58                 ` Michael Shigorin
2006-03-09 12:07                   ` Slava Dubrovskiy
2006-03-09 13:08                     ` Michael Shigorin
2006-03-09 15:53                 ` Dmitry V. Levin
2006-03-07 10:11           ` Sergey V Turchin
2006-03-07 10:34             ` [devel] klogoturtle obsolete (was: automake и --as-needed) Michael Shigorin
2006-03-07  7:25         ` [devel] --as-needed Alexey I. Froloff
2006-03-07  7:34           ` Andrey Rahmatullin
2006-03-07  9:30         ` Dmitry V. Levin
2006-03-06 18:05     ` Andrey Rahmatullin
2006-03-06 18:25       ` Dmitry V. Levin
2006-03-20  9:38         ` Alexey I. Froloff
2006-03-20 12:57           ` Dmitry V. Levin
2006-03-20 13:08             ` Alexey I. Froloff
2006-06-26 14:50         ` [devel] --as-needed: libtinfo, libncurses Dmitry V. Levin
2006-06-26 15:02           ` Alexey Tourbin
2006-06-27  6:17           ` Stanislav Ievlev
2006-06-27 11:50             ` Dmitry V. Levin
2006-06-27 14:13               ` Stanislav Ievlev
2006-03-07  8:04     ` [devel] --as-needed (was: [Sisyphus-cybertalk] I: Sisyphus-20060306 packages: +4 (5363)) Mikhail Zabaluev
2006-03-08  8:04     ` Valery V. Inozemtsev
2006-03-08 14:48       ` Dmitry V. Levin
2006-03-08 15:44         ` Valery V. Inozemtsev
2006-03-14  8:57     ` Sergey Y. Afonin
2006-03-14 10:12       ` Mikhail Zabaluev
2006-03-14 10:31       ` [devel] --as-needed Dmitry V. Levin
2006-03-06 16:04   ` [devel] --as-needed (was: [Sisyphus-cybertalk] I: Sisyphus-20060306 packages: +4 (5363)) Stanislav Ievlev
2006-03-11 22:41 ` [devel] [Sisyphus-cybertalk] I: Sisyphus-20060306 packages: +4 (5363) Alexey I. Froloff
2006-03-11 22:56   ` Dmitry V. Levin
2006-03-12 10:25     ` Alexey I. Froloff
2006-03-12 17:30       ` Alexey I. Froloff
2006-03-12 18:16         ` Dmitry V. Levin
2006-03-12 18:26           ` Anton Gorlov
2006-03-12 18:31           ` Alexey I. Froloff
2006-03-12 16:26   ` Semushin Slava

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=20060307144926.GI7510@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=devel@lists.altlinux.org \
    /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 Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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