# New Ticket Created by chromatic # Please include the string: [perl #43129] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43129 >
On Monday 04 June 2007 12:49:45 Mark Glines wrote: > (the LD_LIBRARY_PATH bit is required on freebsd so parrot can find > libparrot.so.) The GNU linker supports a flag to mark a relocatable shared library. From my Makefile: -Wl,-rpath=/home/chromatic/dev/parrot/blib/lib I don't know which linker you use on FreeBSD, but is there a similar flag? If so, using it could clear up some of the dynamic loading problems (especially for dynops and dynpmcs). -- c