In message <[EMAIL PROTECTED]>,
    "Jonathan Worthington" writes:

: Ugh. I'm currently doing a lot of stuff to get rid of .def files and
: replace them with decorations in the code instead. You may have got
: caught up in this (or maybe the changes have hurt cygwin in a way I
: didn't anticipate). Anyway, please grab the latest source, make
: realclean and have another go at building it. I've put in a whole load
: more changes tonight.

Not quite. At r11144 on Cygwin, I see

[...]
gcc -o miniparrot.exe -s -L/usr/local/lib   compilers/imcc/main.o \
 -L/home/gbacon/src/parrot/blib/lib -lparrot  -lcrypt src/null_config.o
compilers/imcc/main.o: In function `imcc_version':
/home/gbacon/src/parrot/compilers/imcc/main.c:124: undefined reference to 
`_Parrot_revision'
/home/gbacon/src/parrot/compilers/imcc/main.c:128: undefined reference to 
`_Parrot_config_revision'
compilers/imcc/main.o: In function `main':
/home/gbacon/src/parrot/compilers/imcc/main.c:475: undefined reference to 
`_imcc_init'
/home/gbacon/src/parrot/compilers/imcc/main.c:500: undefined reference to 
`_yyin'
/home/gbacon/src/parrot/compilers/imcc/main.c:510: undefined reference to 
`_yyin'
/home/gbacon/src/parrot/compilers/imcc/main.c:510: undefined reference to 
`_yyin'
/home/gbacon/src/parrot/compilers/imcc/main.c:557: undefined reference to 
`_yyin'
/home/gbacon/src/parrot/compilers/imcc/main.c:585: undefined reference to 
`_yyin'
compilers/imcc/main.o:/home/gbacon/src/parrot/compilers/imcc/main.c:596: more 
undefined references to `_yyin' follow
Info: resolving _yydebug by linking to __imp__yydebug (auto-import)
Info: resolving _line by linking to __imp__line (auto-import)
collect2: ld returned 1 exit status
make: *** [miniparrot.exe] Error 1

Greg

Reply via email to