For the record, I cannot reproduce this on linux with -O2 or -O0. If you
continue to have problems, I strongly suggest reporting this in bugzilla.
-benjamin
Panagiotis Papadakos wrote:
>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:
>
>
Can you please compare what you are seeing with libstdc++/19664? I
believe i
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