* [sisyphus] --as-needed и самопа^Hисные makefiles
@ 2006-10-01 19:29 Michael Shigorin
0 siblings, 0 replies; only message in thread
From: Michael Shigorin @ 2006-10-01 19:29 UTC (permalink / raw)
To: sisyphus
Здравствуйте.
Решил зафиксировать, пока под руками.
Имеем pciutils-2.2.4 и в нём такое:
--- Makefile
# ...
-include lib/config.mk
# ...
lspci: lspci.o common.o $(PCILIB)
---
--- lib/config.mk
LDFLAGS+=-lz
---
Соответственно огребаем
cc -lz lspci.o common.o lib/libpci.a -o lspci
lib/libpci.a(names.o): In function `pci_load_name_list':
names.c:(.text+0x4df): undefined reference to `gzopen'
Лечение (спасибо damir@):
subst s/LDFLAGS/LDLIBS/ lib/config.mk
Обоснование:
<Lost> это pinfo make в области implicit rules
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-01 19:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-01 19:29 [sisyphus] --as-needed и самопа^Hисные makefiles Michael Shigorin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git