aspell-devel
[Top][All Lists]
Advanced

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

[aspell-devel] CygWin error log


From: Bob Grover
Subject: [aspell-devel] CygWin error log
Date: Fri, 15 Nov 2002 15:43:35 +0000

Error with GCC-3.2. Changed CC to gcc-2, g++-2, etc., but got same errors. configure runs fine, fails at make.

---GCC-3.2---errorlog1----
Making all in auto
make[1]: Entering directory `/home/Administrator/aspell-0.50.2/auto'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/Administrator/aspell-0.50.2/auto'
Making all in common
make[1]: Entering directory `/home/Administrator/aspell-0.50.2/common'
make  all-am
make[2]: Entering directory `/home/Administrator/aspell-0.50.2/common'
/bin/bash ../libtool --mode=link g++ -g -O2 -o libaspell-common.la -rpath /usr/local/lib -release 0.50.2 string.lo getdata.lo itemize.lo file_util.lo string_buffer.lo string_map.lo string_list.lo config.lo posib_err.lo errors.lo error.lo fstream.lo iostream.lo info.lo can_have_error.lo convert.lo tokenizer.lo speller.lo document_checker.lo filter.lo strtonum.lo

*** Warning: This system can not link to static lib archive /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libstdc++.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
rm -fr  .libs/libaspell-common.dll.a
g++ -shared -nostdlib /usr/lib/gcc-lib/i686-pc-cygwin/3.2/crtbegin.o .libs/string.o .libs/getdata.o .libs/itemize.o .libs/file_util.o .libs/string_buffer.o .libs/string_map.o .libs/string_list.o .libs/config.o .libs/posib_err.o .libs/errors.o .libs/error.o .libs/fstream.o .libs/iostream.o .libs/info.o .libs/can_have_error.o .libs/convert.o .libs/tokenizer.o .libs/speller.o .libs/document_checker.o .libs/filter.o .libs/strtonum.o -L/usr/lib/gcc-lib/i686-pc-cygwin/3.2 -L/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../.. -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc /usr/lib/gcc-lib/i686-pc-cygwin/3.2/crtend.o -o .libs/cygaspell-common-0-50-2.dll -Wl,--image-base=0x10000000 -Wl,--out-implib,.libs/libaspell-common.dll.a
make[2]: Leaving directory `/home/Administrator/aspell-0.50.2/common'
make[1]: Leaving directory `/home/Administrator/aspell-0.50.2/common'


Next, tried to compile with gcc -fno-inline-functions. make gave following error:


Making all in auto
make[1]: Entering directory `/home/Administrator/aspell-0.50.2/auto'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/Administrator/aspell-0.50.2/auto'
Making all in common
make[1]: Entering directory `/home/Administrator/aspell-0.50.2/common'
make  all-am
make[2]: Entering directory `/home/Administrator/aspell-0.50.2/common'
/bin/bash ../libtool --mode=link g++ -g -O2 -o libaspell-common.la -rpath /usr/local/lib -release 0.50.2 string.lo getdata.lo itemize.lo file_util.lo string_buffer.lo string_map.lo string_list.lo config.lo posib_err.lo errors.lo error.lo fstream.lo iostream.lo info.lo can_have_error.lo convert.lo tokenizer.lo speller.lo document_checker.lo filter.lo strtonum.lo

*** Warning: This system can not link to static lib archive /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libstdc++.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: linker path does not have real file for library -luser32.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libuser32 and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a

*** Warning: linker path does not have real file for library -lkernel32.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libkernel32 and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a

*** Warning: linker path does not have real file for library -ladvapi32.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libadvapi32 and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a

*** Warning: linker path does not have real file for library -lshell32.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libshell32 and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
g++ -shared -nostdlib /usr/lib/gcc-lib/i686-pc-cygwin/3.2/crtbegin.o .libs/string.o .libs/getdata.o .libs/itemize.o .libs/file_util.o .libs/string_buffer.o .libs/string_map.o .libs/string_list.o .libs/config.o .libs/posib_err.o .libs/errors.o .libs/error.o .libs/fstream.o .libs/iostream.o .libs/info.o .libs/can_have_error.o .libs/convert.o .libs/tokenizer.o .libs/speller.o .libs/document_checker.o .libs/filter.o .libs/strtonum.o -L/usr/lib/gcc-lib/i686-pc-cygwin/3.2 -L/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../.. -lgcc -lcygwin -lgcc /usr/lib/gcc-lib/i686-pc-cygwin/3.2/crtend.o -o .libs/libaspell-common-0-50-2.dll -Wl,--image-base=0x10000000 -Wl,--out-implib,.libs/libaspell-common-0-50-2.dll
make[2]: Leaving directory `/home/Administrator/aspell-0.50.2/common'
make[1]: Leaving directory `/home/Administrator/aspell-0.50.2/common'

Comments?

-Grover


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail





reply via email to

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