Re: Determine DEB_HOST_MULTIARCH without requiring dpkg-dev

2012-07-31 Thread Jakub Wilk
* Michael Wild them...@gmail.com, 2012-07-25, 11:50: How can I reliably (from a user-program) determine the multiarch-triplet/quadlet without depending on dpkg-dev? I found some talk of a lsb_architecture utility, but so far have found no trace of it... # gcc -print-multiarch

Re: Determine DEB_HOST_MULTIARCH without requiring dpkg-dev

2012-07-31 Thread Michael Wild
On 07/31/2012 10:06 AM, Jakub Wilk wrote: * Michael Wild them...@gmail.com, 2012-07-25, 11:50: How can I reliably (from a user-program) determine the multiarch-triplet/quadlet without depending on dpkg-dev? I found some talk of a lsb_architecture utility, but so far have found no trace of

Determine DEB_HOST_MULTIARCH without requiring dpkg-dev

2012-07-25 Thread Michael Wild
Hi all How can I reliably (from a user-program) determine the multiarch-triplet/quadlet without depending on dpkg-dev? I found some talk of a lsb_architecture utility, but so far have found no trace of it... Thanks Michael -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org

Re: Determine DEB_HOST_MULTIARCH without requiring dpkg-dev

2012-07-25 Thread Igor Pashev
25.07.2012 12:05, Michael Wild пишет: Hi all How can I reliably (from a user-program) determine the multiarch-triplet/quadlet without depending on dpkg-dev? I found some talk of a lsb_architecture utility, but so far have found no trace of it... # gcc -print-multiarch x86_64-linux-gnu --

Re: Determine DEB_HOST_MULTIARCH without requiring dpkg-dev

2012-07-25 Thread Michael Wild
On 07/25/2012 11:16 AM, Igor Pashev wrote: 25.07.2012 12:05, Michael Wild пишет: Hi all How can I reliably (from a user-program) determine the multiarch-triplet/quadlet without depending on dpkg-dev? I found some talk of a lsb_architecture utility, but so far have found no trace of it...