Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!munnari.oz.au!metro!ipso!runxtsa!garym From: garym@runx.oz.au (Gary Makin) Newsgroups: comp.sys.mac.programmer Subject: Re: Another ETO problem Message-ID: <1991May15.011400.19468@runx.oz.au> Date: 15 May 91 01:14:00 GMT References: <282F3211.3470@orion.oac.uci.edu> Distribution: comp Organization: RUNX Un*x Timeshare. Sydney, Australia. Lines: 13 In the file "Startup" in the "MacApp" folder, there's a few lines like: # Include the following line if you wish to use external symbol dumpfiles for Pascal or C++. # Otherwise Pascal just dumps the symbol tables in the resource fork of the source and C++ # doesn't keep external symbol tables. Only good for C++ with load/dump support SET MABuildDefaults "{MABuildDefaults} -PasLoad -CPlusLoad" If you put a "#" at the start of the last line, then MPW wont try to do a load/dump for you. The compile will work, but it will take longer. One other warking, the load/dump file is very large > 1 M. Gary Makin.