Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#23685 - [gcc 4.6] Linker errors when using assign() from C++ STL list
Attached to Project:
Arch Linux
Opened by Patrick McCarty (pnorcks) - Monday, 11 April 2011, 00:07 GMT
Last edited by Allan McRae (Allan) - Monday, 11 April 2011, 01:52 GMT
Opened by Patrick McCarty (pnorcks) - Monday, 11 April 2011, 00:07 GMT
Last edited by Allan McRae (Allan) - Monday, 11 April 2011, 01:52 GMT
|
DetailsPackage version:
* gcc 4.6.0-2 Description: When compiling a simple C++ program (attached) that uses assign() from STL list, a series of linker errors is output. See "error.log" for the detailed error messages. Steps to reproduce: * With the attached "test.cpp", run `g++ -o test test.cpp' |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 11 April 2011, 01:52 GMT
Reason for closing: Not a bug
Additional comments about closing: pebkac
Monday, 11 April 2011, 01:52 GMT
Reason for closing: Not a bug
Additional comments about closing: pebkac
test.cpp
Running "g++ -o test test.cpp" works. Running "gcc -o test test.cpp" gives that error.