bug-global
[Top][All Lists]
Advanced

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

Re: gtags.conf.in ignores custom --libdir if set


From: Shigio YAMAGUCHI
Subject: Re: gtags.conf.in ignores custom --libdir if set
Date: Wed, 7 Oct 2015 08:30:44 +0900

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 <address@hidden>:
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:
 
Regards,
Kevin Farshaw

_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global




--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]