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 ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ htdig-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/htdig-dev
