Re: Debian for x86-64 (AMD Opteron)
On Saturday 12 April 2003 15:42, Marcelo E. Magallon wrote:
> How do you generate binary packages libfoo or lib64foo out of source
> foo depending on the target architecture?
Every architecture knows where its libraries are installed. One way
would be to make 'dpkg-architecture -qDEB_HOST_LIBTYPE' return either
'lib' or 'lib64' depending on the architecture. You have to do
something like this anyway because the file list and the configure
arguments are also different.
Arnd <><
Reply to: