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


Trying to get dynclasses/Tcl* working with the new "group" directive.

Following the directions in dynclasses/README, I did a cvs update, then:

$ make realclean
$ export LD_LIBRARY_PATH=.:blib/lib
$ perl Configure.pl
$ make
$ make shared
$ cd dynclasses; make

On OSX 10.3.5, I end up with:

ld: warning -L: directory name (arry) does not exist
ld: /Users/coke/research/parrot/blib/lib/libparrot.dylib is input for the dynamic link 
editor, is not relocatable by the static link editor again
compile foo.c failed (256)

(While the -Larry is funny, it should probably be removed, neh?)

As for the next error... huh?

I checked in my changes to dynclasses/tcl*.pmc (which was just to add "group tclgroup" 
to the pmclass declaration).

Reply via email to