# New Ticket Created by  Greg Bacon 
# Please include the string:  [perl #38217]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38217 >


[...]
/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'
compilers/imcc/main.o: In function `parseflags':
/home/gbacon/src/parrot/compilers/imcc/main.c:294: undefined reference to 
`_yydebug'
/home/gbacon/src/parrot/compilers/imcc/main.c:366: undefined reference to 
`_IMCC_fatal'
compilers/imcc/main.o: In function `do_pre_process':
/home/gbacon/src/parrot/compilers/imcc/main.c:387: undefined reference to 
`_IMCC_push_parser_state'
/home/gbacon/src/parrot/compilers/imcc/main.c:388: undefined reference to 
`_yylex'
/home/gbacon/src/parrot/compilers/imcc/main.c:402: undefined reference to 
`_yylex'
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:476: undefined reference to 
`_IMCC_ast_init'
/home/gbacon/src/parrot/compilers/imcc/main.c:497: undefined reference to 
`_IMCC_fatal'
/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:511: undefined reference to 
`_IMCC_fatal'
/home/gbacon/src/parrot/compilers/imcc/main.c:545: undefined reference to 
`_IMCC_fatal'
/home/gbacon/src/parrot/compilers/imcc/main.c:549: undefined reference to 
`_IMCC_fatal'
/home/gbacon/src/parrot/compilers/imcc/main.c:556: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:557: undefined reference to 
`_yyin'
/home/gbacon/src/parrot/compilers/imcc/main.c:557: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:565: undefined reference to 
`_IMCC_fatal'
/home/gbacon/src/parrot/compilers/imcc/main.c:572: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:577: undefined reference to 
`_IMCC_push_parser_state'
/home/gbacon/src/parrot/compilers/imcc/main.c:580: undefined reference to 
`_emit_open'
/home/gbacon/src/parrot/compilers/imcc/main.c:582: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:585: undefined reference to 
`_yyin'
/home/gbacon/src/parrot/compilers/imcc/main.c:585: undefined reference to 
`_IMCC_ast_compile'
/home/gbacon/src/parrot/compilers/imcc/main.c:586: undefined reference to 
`_imc_compile_all_units_for_ast'
/home/gbacon/src/parrot/compilers/imcc/main.c:590: undefined reference to 
`_yyparse'
/home/gbacon/src/parrot/compilers/imcc/main.c:592: undefined reference to 
`_imc_compile_all_units'
/home/gbacon/src/parrot/compilers/imcc/main.c:594: undefined reference to 
`_imc_cleanup'
/home/gbacon/src/parrot/compilers/imcc/main.c:596: undefined reference to 
`_yyin'
/home/gbacon/src/parrot/compilers/imcc/main.c:598: undefined reference to 
`_line'
/home/gbacon/src/parrot/compilers/imcc/main.c:598: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:606: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:610: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:616: undefined reference to 
`_IMCC_fatal'
/home/gbacon/src/parrot/compilers/imcc/main.c:620: undefined reference to 
`_IMCC_fatal'
/home/gbacon/src/parrot/compilers/imcc/main.c:623: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:632: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:635: undefined reference to 
`_IMCC_fatal'
/home/gbacon/src/parrot/compilers/imcc/main.c:653: undefined reference to 
`_IMCC_info'
/home/gbacon/src/parrot/compilers/imcc/main.c:655: undefined reference to 
`_IMCC_info'
collect2: ld returned 1 exit status
make: *** [miniparrot.exe] Error 1

Reply via email to