Precompiled Headers
Precompiled Headers
- Subject: Precompiled Headers
- From: John Nairn <email@hidden>
- Date: Mon, 03 Feb 2003 10:59:18 -0700
I tried to turn on precompiled headers in C++ tool (which is used in a
Cocoa App) but I can not get it to work. I found many postings on
precompling error messages, but my case seems a bit different - no
error messages but failure.
I entered a prefix header file, unchecked precompile, and it compiles
(slowly) and runs fine. I then cleaned the target, checked precompile,
it compiles (fast, no errors or warnings), but immediately exits with
signal 11 (SIGSEGV). The prefix header includes <iostream>, <string.h>,
<stdlib.h>, <stdio.h>, and <math.h> and nothing else.
Can this tool use precompiled (for much faster compiles)?
I tried "Use GCC 3 'PFE' support" not checked and it does not work at
all (not sure what that is?)
------------
John Nairn (1-801-581-3413, FAX: 1-801-581-4816)
Web page:
http://www.mse.utah.edu/~nairn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.