[Ecls-list] Mingw ecls without with-cmuformat failing?

Karsten Poeck karsten.poeck at gmail.com
Tue Jan 18 13:13:19 UTC 2005


I've tried to build cvs ecls on W-XP/Mingw/MSYS with plain
./configure
make
That failed to build the ecl.dll with
    > ;;; Invoking external command: dllwrap --export-all-symbols -o 
"ecl.dll" -L"c:/cygwin/home/Karsten/ecls/build/" "c/main.o" 
"c/all_symbols2.o" "liblsp.a" 
"libeclmin.a"    -leclgmp -leclgc -lwsock32 -lm
c/all_symbols2.o(.data+0x17d8):all_symbols.c: undefined reference to 
`cl_copy_pprint_dispatch'
c/all_symbols2.o(.data+0x3c68):all_symbols.c: undefined reference to 
`cl_pprint_dispatch'
c/all_symbols2.o(.data+0x3c98):all_symbols.c: undefined reference to 
`cl_pprint_fill'
c/all_symbols2.o(.data+0x3cb0):all_symbols.c: undefined reference to 
`cl_pprint_indent'
c/all_symbols2.o(.data+0x3cc8):all_symbols.c: undefined reference to 
`cl_pprint_linear'
c/all_symbols2.o(.data+0x3cf8):all_symbols.c: undefined reference to 
`cl_pprint_newline'
c/all_symbols2.o(.data+0x3d28):all_symbols.c: undefined reference to 
`cl_pprint_tab'
c/all_symbols2.o(.data+0x3d40):all_symbols.c: undefined reference to 
`cl_pprint_tabular'
c/all_symbols2.o(.data+0x45c8): In function `si_mangle_name':
c:/cygwin/home/Karsten/ecls/src/c/all_symbols.d:112: undefined reference to 
`cl_set_pprint_dispatch'

I might be wrong, but it seems that these are only defined if you do 
./configure --with-cmu-format.

Building in this way the build suceeded, I just had to copy a few header 
files into ../build/h
I think ecl-cmp.h and the files included were missing.


salud2

Karsten




More information about the ecl-devel mailing list