Hi,
> gtags.conf.in lists the location of the shlibs for the bundles plugins,
> namely ctags and pygments. The paths used are of the form
>
> @prefix_QUOTED@/lib
>
> where this should acutally be set according to $libdir which
> may be customize by the user when invoking configure.

There is a problem with using 'libdir'.
Without --libdir=xxx, configure script converts "@libdir@" into
"${exec_prefix}/lib". It is valid in Makefile; it is invalid
in gtags.conf.
Do you have a method to settle this?

> As a separate issue, I'm don't understand why gtags.conf has
> paths to the libtool .la files instead of the .so files.

Why do you want to use .so instead of .la?
The purpose of libtool library is to reduce OS dependence,
and .la is a common extension for every OS.

> For reference, here's the associated issue on the fedora bugzilka:
> https://bugzilla.redhat.com/show_bug.cgi?id=1268763

Thank you.

Regards,
Shigio


2015-10-07 1:14 GMT+09:00 Kevin Farshaw <[email protected]>:

> Hi,
>
> gtags.conf.in lists the location of the shlibs for the bundles plugins,
> namely ctags and pygments. The paths used are of the form
>
> @prefix_QUOTED@/lib
>
> where this should acutally be set according to $libdir which
> may be customize by the user when invoking configure.
> In particular, some linux distributions use $prefix/lib64
> for 64bit and $prefix/lib for 32bit libs.
>
> As a separate issue, I'm don't understand why gtags.conf has
> paths to the libtool .la files instead of the .so files. But in that
> I may simply be uninformed.
>
> For reference, here's the associated issue on the fedora bugzilka:
> https://bugzilla.redhat.com/show_bug.cgi?id=1268763
>
> Regards,
> Kevin Farshaw
>
> _______________________________________________
> Bug-global mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/bug-global
>
>


-- 
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to