From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <441C2309.8090405@sakhalin.ru> Date: Sun, 19 Mar 2006 01:11:05 +1000 From: Dmitry Lebkov User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050815) X-Accept-Language: en-us, en MIME-Version: 1.0 To: devel@lists.altlinux.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at sakhalin.ru Subject: [devel] Q: pthread trouble X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:11:50 -0000 Archived-At: List-Archive: List-Post: Доброго времени суток, Пересобираю openldap-2.3.20 (из Дедала) на последнем Сизифе. Сборка прекращается вот с такой вот диагностикой. Кто-нить может подсказать, в чём проблема и как ее обойти? /bin/sh ../..//libtool --mode=link cc -pipe -Wall -O2 -march=i586 -mcpu=i686 \ -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -o apitest apitest.o \ libldap_r.la ../../libraries/liblber/liblber.la ../../libraries/liblutil/liblutil.a \ -lsasl2 -lssl -lcrypto -lcrypt -lresolv -pthread cc -pipe -Wall -O2 -march=i586 -mcpu=i686 -o .libs/apitest apitest.o -pthread \ -lkrb5 -lk5crypto -lkrb5support -lcom_err ./.libs/libldap_r.so \ ../../libraries/liblber/.libs/liblber.so ../../libraries/liblutil/liblutil.a \ -lsasl2 -lssl -lcrypto -lcrypt -lresolv ./.libs/libldap_r.so: undefined reference to `pthread_create' ./.libs/libldap_r.so: undefined reference to `pthread_kill_other_threads_np' ./.libs/libldap_r.so: undefined reference to `pthread_setconcurrency' ./.libs/libldap_r.so: undefined reference to `pthread_kill' ./.libs/libldap_r.so: undefined reference to `pthread_attr_setstacksize' ./.libs/libldap_r.so: undefined reference to `pthread_mutex_trylock' ./.libs/libldap_r.so: undefined reference to `pthread_join' ./.libs/libldap_r.so: undefined reference to `pthread_getconcurrency' collect2: ld returned 1 exit status make[2]: *** [apitest] Error 1 -- WBR, Dmitry Lebkov