|
From: Geoff H. <ghu...@ws...> - 2002-08-30 14:26:51
|
On Thu, 29 Aug 2002, Jim Cole wrote: > very little about htnotify. The executables were built with the > GCC 2 (2.95.2) compiler. It doesn't appear that the compiler > version changed since the last Developer Tool release, so I guess > that implies that a library related problem is likely. Hmm. I thought that OS X 10.2 used gcc-3.1 for compiling just about everything. (There were comments about how the improved PowerPC performance would help app speed, etc.) I guess I'd suggest recompiling from scratch as I know the C++ ABI changed between 2.95.x and 3.1 and it'll eventually change again with gcc-3.2. If not, you can always run programs through gdb and hit a Control-Z in the middle of a loop to see where it is. -Geoff |