[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: automake issue in virtuoso: "library has 'libwi_odbc_la' as canonical name (possible typo)"



On Tue, Aug 14, 2018 at 04:21:10PM +0200, Andreas Tille wrote:
> libsrc/Wi/Makefile.am:544: library has 'libwi_base_la' as canonical name (possible typo)
This is correct, there is a var named libwi_base_la_cflags which seems to
be a generic var so it should be renamed to something not looking like
foo_cflags automake var.

> libsrc/Wi/Makefile.am:574: warning: variable 'libwi_odbc_la_LDFLAGS' is defined but no program or
> libsrc/Wi/Makefile.am:574: library has 'libwi_odbc_la' as canonical name (possible typo)
This is because that library is indeed not defined.

> I searched the web for
>    "library has" + "as canonical name (possible typo)"
Well, the error messages say "no program or library has that name" which
is correct:

noinst_LTLIBRARIES = libwi.la libwic.la

So this is just dead code.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature


Reply to: