[devel] нужна помощь (похоже, --as-needed)

Alexey Tourbin =?iso-8859-1?q?at_=CE=C1_altlinux=2Eru?=
Вс Июн 18 15:51:35 MSD 2006


On Sun, Jun 18, 2006 at 12:59:35PM +0400, Kirill Maslinsky wrote:
> Всем привет!
> 
> Я тут взялся за сборку одного замшелого, но лингвистически интересного
> проекта -- emdros -- и, естественно, тут же натолкнулся на проблемы
> при сборке, скорее всего вызванные линковкой с --as-needed. 

Короче, вот минимальный набор исправлений, с которым оно у меня
собралось (autoreconf -fisv; ./configure --with-sqlite):

--- ./MQL/Makefile.am-	2006-06-18 14:22:11 +0400
+++ ./MQL/Makefile.am	2006-06-18 15:46:27 +0400
@@ -61,7 +61,7 @@ pkglib_LTLIBRARIES = libmql.la 
 #
 libmql_la_SOURCES = $(mqllib_src)
 
-libmql_la_LIBADD = @EMDFDEPS@
+libmql_la_LIBADD = @PCRE_DEP@ @EMDFDEPS@
 libmql_la_DEPENDENCIES = @PCRE_DEP@ @EMDFDEPS@
 libmql_la_LDFLAGS = -version-info \
        @LIB_MQL_CURRENT@:@LIB_MQL_REVISION@:@LIB_MQL_AGE@ \
--- ./include/smart_vector.h-	2006-06-18 14:22:11 +0400
+++ ./include/smart_vector.h	2006-06-18 15:37:28 +0400
@@ -126,7 +126,7 @@ private:
   std::vector<T*> m_vec;
   bool m_bDelete;
 public:
-  static const short int no_element;
+  static const short int no_element = -1;
   SmartVector(bool bDelete) : m_bDelete(bDelete) {};
   ~SmartVector(void);
   // Returns index of value
@@ -137,7 +137,7 @@ public:
   short int size(void) const { return m_vec.size(); };
 };
 
-template<class T, class P> const short int SmartVector<T,P>::no_element = -1;
+//template<class T, class P> const short int SmartVector<T,P>::no_element = -1;
 
 template <class T, class P> SmartVector<T,P>::~SmartVector(void)
 {
--- ./include/pennflex.h-	2006-06-18 15:38:25 +0400
+++ ./include/pennflex.h	2006-06-18 15:49:17 +0400
@@ -57,7 +57,7 @@
 
 #include <iostream>
 #  ifndef FLEX_STD
-#    define FLEX_STD std::
+#    define FLEX_STD 
 #  endif
 
 extern "C++" {

Дальше надо думать, как оторвать libpcre, которую он с собой таскает.
Но для /usr/local сойдет.
----------- следующая часть -----------
Было удалено вложение не в текстовом формате...
Имя     : =?iso-8859-1?q?=CF=D4=D3=D5=D4=D3=D4=D7=D5=C5=D4?=
Тип     : application/pgp-signature
Размер  : 191 байтов
Описание: =?iso-8859-1?q?=CF=D4=D3=D5=D4=D3=D4=D7=D5=C5=D4?=
Url     : <http://lists.altlinux.org/pipermail/devel/attachments/20060618/85db29ae/attachment-0001.bin>


Подробная информация о списке рассылки Devel