PDA

View Full Version : is Debian etch going to be biarch?


NoTiG
September 27th, 2006, 07:51 AM
its supposedly "supporting" 64 but does that mean it will get biarch support ?

Wolki
September 27th, 2006, 08:31 AM
No, supporting an architechture means that there are official builds for it. Sarge has no official AMD64.

plb
September 27th, 2006, 08:35 AM
etch will have an official amd64 build

bonzodog
September 27th, 2006, 11:12 AM
The debian 64 bit philosophy is to keep it "pure". This means that all 64 bit libs go in /usr/lib64 and all 32 bit libs go in /usr/lib32.
/usr/lib is merely a symlink to /usr/lib64.

This makes it hard to go bi-arch without major alterations to the tree.

Most bi-arch distros not based on Debian, like Suse, Redhat, and gentoo, have just 2 directories;

/usr/lib which contains 32 bit libs and /usr/lib64 for the 64 bit libs.