On Thu, Oct 23, 2014 at 8:21 AM, David C. Rankin <drankinatty@suddenlinkmail.com> wrote:
On 10/22/2014 09:45 PM, Andrei Borzenkov wrote:
Grr.. you mean multilib doesn't provide the needed 32-bit gcc requirements? I
looked at that and thought that multilib covered it. I'll install and give it a go, but I still am unclear why it isn't covered by multilib. Oh well, learned much more about the ABI that I had planned in this exercise...
Multilib allows you to concurrently install libraries for multiple architectures. It does not say you must always have them for every architecture.
Thank you Andrei and Arvidjaar,
The issue was gcc 32-bit. I thought I was covered having multilib + libgcc_s1-32bit, but the full gcc 32-bit was needed.
libgcc_s1 is run-time for the shared libgcc. You still need development library. The same is true for any other library package; just in this case it is part of gcc and not separate libgcc-devel. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org