> 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.