ubuntu 81.0 warning in ide output

Archives Forums/Linux Discussion/ubuntu 81.0 warning in ide output

joncom2000(Posted 2009) [#1]
I have just got bmax running on ubuntu after alittle work getting it to compile, but while the samples are compiling and running i am getting a warning in the ide's output,

/usr/bin/ld: warning: libstdc++.so.6, needed by /usr/lib/libGLU.so, may conflict with libstdc++.so.5

Not being uber on linux, I am guessing I have a different file than one of the compilers expects?

Is there an easy fix for this and is it something i should be worried about?

thanks
Jon


BlitzSupport(Posted 2009) [#2]
I seem to recall this was normal and is just a warning. A little Googling suggests it's common for Linux OpenGL apps, as two different GL-related libraries included in the final executable are built with differing libstdc versions (or something like that), but it shouldn't cause any actual problems.


joncom2000(Posted 2009) [#3]
Thanks for the reply, I didnt seem to get any problems running the compiled programs but its always worth checking out warnings :)


D4NM4N(Posted 2009) [#4]
Just ignore it.