#1246: Extra libraries on CC build command
-----------------------+----------------------------------------------------
 Reporter:  jkeenan    |       Owner:       
     Type:  bug        |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  configure  |     Version:  1.7.0
 Severity:  medium     |    Keywords:       
     Lang:             |       Patch:       
 Platform:             |  
-----------------------+----------------------------------------------------

Comment(by doughera):

 In perl 5, we use two separate variables, {{{ libs }}} and {{{
 perllibs}}}, to deal with this issue.  The {{{ libs }}} variable contains
 the full list of libraries found by {{{ Configure}}}.  Libraries only
 needed by extensions are normally dropped from the {{{ perllibs }}}
 variable.  The final linking of the perl executable only uses {{{
 perllibs}}}.

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