Re: Extra_dist cannot hold two long lists?

2008-06-11 Thread A117
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

how to build a library in a specified directory?

2009-07-22 Thread A117
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

Re: how to install library in a specific directory?

2009-07-22 Thread A117
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

Re: how to install library in a specific directory?

2009-07-23 Thread A117
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 /

答复: how to install library in a spec ific directory?

2009-07-23 Thread A117
- 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

Re:Re: how to install library in a specific directory?

2009-07-23 Thread A117
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

答复: 答复: how to install library in a specific directory?

2009-07-23 Thread 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

答复: how to install library in a spec ific directory?

2009-07-24 Thread A117
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