hi,
...guess I've got loads to learn about ld! but i am also wondering why the "-bundle" and "-bundle_loader" didn't work...
i'm also surprised it didn't work but i used them in a different context : i just linked some pd externs with these options.
the linking command was :
cc -bundle -undefined error -twolevel_namespace -bundle_loader ../../bin/pd -o <extern>.pd_darwin <extern>.o
as you can see, it didn't make use of libtool...
so, maybe you can try to issue this command outside of Project Builder :
cc -bundle -undefined error -twolevel_namespace -bundle_loader ../../bin/pd -o Gem.pd_darwin <all your objects with wildcards>.o
i personally avoid using any IDE [ vi power, not even emacs ].
cheers,
yves