Um,
it now says g++ takes -rdynamic - No, but bombs on a bunch
of other stuff.
like,,,
../APL_types.hh:522:35: error: passing 'const
__DynArray<char>' as 'this' argument of 'const Type*
__DynArray<Type>::get_data() [with Type = char]'
discards qualifiers [-fpermissive]
{ return strlen(da.get_data()); }
^
../APL_types.hh: In function 'size_t strrchr(const
__DynArray<char>&, int)':
../APL_types.hh:525:36: error: passing 'const
__DynArray<char>' as 'this' argument of 'const Type*
__DynArray<Type>::get_data() [with Type = char]'
discards qualifiers [-fpermissive]
{ return strrchr(da.get_data(), ch); }
I just used the configure. I didn't create it from the .ac
file.