I noticed that when I make my application with gcc and look at the output during the linking phase, I see the following lib included twice:
/home/rb01/opt/trx-HEAD/gcc/4.2.4/lib/../lib64/libstdc++.so
And so I was just wondering if this is a problem with g++ (gcc) or if the second one is simply ignored?
Thanks!