YaChau - 2011-03-09

Hi,
       Yesterday, I just try to compile GEZEL 2.5 on cygwin, I get everything fine except the simulavr.

      I fellow the guide line on the web to do compile for simulavr and I get one function missing.

     When I do configure with " ./configure -prefix=/opt/simulavr", I got the warnning message:

couldn't load library "C:/cygwin/lib/itcl3.2/../libitcl32.a": invalid argument
configure: WARNING: Itcl package not installed, tcl examples with gui will not work

     I do the check to make sure if the libitcl32.a  exist, Of couse, it exist.

    And After I do make, I got the error message:

libtool: link: g++ -I/usr/include -g -O2 -Icmd -Iui -Ihwtimer -o .libs/simulavr.exe main.o dumpargs.
o .libs/adcpin.o .libs/application.o .libs/at4433.o .libs/at8515.o .libs/atmega668base.o .libs/atmeg
a128.o .libs/atmega16_32.o .libs/attiny2313.o .libs/externalirq.o .libs/avrdevice.o .libs/avrerror.o
.libs/avrfactory.o .libs/avrmalloc.o .libs/decoder.o .libs/decoder_trace.o .libs/flash.o .libs/flas
hprog.o .libs/hardware.o .libs/helper.o .libs/gdbserver.o .libs/hwacomp.o .libs/hwad.o .libs/hweepro
m.o .libs/timerprescaler.o .libs/prescalermux.o .libs/timerirq.o .libs/hwpinchange.o .libs/hwport.o
.libs/hwspi.o .libs/hwsreg.o .libs/icapturesrc.o .libs/hwstack.o .libs/hwtimer.o .libs/hwuart.o .lib
s/hwwado.o .libs/ioregs.o .libs/irqsystem.o .libs/keyboard.o .libs/lcd.o .libs/memory.o .libs/mysock
et.o .libs/net.o .libs/pin.o .libs/extpin.o .libs/pinatport.o .libs/pinmon.o .libs/rwmem.o .libs/sco
pe.o .libs/serialrx.o .libs/serialtx.o .libs/spisrc.o .libs/spisink.o .libs/specialmem.o .libs/strin
g2.o .libs/systemclock.o .libs/traceval.o .libs/ui.o  -L/usr/lib /usr/lib/libbfd.a -lz -liberty
/usr/lib/libbfd.a(libbfd.o):(.text+0x6d0): undefined reference to `_libintl_dgettext'
/usr/lib/libbfd.a(libbfd.o):(.text+0x725): undefined reference to `_libintl_dgettext'
/usr/lib/libbfd.a(libbfd.o):(.text+0x78b): undefined reference to `_libintl_dgettext'
/usr/lib/libbfd.a(libbfd.o):(.text+0x7d0): undefined reference to `_libintl_dgettext'
/usr/lib/libbfd.a(bfd.o):(.text+0x89d): undefined reference to `_libintl_dgettext'
/usr/lib/libbfd.a(bfd.o):(.text+0x8f5): more undefined references to `_libintl_dgettext' follow
collect2: ld returned 1 exit status

    So, If there is anyone know what happened??????