[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [aspell-user] Another problem (libtool/linking?)
From: |
Edwin Chiu |
Subject: |
Re: [aspell-user] Another problem (libtool/linking?) |
Date: |
Sat, 23 Jun 2001 11:23:15 -0400 |
User-agent: |
Internet Messaging Program (IMP) 2.3.7-cvs |
Quoting Kevin Atkinson <address@hidden>:
> On Fri, 22 Jun 2001, Edwin Chiu wrote:
>
> > This one is big... I noticed in some of the RPM builds, people are saying
> that
> > the bundled ltmain.sh/libtool is buggy? By default, there was no
> > "-lpspell -lpspell-impl" I added that in. Same error though.
>
> Was Pspell compiled with Gcc 3.0?
>
> I don't think this is releated to the previous problem as I added a
> workaround which fixes that problem. If the library was not there it
> would more an likely complain about a missing linrary rather than give you
> undefined refrences.
>
> The most likely cause is that Pspell was not compiled with Gcc 3.0 as Gcc
> 3.0 uses a new C++ ABI.
That did the trick. I thought I had recompiled pspell with GCC-3.0, but after a
couple of tries, I finally got it to pickup GCC from another location...
Everything compiles ok now...
Thanks,
Edwin