On Jun 1, 2006, at 12:32 AM, Peter O'Gorman wrote:

> On Wed, 2006-05-31 at 23:50 -0400, David Reiser wrote:
>> On May 31, 2006, at 7:20 PM, Peter O'Gorman wrote:
>>
>> [snip]
>>> gnucash-1.9 probably still uses libltdl to open modules, doesn't it?
>>>
>>> Peter
>>
>> The module of immediate interest is loaded by gmodule.
>
> Ensure that the Makefile.am for this module has the -module flag  
> for the
> library's _la_LDFLAGS and rerun automake. Then cross your fingers and
> home that nothing actually puts -lfoo on the link line.
>
> Peter

 From makefile.am:
libgnc_backend_file_la_LDFLAGS = -module -avoid-version
libgnc_backend_file_la_LIBADD = \
    ${GLIB_LIBS} ${GCONF_LIBS} ${LIBXML2_LIBS} \
    ${top_builddir}/src/engine/libgncmod-engine.la \
    ${top_builddir}/src/core-utils/libcore-utils.la \
    ${QOF_LIBS}

no soap. I wonder if ${QOF_LIBS} is 'providing' -lfoo

Thanks for the help.
--
David Reiser
[EMAIL PROTECTED]



_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to