I'm facing a problem now - when building my project for Linux,
the linker is looking for 64-bit version of the Dialogic libraries and cannot find them.
I tried to use -m32 gcc command line switch, but now the linker cannot locate 32-bit standard libs (like libc).
I also tried to re-arrange /etc/ld.so.conf to push 32-bit libs higher and launched ldconfig to rebuild the cache, but this didn't help.
Linux gurus, please help!
the linker is looking for 64-bit version of the Dialogic libraries and cannot find them.
I tried to use -m32 gcc command line switch, but now the linker cannot locate 32-bit standard libs (like libc).
I also tried to re-arrange /etc/ld.so.conf to push 32-bit libs higher and launched ldconfig to rebuild the cache, but this didn't help.
Linux gurus, please help!