ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] нужна помощь (похоже, --as-needed)
@ 2006-06-18  8:59 Kirill Maslinsky
  2006-06-18 10:41 ` Sergey Vlasov
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Kirill Maslinsky @ 2006-06-18  8:59 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 2267 bytes --]

Всем привет!

Я тут взялся за сборку одного замшелого, но лингвистически интересного
проекта -- emdros -- и, естественно, тут же натолкнулся на проблемы
при сборке, скорее всего вызванные линковкой с --as-needed. 

Поскольку я в этом совсем профан, может быть, кто подскажет? 

Диагностика такая:

----------------
g++ -pipe -Wall -O2 -march=pentium3 -mtune=pentium4 -g -Wall -pipe -Wall -O2 -march=pentium3 -mtune=pentium4 -o .libs/mql mql.o  -L/usr/lib/ ../MQL/.libs/libmql.so /home/gc/RPM/BUILD/emdros-1.2.0.pre206/EMdF/.libs/libemdf.so ../pcre/.libs/libpcre_emdros.so ../EMdF/.libs/libemdf.so -lmysqlclient -Wl,--rpath -Wl,/usr/local/lib/emdros
../MQL/.libs/libmql.so: undefined reference to `pcre_fullinfo'
../MQL/.libs/libmql.so: undefined reference to `pcre_compile'
../MQL/.libs/libmql.so: undefined reference to `pcre_study'
../MQL/.libs/libmql.so: undefined reference to `pcre_free'
../MQL/.libs/libmql.so: undefined reference to `pcre_exec'
collect2: ld returned 1 exit status
make[2]: *** [mql] Error 1
make[2]: Leaving directory `/home/gc/RPM/BUILD/emdros-1.2.0.pre206/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gc/RPM/BUILD/emdros-1.2.0.pre206/src'
make: *** [all-recursive] Error 1
make: Leaving directory `/home/gc/RPM/BUILD/emdros-1.2.0.pre206'
ошибка: Неверный код возврата из /home/gc/tmp/rpm-tmp.69536 (%build)

----------------------

Может быть, ошибка вот здесь?

==src/Makefile.am==

mql_LDADD = $(top_builddir)/MQL/libmql.la @PCRE_DEP@ @EMDFLDADD@ @SUN_LDFLAGS@ @DARWIN_LDFLAGS@

==end=

Или, наоборот, здесь?

==MQL/Makefile.am==

pkglib_LTLIBRARIES = libmql.la


#
# libmql.la
#
libmql_la_SOURCES = $(mqllib_src)

libmql_la_LIBADD = @EMDFDEPS@
libmql_la_DEPENDENCIES = @PCRE_DEP@ @EMDFDEPS@
libmql_la_LDFLAGS = -version-info \
       @LIB_MQL_CURRENT@:@LIB_MQL_REVISION@:@LIB_MQL_AGE@ \
       @SUN_LDFLAGS@ @DARWIN_LDFLAGS@

==end==

git-репозиторий с проектом целиком можно посмотреть так: 

git-clone rsync://rsync.altlinux.org/people/kirill/scm/emdros.git/

Какие-то первые попытки привести спек к более приемлемому виду делались 
в ветке adapt. 

Буду благодарен за любые подсказки!

-- 
Kirill Maslinsky
ALT Linux Documentation Team

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2006-07-08 22:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-18  8:59 [devel] нужна помощь (похоже, --as-needed) Kirill Maslinsky
2006-06-18 10:41 ` Sergey Vlasov
2006-06-18 11:06   ` Alexey Tourbin
2006-06-18 10:41 ` Alexey Tourbin
2006-06-18 11:24   ` Alexey Tourbin
2006-06-18 11:39     ` Alexey Tourbin
2006-06-18 11:51 ` Alexey Tourbin
2006-06-18 11:55   ` Alexey Tourbin
2006-06-18 13:42   ` Kirill Maslinsky
2006-06-18 13:53     ` Alexey Tourbin
2006-06-18 14:08       ` Kirill Maslinsky
2006-06-18 15:31         ` Alexey Tourbin
2006-06-18 19:36         ` Alexey Tourbin
2006-06-18 20:02           ` Kirill Maslinsky
2006-06-18 22:13             ` Alexey Tourbin
2006-06-19  9:54               ` Kirill Maslinsky
2006-06-19 11:38                 ` Alexey Tourbin
2006-07-08 20:34                 ` Alexey Tourbin
2006-07-08 22:08                   ` Kirill Maslinsky
2006-07-08 22:45                     ` Alexey Tourbin

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