# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #38269]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38269 >



Make realclean, config with these options:

CXX='ccache g++-4.0'
CC='ccache gcc-4.0'
/usr/bin/perl Configure.pl --cc="$CC" --cxx="$CXX" --link="$CXX" -- 
d="$CXX" --optimize --parrot_is_shared $@

then make fails with:

Invoking Parrot to generate runtime/parrot/include/config.fpmc -- 
cross your fingers
./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc
dyld: lazy symbol binding failed: Symbol not found: _sprintf$LDBLStub
   Referenced from: /Users/wcoleda/research/parrot/blib/lib/ 
libparrot.dylib
   Expected in: flat namespace

dyld: Symbol not found: _sprintf$LDBLStub
   Referenced from: /Users/wcoleda/research/parrot/blib/lib/ 
libparrot.dylib
   Expected in: flat namespace

$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.4.4
BuildVersion:   8G32


Reply via email to