aspell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[aspell-devel] Aspell on Win32


From: Ben Marsh
Subject: [aspell-devel] Aspell on Win32
Date: Mon, 16 Sep 2002 20:10:48 +1000

After reading the README in the tarball I am emailing my progress to this address. I am trying to build a win32 .dll of aspell-0.50.1. The method that I am using is using Mingw compiler linker etc in the cygwin environment (for configure etc)

So far I have made the following modifications:

1. I had to remove the gotos from common/info.cpp as the compiler did not like them.

2. I had to move libstdc++.la out of the way to libstdc++.la.old like a few others have had to do in the past to compile other things as dll's.

Now I am really close to getting a dll.  I am getting

Creating library file: .libs/libaspell-common.dll.a
c:/mingw/bin/../lib/gcc-lib/mingw32/3.2/../../../libmingwex.a(dirent.o)(.text+0
3d):dirent.c: undefined reference to address@hidden'
c:/mingw/bin/../lib/gcc-lib/mingw32/3.2/../../../libmingwex.a(strtoumax.o)(.tex
+0x169):strtoumax.c: undefined reference to `__udivdi3'
c:/mingw/bin/../lib/gcc-lib/mingw32/3.2/../../../libmingwex.a(strtoimax.o)(.tex
+0x18f):strtoimax.c: undefined reference to `__divdi3'
make[2]: *** [libaspell-common.la] Error 1
make[2]: Leaving directory `/home/blm/aspell-0.50.1/common'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/blm/aspell-0.50.1/common'
make: *** [all-recursive] Error 1

I am taking this up on the mingw-users as we speak.

Kind regards,

Ben Marsh

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]