From: "Kirill A. Shutemov" <kirill@shutemov.name>
To: ALT Linux kernel packages development <devel-kernel@lists.altlinux.org>
Subject: Re: [d-kernel] Сборка модуля drbd
Date: Mon, 8 Sep 2008 14:39:55 +0300
Message-ID: <20080908113954.GA10073@localhost.localdomain> (raw)
In-Reply-To: <f7a739430809080128x4b6dd30co62f92f4857818ea3@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]
On Mon, Sep 08, 2008 at 12:28:54PM +0400, Eugene Prokopiev wrote:
> 08.09.08, Konstantin A. Lepikhov<lakostis@> написал(а):
>
> > > cc -pthread -lm -o io-latency-test io-latency-test.c
> > > /tmp/.private/enp/cc6mXiyl.o: In function `main':
> > > io-latency-test.c:(.text+0x93d): undefined reference to `sqrt'
> > > collect2: выполнение ld завершилось с кодом возврата 1
> > > make: *** [io-latency-test] Ошибка 1
> >
> > --as-needed ;) Библиотеки должны идти после объектных файлов.
>
> Так вроде нет никаких дополнительных объектных файлов ...
>
> Как должна выглядеть строка? И в чем разница с:
>
> > > $ cc -pthread -lm -o test test.c
Строка должна выглядить
$ cc -o test test.c -pthread -lm
См. http://www.altlinux.org/UpStream/AsNeeded
--
Regards, Kirill A. Shutemov
+ Belarus, Minsk
+ ALT Linux Team, http://www.altlinux.com/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
prev parent reply other threads:[~2008-09-08 11:39 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-07 14:42 Eugene Prokopiev
2008-09-07 14:47 ` Михаил Якушин
2008-09-07 16:41 ` Eugene Prokopiev
2008-09-07 16:45 ` Михаил Якушин
2008-09-07 17:09 ` Eugene Prokopiev
2008-09-07 17:22 ` Михаил Якушин
2008-09-07 17:41 ` Eugene Prokopiev
2008-09-07 17:42 ` Михаил Якушин
2008-09-07 17:47 ` Eugene Prokopiev
2008-09-07 18:14 ` Konstantin A. Lepikhov
2008-09-07 18:10 ` Konstantin A. Lepikhov
2008-09-07 18:29 ` Eugene Prokopiev
2008-09-07 19:20 ` Konstantin A. Lepikhov
2008-09-08 7:03 ` Eugene Prokopiev
2008-09-08 7:43 ` Konstantin A. Lepikhov
2008-09-08 8:28 ` Eugene Prokopiev
2008-09-08 11:39 ` Kirill A. Shutemov [this message]
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=20080908113954.GA10073@localhost.localdomain \
--to=kirill@shutemov.name \
--cc=devel-kernel@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 kernel packages development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/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-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
public-inbox-index devel-kernel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git