"Greg Bacon (via RT)" <[EMAIL PROTECTED]> wrote:
[...]
/usr/bin/perl tools/build/parrot_config_c.pl --mini > \
src/null_config.c
src/null_config.c
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'
...
collect2: ld returned 1 exit status
make: *** [miniparrot.exe] Error 1
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.
Thanks,
Jonathan