Skip to content

Commit 1fe59be

Browse files
authored
Update how-to-configure-rhel-centos-7.md
1 parent db0af41 commit 1fe59be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/how-to-configure-rhel-centos-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
3030

3131
This message lets you know that GCC major version 4 is installed. This version doesn't have full support for the C++ 11 standard, which the Speech SDK uses. Trying to compile a C++ program with this GCC version and the Speech SDK headers will result in compilation errors.
3232

33-
It's also important to check is the version of the shared C++ runtime library (libstdc++). Most of the Speech SDK is implemented as native C++ libraries, meaning it depends on libstdc++ regardless of the language you use to develop applications.
33+
It's also important to check the version of the shared C++ runtime library (libstdc++). Most of the Speech SDK is implemented as native C++ libraries, meaning it depends on libstdc++ regardless of the language you use to develop applications.
3434

3535
To find the location of libstdc++ on your system, run:
3636

0 commit comments

Comments
 (0)