Hi all,
> On mips* systems, /usr/lib is defined as place to hold O32
> libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64.
Would using RRA_SET_LIBDIR provided with rra-c-util fix the issue?
http://git.eyrie.org/?p=devel/rra-c-util.git;a=blob_plain;f=m4/lib-pathname.m4;hb=HEAD
It would then allow to substitute in Makefile.global.in:
libdir = @libdir@
by one of the following lines:
libdir = ${exec_prefix}/lib
libdir = ${exec_prefix}/lib32
libdir = ${exec_prefix}/lib64
> Beside the way, on the multiarch system like Debian, user may
> install libraries under /usr/lib by hand.
>
> Please use the default search path if you can, and please consider
> fix this.
Is it another point to take into account or the above use of
RRA_SET_LIBDIR is enough?
--
Julien ÉLIE
« – Nous parlerons quand l'interprète dormira. [Bong !]
– Il dort. On peut parler. » (Astérix)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]