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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content