Which rpm package provides 32 bit version of libstdc++.a file in Red Hat Enterprise Linux 7?

Solution Verified - Updated -

Issue

  • The following link is provided by the gcc-c++ package
[root@localhost ~]# ls -l /usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libstdc++.a 
lrwxrwxrwx 1 root root 44 Jun  7 08:07 /usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libstdc++.a -> ../../../i686-redhat-linux/4.8.5/libstdc++.a
[root@localhost ~]# rpm -qf /usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libstdc++.a
gcc-c++-4.8.5-11.el7.x86_64
  • The target isn't present in the system.
[root@localhost ~]# cd /usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/
[root@localhost 32]# rpm -qf ../../../i686-redhat-linux/4.8.5/libstdc++.a
error: file /usr/lib/gcc/i686-redhat-linux/4.8.5/libstdc++.a: No such file or directory
  • Which rpm package provides this target file?

Environment

  • Red Hat Enterprise Linux 7.3

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.