|
From: Jeff D. <jd...@ka...> - 2000-11-15 04:16:55
|
wst...@po... said: > I compiled my own test10 and left in the symbols. Added "debug" to > the command line and left off "</dev/null" for the moment. It's now > hanging at mounting proc filesystem. Just to fill everyone in on what happened with this - I looked at this with Bill today and it turns out to be a compiler problem. At -O2, the default gcc on whatever distro Bill was running calculates addresses of labels incorrectly. Switching to kgcc fixed the problem. Jeff |