On Fri, 6 Feb 2015, Mateusz Grotek unoduetre-at-poczta.onet.pl |poplog-dev|
wrote:
Hi,
Thank you very much for your help.
With it I managed to reach the following step, but with some modifications
(I've changed some /usr/lib paths to /usr/lib32). In Gentoo the structure is
as follows:
/usr/lib32 <- 32-bit libs
/usr/lib64 <- 64-bit libs
/usr/lib <- a symbolic link to /usr/lib64
Do your compiler and linker (gcc and ld) look for /usr/lib32 when you
call gcc -m32? If they don't, poplink_cmnd is not going to work. If
they do, you should be able to run the install script normally. Can you
compile any sort of 32 bit program at all with gcc -m32?
Steve