Joshua McAdams wrote:
g++-4.0 -o myops_ops.bundle myops_ops.o -L/opt/local/lib
-L/usr/local/lib -L/Users/joshua/Development/parrot/blib/lib
-flat_namespace -L/opt/local/lib
-L/Users/joshua/Development/parrot/blib/lib -bundle -undefined
suppress -L/Users/joshua/Development/parrot/blib/lib -lparrot
By the way, is it suspicious that /opt/local/lib is included before
/usr/local/lib and that /opt/local/lib is included twice? I'm
wondering if darwinports is interfering with the compilation.
The patch I was trying to remember a minute ago was in
http://rt.perl.org/rt3/Ticket/Display.html?id=50390.
Cf: lib/Parrot/Configure/Step/Methods.pm sub
_handle_darwin_for_fink(). This is Fink-specific, but Coke did raise
the question of whether it should be generalized. Whether that will
help out with your immediate problem, I don't know; I would like to see
the output of P::C::Trace first.
kid51