|
Re: C++ - No Code?
I don't know if this is necromancy or not - still kind of new to CD.
I wanted to ask Austin Schuh how he got libstdc++ to build. I've successfully build gcc & friends using a combination of the patches and a little messing with compile flags. However, I get an error on the libstdc++-v3 configure script:
checking for shl_load... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
And when I try and build the configured portions, I get butloads of errors, some of which appear to be related to pthreads. I also incorporated jmesmon's patches, but am still getting errors.
|