In article
<804979f7e9dfb5f8f6437e2e4294c64e@localhost.talkaboutmac.com>,
>I'm using Codewarrior 9.2 and rebuilt the precompiled headers so I can use
>some 10.3 specific Cocoa calls, and since I did that, linking has gone
[quoted text clipped - 3 lines]
>
>Is there anything I can do to improve the linking speed?
Make sure you are using the right thing. You might want to use a
precompiled header directly (++ for C++) so there isn't a check for
every file to see if it is C or C++ Linkage.
Check the access paths and make sure you don't have any large recursive
search paths to start the list.
Also do you have your caches on and is the computer time correct.
Ron
>Here's the instructions I followed:
>
[quoted text clipped - 9 lines]
> 3. Double click to open the Build.MacOSX.mcp project.
> 4. Select Make (Command+M) from the Project menu.

Signature
Metrowerks, one of the world¹s top 100 companies and influencers
in the software development industry. - SD Times May 2004
http://www.sdtimes.com/2004sdt100.htm
Metrowerks, maker of CodeWarrior
Ron Liechty - MWRon@metrowerks.com - http://www.metrowerks.com
bluehaze - 29 Jun 2004 19:02 GMT
Thanks for the quick response. The problem was in my 'Access Paths'. I
had an entry that contained '../..', removed it and that seemed to have
fixed my problem.