Hi,
I'm currently trying to compile CodeBlocks (SVN version) on Solaris 10u1 x86 with GCC from Sun and automake / autoconf from blastwave.
./bootstrap => I've to remove the two lines export WANT_#### but it seems to works
./configure => ok
gmake, compile is ok but linking don't work
gmake[4]: Entering directory `/home/murlock/prog/codeblock/trunk/src/sdk/as'
...
libtool: link: `/usr/sfw//lib/libstdc++.la' is not a valid libtool archive
I've trying with
./configure
./configure --enable-static --disable-shared
and always the same error
Any tips ?
Thanks in advance,
Michael