Hi aspell compilation gives the follwong error during linking. Any ideas ? This workes fine in the 32bit cygwin distro.
/bin/sh ./libtool --tag=CC --mode=link gcc -ggdb -O2 -pipe -fdebug-prefix-map=/cygdrive/d/misc/src/release64/aspell-0.60.6.1-1/build=/usr/src/debug/aspell-0.60.6.1-1 -fdebug-prefix-map=/cygdrive/d/misc/src/release64/aspell-0.60.6.1-1/src/aspell-0.60.6.1=/usr/src/debug/aspell-0.60.6.1-1 -o word-list-compress.exe prog/compress.o -ldl libtool: link: gcc -ggdb -O2 -pipe -fdebug-prefix-map=/cygdrive/d/misc/src/release64/aspell-0.60.6.1-1/build=/usr/src/debug/aspell-0.60.6.1-1 -fdebug-prefix-map=/cygdrive/d/misc/src/release64/aspell-0.60.6.1-1/src/aspell-0.60.6.1=/usr/src/debug/aspell-0.60.6.1-1 -o .libs/word-list-compress.exe prog/compress.o -ldl prog/compress.o: In function `main': /usr/src/debug/aspell-0.60.6.1-1/prog/compress.c:113: undefined reference to `_fileno' /usr/src/debug/aspell-0.60.6.1-1/prog/compress.c:113:(.text.startup+0xfa): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_fileno' /usr/src/debug/aspell-0.60.6.1-1/prog/compress.c:81: undefined reference to `_fileno' /usr/src/debug/aspell-0.60.6.1-1/prog/compress.c:81:(.text.startup+0x172): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `_fileno' collect2: error: ld returned 1 exit status Ciao Volker