From: Alexey Tourbin <at@turbinal.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: [devel] Re: как правильно слинковать динамическую библиотеку
Date: Wed, 25 Dec 2002 20:51:34 +0300
Message-ID: <20021225175134.GA25762@ungrund> (raw)
In-Reply-To: <20021225172839.GA27133@basalt.office.altlinux.ru>
[-- Attachment #1: Type: text/plain, Size: 2043 bytes --]
On Wed, Dec 25, 2002 at 08:28:39PM +0300, Dmitry V. Levin wrote:
> Если существует реальное использование этой библиотеки без задействования
> dlopen(3), то не стоит; если не существует, то нужно добавить.
$ echo "main(){}" > ldtest.c
$ gcc ldtest.c -llua -llualib
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `log'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `sqrt'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `ceil'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `floor'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `dlclose'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `fmod'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `cos'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `sin'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `atan2'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `dlopen'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `pow'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `log10'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `dlsym'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `exp'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `tan'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `atan'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `asin'
/usr/lib/gcc-lib/i586-alt-linux/2.96/../../../liblualib.so: undefined reference to `acos'
collect2: ld returned 1 exit status
$
Т.е. с liblua.so всё нормально, а к liblualib.so нужно ещё -lm -ldl?
--
WBR, Alexey Tourbin
BIOZAK Ltd., Russia
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2002-12-25 17:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-25 11:53 [devel] " Alexey Tourbin
2002-12-25 16:48 ` Dmitry V. Levin
2002-12-25 17:16 ` Sergey Vlasov
2002-12-25 17:28 ` Dmitry V. Levin
2002-12-25 17:51 ` Alexey Tourbin [this message]
2002-12-25 18:33 ` [devel] " Dmitry V. Levin
2003-01-09 12:48 ` Alexey Tourbin
2003-01-09 12:58 ` Dmitry V. Levin
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=20021225175134.GA25762@ungrund \
--to=at@turbinal.org \
--cc=devel@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 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