From Fedora Project Wiki

No edit summary
No edit summary
(32 intermediate revisions by 11 users not shown)
Line 1: Line 1:
=== GCC 5.1.1 ===
Fedora 23 is built on GCC 5.1.1.  For information on building your own code with this compiler release, refer to the upstream change info at https://gcc.gnu.org/gcc-5/changes.html


== gcc ==
=== glibc 2.22 ===
Fedora 23 provides version 2.22 of the GNU C libraries.  Learn about the changes available in the latest version of glibc from the project's release announcement at https://www.sourceware.org/ml/libc-alpha/2015-08/msg00609.html


''gcc'' has upgraded from 4.4.2 to 4.4.3.
=== boost 1.59.0 ===
This includes ''gcc'', ''gcc-c++'', ''gcc-fortran'', ''gcc-gnat'', and ''gcc-objc''.
Fedora 23 has boost 1.59.0 as the provided version of boost. More Information on the change can be found [https://fedoraproject.org/wiki/Changes/F23Boost159 https://fedoraproject.org/wiki/Changes/F23Boost159] and [http://www.boost.org/doc/libs/1_59_0/ http://www.boost.org/doc/libs/1_59_0/]


 
{{header|docs}}{{Docs_beat_closed}}
=== GCC now uses Implicit DSO linking ===
[[Category:Docs Project]]
 
[[Category:Draft documentation]]
Key points:
[[Category:Documentation beats]]
# ld will no longer automatically search in the dependencies of linked objects.
# If your project used both libraries A and B, it will not compile unless A and B are both explicitly linked.
# There are more explanations on the Features page. [[UnderstandingDSOLinkChange |here]]
 
Under the new changes, if your package fails its build with a message like:
 
  /usr/bin/ld: gpx-parser.o: undefined reference to symbol 'acos@@GLIBC_2.0'
  /usr/bin/ld: note: 'acos@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
 
 
Then the line that builds the specified .o needs to explicitly link libm.
 
For additional details refer to the feature page on the wiki [[Features/ChangeInImplicitDSOLinking]]
 
=== _builtin_stdarg_start has been completely removed from GCC 4.4.3 ===
 
_builtin_stdarg_start will return a undefined reference to "_builtin_stdarg_start" because of the depreciation of <stdarg.h> in GCC 4.0
The replacement is _builtin_va_start.
 
 
 
 
 
 
<noinclude>[[Category:Release Notes]]<noinclude>
[[Category:Documentation_beats]]

Revision as of 05:22, 9 September 2015

GCC 5.1.1

Fedora 23 is built on GCC 5.1.1. For information on building your own code with this compiler release, refer to the upstream change info at https://gcc.gnu.org/gcc-5/changes.html

glibc 2.22

Fedora 23 provides version 2.22 of the GNU C libraries. Learn about the changes available in the latest version of glibc from the project's release announcement at https://www.sourceware.org/ml/libc-alpha/2015-08/msg00609.html

boost 1.59.0

Fedora 23 has boost 1.59.0 as the provided version of boost. More Information on the change can be found https://fedoraproject.org/wiki/Changes/F23Boost159 and http://www.boost.org/doc/libs/1_59_0/

DocsProject Header docTeam1.png
Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.