This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15253] __eprintf link issue for c++ on solaris 2.6
- From: "nick dot thurn at db dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2004 05:59:00 -0000
- Subject: [Bug target/15253] __eprintf link issue for c++ on solaris 2.6
- References: <20040503010212.15253.nick.thurn@db.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nick dot thurn at db dot com 2004-05-03 05:58 -------
Subject: Re: __eprintf link issue for c++ on solaris 2.6
try:
#include <cstdio>
int main(int, const char* [])
{
std::printf("Hello world!\n");
return 0;
}
This fails on my machine. when compiled with
g++ -v test.cpp
cheers
Nick
CBTO-GRT IT Sydney
+61-2-9258-1394
gcc-bugzilla@gcc.
gnu.org To: Nick Thurn/Sydney/DBAustralia/DeuBa@DBAustralia
cc:
03/05/2004 03:45 Subject: [Bug target/15253] __eprintf link issue for c++ on solaris 2.6
PM
Please respond to
gcc-bugzilla
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-05-03 05:45 -------
Could you upload a compilable testcase that fails to link? Thanks in advance.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot gnu dot
| |org
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15253
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15253