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

Reply via email to