From Fedora Project Wiki

No edit summary
(Closed beat)
Line 1: Line 1:
 
{{Documentation_closed_beat|http://docs.fedoraproject.org/release-notes/f13/en-US/html/sect-Release_Notes-The_GCC_Compiler_Collection.html}}
{{Admon/warning | Document is Final | The contents of this beat have been sent for translation for the GA version of the Release Notes.  Any additional changes to this beat will not appear until after the release of Fedora 13.  If you have zero-day changes, be sure to post a bug. }}
 
== gcc ==
 
''gcc'' has upgraded from 4.4.2 to 4.4.3.
This includes ''gcc'', ''gcc-c++'', ''gcc-fortran'', ''gcc-gnat'', and ''gcc-objc''.
 
 
=== GCC now uses Implicit DSO linking ===
 
Key points:
# 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.  





Revision as of 00:30, 29 April 2010


Warning - Beat Converted

Warning.png
Beat has already been converted to XML
Be sure to set Wiki Good to * and In Publican to 0 if this beat is modified

 

The contents of this beat have been converted to Publican and sent for translation. The official Fedora 25 documentation now contains the information that was on this page.


If you have changes or corrections please file a bug. Use the product Fedora Documentation, component release-notes.


For the official copy of this beat, refer to the Fedora 25 Documentation.