build gcc-4.4 on F15/16?

Michael Schwendt mschwendt at gmail.com
Sat Nov 19 10:59:13 UTC 2011


On Fri, 18 Nov 2011 19:49:32 -0500, NB (Neal) wrote:

> >> undefined reference to `std::ctype<char>::_M_widen_init()
> >> const at GLIBCXX_3.4.11' collect2: ld returned 1 exit status
> >> 
> >> Now what's that about?  glibcxx_3.4.15?
> > 
> > No, libstdc++. Have you tried g++ rather than gcc yet?
> > 
> 
> Sorry, I don't understand.  What do you mean by 'tried g++'?

Just whether you've installed gcc-c++ and tried to compile/link the source
code using g++ instead of gcc? Typically one builds C++ code with g++,
because when linking it adds stuff like the C++ Standard Library automatically.


More information about the users mailing list