Тогда вам нужна 32-разрядная разработка в 64-битной среде.
Не знаю как в Mandriva 2007, в AltLinux для этого используется программа setarch
> apt-cache search setarch
setarch - Personality setter
http://www.rpmfind.net/linux/rpm2htm...?query=setarch
Цитата man setarch:
ETARCH(8) Linux Programmer's Manual SETARCH(8)
NAME
setarch - change reported architecture in new program environment and set per-
sonality flags
SYNOPSIS
setarch <arch> [options] [program [arguments]]
arch [options] [program [arguments]]
DESCRIPTION
setarch This utility currently only affects the output of uname -m. For exam-
ple, on an AMD64 system, running 'setarch i386 program' will cause 'program' to
see i686 (or other relevant arch) instead of x86_64 as machine type. It also
allows to set various personality options.
|