[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
installing libraries
From: |
Пухальский Юрий Андреевич |
Subject: |
installing libraries |
Date: |
Fri, 2 Sep 2005 18:55:11 +0400 |
Good day!
Yet another problem with libtool (1.5.20) exists:
When I do partial linking using something like these lines in automake:
lib_LTLIBRARIES=liba.la
liba_la_SOURCES=a.c b.c
liba_la_LDFLAGS=-o la.o
I get (fortunately) la.o, which has the following traits:
1. It is being relinked every time I invoke make.
2. It's not being installed with make install.
Is this behaviour intended?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- installing libraries,
Пухальский Юрий Андреевич <=