[comp.sys.mac.hypercard] followup from gjb RE:MPW 3 linker change

barnett@cc.ic.ac.uk (G.J. Barnett) (02/13/91)

     Sorry about the mail adress - I think I mistyped it on that posting
    Here is how I link

     link -w -m ENTRYPOINT -rt XCMD=ident -sg filename
     -t STAK -c WILD filename.o "{libraries}"interface.o
     "{plibraries}"Paslib.o "{libraries}"Toollibs.o
     -o targetstack

     The change from mpw 2 to 3 seems to be using -sg filename instead of
     -sn Main=filename
     Note that my segmentname = filename

     Hope that this solves your problem

     Graham Barnett-barnett@cc.ic.ac.uk