[MLton] MacOS linking broken?
    Stephen Weeks 
    sweeks at sweeks.com
       
    Thu Dec  7 09:46:07 PST 2006
    
    
  
> Is it possible that what is getting echoed to the terminal is not
> what is actually getting executed?
I doubt that's the problem.  Could you use ktrace to look at what's
actually being passed to exec and confirm this?
Another possible difference is environment variables.  You could
compare a printenv in the shell with a modified version of MLton that
dumps the environment before calling exec.  The file to edit is
mlton/control/system.sml.
    
    
More information about the MLton
mailing list