Changes between Initial Version and Version 4 of Ticket #1246

Show
Ignore:
Timestamp:
05/21/11 02:28:51 (11 years ago)
Author:
jkeenan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1246 – description

    initial v4  
    11This ticket moves to the Trac system discussion of issues originally raised as [http://rt.perl.org/rt3/Ticket/Display.html?id=53610 RT 53610].  In that RT, Alberto Simões stated: 
    22{{{ 
    3 As discussed on the mailing list, currently parrot is being linked with a bunch of libraries that will be just used by dynamic loading. 
     3As discussed on the mailing list, currently parrot is being 
     4linked with a bunch of libraries that will be just used by  
     5dynamic loading. 
    46 
    57For instante: 
     
    79[ambs@rachmaninoff parrot]$ ldd parrot 
    810parrot: 
    9 /Users/ambs/Projects/parrot/blib/lib/libparrot.dylib (compatibility 
    10 version 0.0.0, current version 0.0.0) 
     11/Users/ambs/Projects/parrot/blib/lib/libparrot.dylib  
     12  (compatibility version 0.0.0, current version 0.0.0) 
    1113/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
    1214version 111.0.0) 
     
    35371.0.0) 
    3638 
    37 From these, I am sure GLUT/GL and pcre should not be there. Some others might be in excess as well, like readline (?). 
     39From these, I am sure GLUT/GL and pcre should not be there.  
     40Some others might be in excess as well, like readline (?). 
    3841 
    39 So, the CC line used to build parrot should be cleaned up from these 
    40 extra libraries. 
     42So, the CC line used to build parrot should be cleaned up  
     43from these extra libraries. 
    4144}}} 
    4245Note:  Though I too am on Darwin (albeit an older version), I apparently don't have the `ldd` command, so I could not produce a more recent report on that platform.  It's not clear to me whether this is a Darwin-specific issues or one that applies regardless of platform.