On Fri, May 13, 2005 at 03:35:33AM +1000, Andrew Lau wrote: > configure:22891: checking for new_aspell_speller in -laspell > configure:22921: gcc -o conftest -g -O2 conftest.c -laspell -lstdc++ > -lesmtp -lpthread -lesmtp >&5 > /usr/bin/ld: cannot find -lstdc++ > collect2: ld returned 1 exit status > configure:22927: $? = 1
That's no missing symbol in libaspell; that's a failure to link against libstdc++. It's probably a gcc-3.4 problem since it works fine with gcc-3.3. -- Society is never going to make any progress until we all learn to pretend to like each other. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]