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'
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
On 7/22/2009 2:12 AM, bonami wrote:
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,
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
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 programs acting much as