Re: Multiarch question

2011-06-11 Thread Goswin von Brederlow
Michael Wild writes: > Hi all > > I have a question concerning multiarch [1,2]. From what I read it is > conceivable to have something like this on a system: > > /usr/{lib,include}/i386-linux-gnu > /usr/{lib,include}/x86_64-linux-gnu > /usr/{lib,include}/x86_64-kfreebsd-gnu > /usr/{lib,include}/s

Re: Multiarch question

2011-06-09 Thread Ove Kåven
Den 09. juni 2011 20:08, skrev Ove Kaaven: > In general, it's *native* compilation that would change; libs would be > installed into /usr/lib/$(dpkg-architecture -qDEB_BUILD_MULTIARCH) Hmm, I think I meant $(dpkg-architecture -qDEB_HOST_MULTIARCH), it might be different if cross-compiling (though

Re: Multiarch question

2011-06-09 Thread Ove Kaaven
Den 09. juni 2011 12:18, skrev Michael Wild: > Hi all > > I have a question concerning multiarch [1,2]. From what I read it is > conceivable to have something like this on a system: > > /usr/{lib,include}/i386-linux-gnu > /usr/{lib,include}/x86_64-linux-gnu > /usr/{lib,include}/x86_64-kfreebsd-gn

Multiarch question

2011-06-09 Thread Michael Wild
Hi all I have a question concerning multiarch [1,2]. From what I read it is conceivable to have something like this on a system: /usr/{lib,include}/i386-linux-gnu /usr/{lib,include}/x86_64-linux-gnu /usr/{lib,include}/x86_64-kfreebsd-gnu /usr/{lib,include}/sparc64-linux-gnu Particularly, the cas