* [devel] lpthred
@ 2007-11-10 17:42 Anton Gorlov
2007-11-10 17:50 ` Andrey Rahmatullin
2007-11-10 18:07 ` Slava Semushin
0 siblings, 2 replies; 7+ messages in thread
From: Anton Gorlov @ 2007-11-10 17:42 UTC (permalink / raw)
To: ALT Devel discussion list
Спецы по configure подскажите почему вот в этом конфигуре
http://stalker-net.info/fls/tmp/configure.txt
В тесте
# We must check for the threads library under a number of different
# names; the ordering is very important because some systems
# (e.g. DEC) have both -lpthread and -lpthreads, where one of the
# libraries is broken (non-POSIX).
получается таки -lpthreds вместо -lpthread
и в результате обламываюсь на
configure:24419: checking for the pthreads library -lpthreads
configure:24457: gcc -o conftest -g -O2 conftest.c -lpthreads -lGeoIP
-lcrypt >&5
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] lpthred
2007-11-10 17:42 [devel] lpthred Anton Gorlov
@ 2007-11-10 17:50 ` Andrey Rahmatullin
2007-11-10 18:03 ` Anton Gorlov
2007-11-10 18:07 ` Slava Semushin
1 sibling, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2007-11-10 17:50 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 777 bytes --]
On Sat, Nov 10, 2007 at 08:42:10PM +0300, Anton Gorlov wrote:
> В тесте
> # We must check for the threads library under a number of different
> # names; the ordering is very important because some systems
> # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
> # libraries is broken (non-POSIX).
>
> получается таки -lpthreds вместо -lpthread
Почему в тесте на -lpthreads должно получаться -lpthread?
И когда ты научишься хотя бы темы писем писать руками, а не другими
частями тела?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> Хороший вопрос. Может "настучать" разрабочикам aspell?
Хорошее предложение. Надо бы для начала определиться, по каким
частям тела настучать разработчикам aspell. :)
-- at in sisyphus@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] lpthred
2007-11-10 17:50 ` Andrey Rahmatullin
@ 2007-11-10 18:03 ` Anton Gorlov
2007-11-10 18:05 ` Andrey Rahmatullin
2007-11-10 18:07 ` Dmitry V. Levin
0 siblings, 2 replies; 7+ messages in thread
From: Anton Gorlov @ 2007-11-10 18:03 UTC (permalink / raw)
To: ALT Linux Team development discussions
Andrey Rahmatullin пишет:
> Почему в тесте на -lpthreads должно получаться -lpthread?
Потому что там должно получиться или -lpthreads или -lpthreads
> И когда ты научишься хотя бы темы писем писать руками, а не другими
> частями тела?
Андрей - да пошёл бы ты со своими наездами в пень.
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] lpthred
2007-11-10 18:03 ` Anton Gorlov
@ 2007-11-10 18:05 ` Andrey Rahmatullin
2007-11-10 18:07 ` Dmitry V. Levin
1 sibling, 0 replies; 7+ messages in thread
From: Andrey Rahmatullin @ 2007-11-10 18:05 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
On Sat, Nov 10, 2007 at 09:03:14PM +0300, Anton Gorlov wrote:
> > Почему в тесте на -lpthreads должно получаться -lpthread?
> Потому что там должно получиться или -lpthreads или -lpthreads
Сам понял, что сказал?
> > И когда ты научишься хотя бы темы писем писать руками, а не другими
> > частями тела?
> Андрей - да пошёл бы ты со своими наездами в пень.
Это не наезды.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
<hmepas> пока читал Ваш дуратский bash.org.ru забыл зачем сел за комп ;(* А
ведь что-то умное-вечное-полезное хотел сделать....
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] lpthred
2007-11-10 18:03 ` Anton Gorlov
2007-11-10 18:05 ` Andrey Rahmatullin
@ 2007-11-10 18:07 ` Dmitry V. Levin
1 sibling, 0 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2007-11-10 18:07 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 445 bytes --]
On Sat, Nov 10, 2007 at 09:03:14PM +0300, Anton Gorlov wrote:
> Andrey Rahmatullin пишет:
>
> > Почему в тесте на -lpthreads должно получаться -lpthread?
> Потому что там должно получиться или -lpthreads или -lpthreads
<administrativia>
Это не instant messaging а список рассылки.
Пожалуйста, думайте прежде чем нажать на эквивалент кнопки submit.
Подписку тех, кто не хочет думать, буду переводить в режим readonly.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] lpthred
2007-11-10 17:42 [devel] lpthred Anton Gorlov
2007-11-10 17:50 ` Andrey Rahmatullin
@ 2007-11-10 18:07 ` Slava Semushin
2007-11-10 18:11 ` Anton Gorlov
1 sibling, 1 reply; 7+ messages in thread
From: Slava Semushin @ 2007-11-10 18:07 UTC (permalink / raw)
To: ALT Linux Team development discussions
2007/11/10, Anton Gorlov <stalker / altlinux.ru>:
> Спецы по configure подскажите почему вот в этом конфигуре
> http://stalker-net.info/fls/tmp/configure.txt
Антон, этот configure не представляет какого-либо интереса, так как "#
Generated by GNU Autoconf 2.59."
В данном случае файл configure.in или configure.ac был бы более
интересен, так как именно из этих файлов генерируется configure.
[...]
> configure:24419: checking for the pthreads library -lpthreads
> configure:24457: gcc -o conftest -g -O2 conftest.c -lpthreads -lGeoIP
> -lcrypt >&5
> /usr/bin/ld: cannot find -lpthreads
> collect2: ld returned 1 exit status
Ругань configure из config.log тоже мало интересен. Покажи вывод
ошибки при запуске самого скрипта configure.
--
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] lpthred
2007-11-10 18:07 ` Slava Semushin
@ 2007-11-10 18:11 ` Anton Gorlov
0 siblings, 0 replies; 7+ messages in thread
From: Anton Gorlov @ 2007-11-10 18:11 UTC (permalink / raw)
To: ALT Linux Team development discussions
Slava Semushin пишет:
> Антон, этот configure не представляет какого-либо интереса, так как "#
> Generated by GNU Autoconf 2.59."
> В данном случае файл configure.in или configure.ac был бы более
> интересен, так как именно из этих файлов генерируется configure.
та я понимаю - всё что нужно поскольку оно имеет некоторый вес - выложит
у себя.. дабы не засорять рассылку.
--
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-11-10 18:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-10 17:42 [devel] lpthred Anton Gorlov
2007-11-10 17:50 ` Andrey Rahmatullin
2007-11-10 18:03 ` Anton Gorlov
2007-11-10 18:05 ` Andrey Rahmatullin
2007-11-10 18:07 ` Dmitry V. Levin
2007-11-10 18:07 ` Slava Semushin
2007-11-10 18:11 ` Anton Gorlov
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