ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] как правильно слинковать динамическую библиотеку
@ 2002-12-25 11:53 Alexey Tourbin
  2002-12-25 16:48 ` Dmitry V. Levin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey Tourbin @ 2002-12-25 11:53 UTC (permalink / raw)
  To: devel

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


Есть такое дело (lua):

%changelog
* Tue Dec 24 2002 Alexey Tourbin <at@altlinux.ru> 4.0.1-alt4
- error in previous build: *.so files are binary copy of *.so.* files,
  not symlinks; fixed
- really shared build (s/ld -shared/ld -shared -lc/ in alt-soname patch)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- post and postun sections added (ldconfig)

elinks с такой библиотекой линкуется хорошо, а tolua -- не хочет,
говорит:

gcc -o ../../bin/tolua tolua.o tolualua.o -L/usr/lib -L../../lib -ltolua -llua -llualib -lm
/usr/lib/liblualib.so: undefined reference to `dlclose'
/usr/lib/liblualib.so: undefined reference to `dlopen'
/usr/lib/liblualib.so: undefined reference to `dlsym'
collect2: ld returned 1 exit status

Если же пересобрать lua c s/ld -shared/ld -shared -lc -ldl/, то всё
собирается хорошо.

И
gcc -o ../../bin/tolua tolua.o tolualua.o -L/usr/lib -L../../lib -ltolua -llua -llualib -lm -ldl
тоже собирается хорошо.

А вопрос такой: какую бы мне доку прочитать, чтобы до конца разобраться,
как это всё правильно должно подцепляться.


-- 
WBR, Alexey Tourbin
BIOZAK Ltd., Russia

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

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

end of thread, other threads:[~2003-01-09 12:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-25 11:53 [devel] как правильно слинковать динамическую библиотеку Alexey Tourbin
2002-12-25 16:48 ` Dmitry V. Levin
2002-12-25 17:16   ` Sergey Vlasov
2002-12-25 17:28     ` Dmitry V. Levin
2002-12-25 17:51       ` [devel] " Alexey Tourbin
2002-12-25 18:33         ` Dmitry V. Levin
2003-01-09 12:48   ` Alexey Tourbin
2003-01-09 12:58     ` Dmitry V. Levin

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