On Saturday 19 November 2005 19:48, you wrote:
> On 11/19/05, Panagiotis Papadakos <[EMAIL PROTECTED]> wrote:
> > I am trying to build 4.1 branch but make profiledbootstrap stops here:
>
> See http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00857.html for
> a patch that fixes
Well, seems related to PR 22313
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313
--
Papadakos Panagiotis
I am trying to build 4.1 branch but make profiledbootstrap stops here:
stage1/xgcc -Bstage1/ -B/usr/gcc_4.1/i486-slackware-linux/bin/ -c -O2 -g
-fomit-frame-pointer -fprofile-use -freorder-blocks-and-partition -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedant
I just compiled gcc-4.0 with the fvisibility-inlines-hidden option,
and I get undefined symbols when linking c++ code with libstdc++.
For example this simple c++ file does not compile:
#include
#include
using namespace std;
int main (void)
{
basic_string a = "thing one";
string