#1435: Tru64 report
--------------------+-------------------------------------------------------
 Reporter:  gerd    |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  build   |     Version:  2.5.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:  unix    |  
--------------------+-------------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:5 gerd]:
 > resolve_symbols: loader error: dlopen: ./miniparrot: symbol "imcc_init"
 unresolved

 For reference, here's where I see `imcc_init` in the source code:
 {{{
 $ fns . | xargs grep -n imcc_init
 ./compilers/imcc/imc.h:270:void imcc_init(PARROT_INTERP)
 ./compilers/imcc/imc.h:369:
    #define ASSERT_ARGS_imcc_init __attribute__unused__ int
 _ASSERT_ARGS_CHECK = (\
 ./compilers/imcc/parser_util.c:1097:=item C<void imcc_init(PARROT_INTERP)>
 ./compilers/imcc/parser_util.c:1106:imcc_init(PARROT_INTERP)
 ./compilers/imcc/parser_util.c:1108:    ASSERT_ARGS(imcc_init)
 ./docs/embed.pod:460:        imcc_init(interp);
 ./src/interp/inter_create.c:279:    imcc_init(interp);
 }}}
 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1435#comment:6>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to