#1045: parrot needs a shared library even if configured with 
--parrot_is_shared=0.
-----------------------+----------------------------------------------------
 Reporter:  doughera   |       Owner:       
     Type:  bug        |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  configure  |     Version:  1.6.0
 Severity:  medium     |    Keywords:       
     Lang:             |       Patch:       
 Platform:             |  
-----------------------+----------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:3 doughera]:
 >
 > It's also possible to get a false success if there's a
 > compatible previously-built libparrot already installed
 > somewhere that will get picked up by the runtime dynamic loader.

 Today I configured, built and tested Parrot on a Linux box where I know it
 has never been installed.  I got most of the same error as previously
 reported for Linux.
 {{{
 ./miniparrot -Iruntime/parrot/include config_lib.pir >
   runtime/parrot/include/config.fpmc
 ./miniparrot: error while loading shared libraries:
   libparrot.so.2.4.0: cannot open shared object file:
   No such file or directory
 make: *** [runtime/parrot/include/config.fpmc] Error 127
 }}}
 I did not get the part about ''config.fpmc'' being truncated.

 Thank you very much.

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1045#comment:4>
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