On Fri, 16 Jan 2004, Stéphane Pinel wrote: > New to aspell, I've just compiled aspell on my MacOS X 10.3.2 (Panther) > box. > > I have an app that links with libapell.dylib (using C) and everything > works just fine. > > Now I would like to link this app with libaspell.a and I get several > link errors (mostly > undefined...) and errors comments seem to refer to C++ code... > > I must confess that I'm a bit lost. Is libaspell.a API different from > libaspell.dylib ? > Is there something more to do in order to link statically ?
You can only link statically if you are using C++ AND you are using the same (or compatible) compiler Aspell was compiled in. If you use C than static linking may not work. -- http://kevin.atkinson.dhs.org _______________________________________________ Aspell-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-devel