problem is, stdafx.* and targetver.* etc. should not go into this library,
since they are to be used by VC project only.
I guess they have to go to EXTRA_DIST.
and, if I put tiny*.cpp to ..._SOURCES, the content in them will be exposed
in the library, right, which is not what i wanted? I only want
I have two projects. One generates a shared library and the other uses it.
The library is to be installed in /usr/local/lib/ezproject, while the
project’s name is ezcommon. I have problems in both the projects.
ezcommon’s configure.ac,
…
AC_INIT(ezcommon, 3.0)
AC_DISABLE_STATIC
…
ezcommon's M
Thank you. I've decided to put the library in /usr/local/lib, while its header
files in /usr/local/include/ezproject.
It's strange though /usr/local/lib is in /etc/ld.so.conf (actually in another
file it includes), and I can build other programs acting much as mine, I have
difficulty with mine o
I write only one file in libezcommon_la_SOURCES, while adding others to
EXTRA_DIST and others' .o to libezcommon_la_LIBADD, it works. I don't know why.
Thanks for your patience.
- -
>On 7/22/2009 9:15 PM, A117 wrote:
>> Thank you. I've decided to put the library in /
-
On 7/22/2009 9:15 PM, A117 wrote:
Thank you. I've decided to put the library in /usr/local/lib, while its header
files in /usr/local/include/ezproject.
It's strange though /usr/local/lib is in /etc/ld.so.conf (actually in another
file it includes), and I can build other p
tinyxmlparser.o
libezcommon_la_LDFLAGS = -version-info 2:0:0
#EXTRA_DIST = tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp \
EXTRA_DIST = ezcommon.rc dllmain.cpp ezcommon.aps ezcommon.vcproj icon.ico \
tinyxml.txt resource.h stdafx.h targetver.h
- -
On 7/23/2009 7:45 PM, A117
yeah. You are totally right. thank you.
-邮件原件-
发件人: John Calcote [mailto:john.calc...@gmail.com]
发送时间: 2009年7月24日 14:45
收件人: A117
抄送: Automake@gnu.org
主题: Re: 答复: how to install library in a specific directory?
On 7/24/2009 12:36 AM, A117 wrote:
> I’ve removed the backslashes
I’ve removed the backslashes and made them all one-line statements. No help.
发件人: John Calcote [mailto:john.calc...@gmail.com]
发送时间: 2009年7月24日 14:28
收件人: A117
抄送: Automake@gnu.org
主题: Re: how to install library in a specific directory?
On 7/24/2009 12:21 AM, A117 wrote:
lib_LTLIBRARIES