#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 coke):

 Here's an OS X shortcut that vaguely simulates ldd:

 {{{
 $ alias ldd
 alias ldd='otool -arch all -L'
 $ ldd ~/bird/bin/parrot | head -2
 /Users/coke/bird/bin/parrot:
         /Users/coke/research/parrot/blib/lib/libparrot.dylib
 (compatibility version 0.0.0, current version 0.0.0)
 }}}

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