aspell-devel
[Top][All Lists]
Advanced

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

[aspell-devel] Compiling on Win32


From: Joe Antkowiak
Subject: [aspell-devel] Compiling on Win32
Date: Mon, 9 Jun 2003 13:38:52 -0500

I've read some posts concerning this matter, but have not been able to find an answer for the issue that I'm having.

 

Currently, I've got a Windows XP system with Mingw32, and Cygwin installed on it.  The version of GCC that I'm using is 3.2.  I've retrieved the win32 makefile that has been provided on the Win32 section of the aspell website.  Right now, after running the makefile using the mingw32-make utility, I get as far as all of the C++ classes being compiled, and the dll's being created.  Unfortunately, the build breaks when trying to make the aspell.exe file.  Currently, the message that I'm receiving is:

 

gcc  -mms-bitfields -mno-cygwin -O2 \

aspell.o check_funs.o checker_string.o \

aspell-common-0-50-3.a libaspell-15-dll.lib libpspell-15-dll.lib  \

 \

-lstdc++  -o aspell.exe

aspell.o(.text+0xec1):aspell.cpp: undefined reference to `_imp___ZN7acommon4CERR

E'

aspell.o(.text+0x107e):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x11c4):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x12cc):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x1514):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x15c9):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x1747):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x1bc6):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x1cb3):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x1dba):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x1e6a):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x220c):aspell.cpp: more undefined references to `_imp___ZN7acomm

on4CERRE' follow

aspell.o(.text+0x261f):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x27a3):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x284d):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x28e6):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x2a37):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x2b97):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x2d29):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x2e10):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x2f3e):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x318d):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x35e8):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x36b5):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x37c0):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x3b18):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x3b7f):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x3c0c):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x3c4a):aspell.cpp: undefined reference to `_imp___ZN7acommon4COU

TE'

aspell.o(.text+0x3d77):aspell.cpp: more undefined references to `_imp___ZN7acomm

on4COUTE' follow

aspell.o(.text+0x3f74):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

RE'

aspell.o(.text+0x40cb):aspell.cpp: undefined reference to `_imp___ZN7acommon4CER

 

 

If anyone has any help to offer, that would be greatly appreciated.

 

Thanks,

 

Joe

 

 


reply via email to

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