Author Topic: Suse 10.2 cannot find the library `/usr/lib/libstdc++.la'  (Read 3371 times)

Offline lesnewell

  • Multiple posting newcomer
  • *
  • Posts: 66
Suse 10.2 cannot find the library `/usr/lib/libstdc++.la'
« on: December 20, 2007, 11:58:03 pm »
Hi
I am trying to build the latest SVN head on Open Suse 10.2. wx is working fine and I can build apps with it. Quite some time back I built C::B without any problems. Thinking it was about time I updated I tried building the latest SVN head.
svn checkout svn://svn.berlios.de/codeblocks/trunk
./bootstrap
./configure --with-contrib-plugins=all
make
I then get this error:
libtool: link: cannot find the library `/usr/lib/libstdc++.la' or unhandled argument `/usr/lib/libstdc++.la'
make[3]: *** [codeblocks] Error 1
make[3]: Leaving directory `/home/les/Documents/src/CodeBlocks/trunk/src/src'
make[2]: *** [all-recursive] Error 1

It is true I don't have libstdc++.la. None of the Suse libstdc++ packages contain libstdc++.la. I have various versions of libstdc++.so and libstdc++.a.

Does anyone know how to get around this problem?

Thanks,
Les

Oh yes, I forgot to mention I am using wxGTK-2.8.6
 
« Last Edit: December 20, 2007, 11:59:49 pm by lesnewell »