automake
[Top][All Lists]
Advanced

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

Re: libdir on x86_64


From: Bob Proulx
Subject: Re: libdir on x86_64
Date: Thu, 23 Mar 2006 09:08:25 -0700
User-agent: Mutt/1.5.9i

Ralf Wildenhues wrote:
> * Guillaume Rousse wrote:
> > Am i supposed to manually set libdir according to build host to get
> > compliance with such constraint ?
> 
> Yes, you can specify --libdir at configure time.  Note for system
> installations you will usually have to set more options, for
> example --prefix=/usr --sysconfdir=/etc.  The idea of the GNU coding
> standards is that all packages allow to be configured in this way, so
> that you can adjust all packages to your system specific layout in the
> same way.

And note that not all systems use the biarch model of libdir becoming
lib64.  There are systems where 64-bit is native and the 32-bit flavor
is the guest lib32.  Also there is a multiarch model where the
directories name is lib/arch-os.  The configure script provides a
standard interface used by many different package implementations to
produce the desired filesystem layout.

Bob




reply via email to

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