------- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-04 22:25 ------- > If I change the optimisation to -O2, the build completes, so I guess I have a > GCC problem.
No, not always. In fact what most likely happening is something is being inlined (because of -O3) which was not before and now you get a reference to something which was not being referenced before. I think the only way to fix this is to dig into the sources of aspell and see if this is the case. We cannot help that much except maybe do the compile for you. It might be worth filing a bug with aspell and seeing what they can do with it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30376