This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Debian/SPARC: /usr/lib64 vs. /usr/lib/64
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Florian Weimer <fw at deneb dot enyo dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 2 May 2002 07:44:25 +0200
- Subject: Re: Debian/SPARC: /usr/lib64 vs. /usr/lib/64
- References: <87pu0fporo.fsf@deneb.enyo.de>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, May 01, 2002 at 11:00:11PM +0200, Florian Weimer wrote:
> Debian/SPARC uses /usr/lib/64, GCC 3.1 uses /usr/lib/64 in the spec
> file. As a result, GCC does not build out of the box.
>
> What's the correct approach here?
IMHO Debian should just read LSB/FHS and do what everybody else is doing
(not only for SPARC, but x86_64, AFAIK ppc64, s390x, etc.).
> Configure magic? Suggest to the Debian people to add a symlink?
Jakub