I need to build a 32-bit version of an app (dbxml) on my Kubuntu x86_64 system. This will be run on an IA32 system, not on the X86_64.
dbxml attempts to build 32-bits when given the right environment variables but fails with the following messages:
Being new to (K)Ububtu, I am not sure how to get the right libs. I looked in System Settings -> Add and Remove Software but there is no 32-bit version of the libs listed.
Bob
dbxml attempts to build 32-bits when given the right environment variables but fails with the following messages:
Code:
configure:4143: gcc -m32 -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.1/libgcc.a when searching for -lgcc /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.1/libgcc.a when searching for -lgcc /usr/bin/ld: cannot find -lgcc
Bob
Comment