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


In the past few weeks we've had an increasing number of "Undefined 
symbols" errors on OS X (Tiger). Previously it was only a handful of 
failing tests, but now it's preventing 'make' from completing, 
terminating with the following error:

------
c++ -o pbc_to_exe pbc_to_exe.o  -L/usr/local/lib -L/opt/local/lib 
-L/sw/lib -L/sw/lib -L/opt/local/lib -L/sw/lib 
-L/Users/allison/projects/svn/parrot/blib/lib -lparrot 
-L/Users/allison/projects/svn/parrot/blib/lib -lm -lgmp -lreadline 
/Users/allison/projects/svn/parrot/src/parrot_config.o
/usr/bin/ld: Undefined symbols:
_Parrot_set_executable_name
collect2: ld returned 1 exit status
linking failed
current instr.: 'link_file' pc 752 (pbc_to_exe.pir:365)
called from Sub 'main' pc 124 (pbc_to_exe.pir:32)
make: *** [pbc_to_exe] Error 1
------

Looks like this particular failure was caused by r25020, but it's only a 
symptom of the wider problem.

Allison

Reply via email to