This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++.so.2.8 does not exist for Linux 7.0
- To: sbalaram at mil dot emc dot com
- Subject: Re: libstdc++.so.2.8 does not exist for Linux 7.0
- From: Jason Merrill <jason_merrill at redhat dot com>
- Date: 28 Oct 2001 09:43:41 -0800
- Cc: libstdc++ at gcc dot gnu dot org
- References: <3BD9ABB2.5E61D287@mil.emc.com>
>>>>> "Balaraman" == Balaraman S (Bala) <sbalaram@mil.emc.com> writes:
> I want to run a program which I made it on Linux 5.2, which linked with
> libstdc++.so.2.8.
> Note: We do not want to install C++ package RPM "libstdc++.so.2.8" for
> Linux 7.0
I'm afraid you'll have to.
> Is there a compile option where we can make this test program with
> version independent libstdc++?
No, this is not possible.
Jason