* Stephen Williams (1mc9i5i02@sneakemail.com) [20050118 17:27]:
On a 64bit machine, I compile Icarus Verilog vvp for 64bit *and* 32bit, the latter for compatibility with 32bit vpi code. But I cannot seem to find a 32bit libhistory.so? I think I remember having to hunt for it on SLES8 too. Why wasn't it just installed?
The libhistory.so is a symlink pointing to the actual library to use. As this link needs to be in /usr/lib for linker to find it, there can only be one present at a time. The only workaround I can think of is readjusting the symlink for the 32bit compile and changing it back afterwards, i.e. ln -sf /lib/libhistory.so.5 /usr/lib/libhistory.so <32bit compile> ln -sf /lib64/libhistory.so.5 /usr/lib/libhistory.so Philipp -- Philipp Thomas <pth@suse.de> Research & Development SUSE LINUX Products GmbH, Maxfeldstr. 5, D-90409 Nuremberg, Germany