Follow-up Comment #4, bug #12575 (project gnustep):

-framework in gcc is a snap to implement, it only sends -framework to ld,
this is in gcc 4 already but only enabled for darwin in
gcc/config/darwin-c.c. (only -F is needed for the header lookup)

ld support is blocked by ld.so support search for 'slash' in
http://www.caldera.com/developers/gabi/latest/ch5.dynamic.html#shobj_dependencies

ELF defines semantics which conflict with framework support, and my
requests/patches for a substitution sequence (next section below the
reference to slash) which would produce an undefined behaviour by the ELF
spec where we could implement what is needed for frameworks, have fallen on
deaf ears.

anyhow i have it all working, what is left seems mostly political.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12575>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to