From: Alexey Tourbin <at@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] xplc-0.3.12-alt1.1: rebuild failed [6]
Date: Mon, 17 Apr 2006 02:37:50 +0400
Message-ID: <20060416223750.GI8403@localhost> (raw)
In-Reply-To: <20060416215027.GA6189@basalt.office.altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 1279 bytes --]
On Mon, Apr 17, 2006 at 01:50:27AM +0400, Dmitry V. Levin wrote:
> > Теперь я переставляю -ldl с первого места на последнее:
> >
> > $ g++ -shared -Wl,-hlibxplc-0.3.so -Wl,--version-script=config/exports.map xplc/category.o xplc/catiter.o xplc/catmgr.o xplc/loader.o xplc/moduleloader.o xplc/modulemgr.o xplc/monikers.o xplc/new.o xplc/servmgr.o xplc/statichandler.o libxplc-cxx.so -o libxplc.so -Wl,-z,defs -ldl
> > $
> >
> > Получилось!
>
> Лёш, это не глюк, это --as-needed, видимо, ты пропустил эту историю, см.
> напр. http://wiki.sisyphus.ru/devel/UpStream/AsNeeded
Кажется я догадываюсь, как это реализовано: компилятор (линкер в данном
случае) сканирует аргументы командной строки слева направо. Он видит
-ldl и проверяет, использует ли создаваемый ELF shared object какие-либо
символы из -ldl. Поскольку создаваемый ELF в данном случае вообще
пустой, компилятор выбрасывает -ldl и идёт дальше. Потом ему попадаются
объектные файлы с dlopen(), но -ldl уже проехали. В конце
активизируется -Wl,-z,defs и отваливает.
Если считать это такое поведение компилятора консистентным (особенно с
точки зрения "Rule of Least Surprise"), тогда я наверное великий
Корнхолио. Поэтому я и спрашиваю: документирован порядок обработки
аргументов или нет.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-04-16 22:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-16 21:45 ` Alexey Tourbin
2006-04-16 21:50 ` Dmitry V. Levin
2006-04-16 22:37 ` Alexey Tourbin [this message]
2006-04-16 22:47 ` Dmitry V. Levin
2006-04-17 1:00 ` Alexey Tourbin
2006-04-17 11:27 ` [devel] gcc, порядок аргументов и --as-needed (was: xplc-0.3.12-alt1.1: rebuild failed [6]) Michael Shigorin
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=20060416223750.GI8403@localhost \
--to=at@altlinux.ru \
--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