Net Llama! wrote:

Ok, not everything, but everything that I compile immediately dumps core
when i attempt to run it.  How would i go about troubleshooting this?

sounds like a broken library..

Can you run ldd against the app's you have built that segfault and see if there are one or more common libraries that are involved?

Or.. Have you run a debugger against the programs to see if you can find the actual line of code that is causing the fault? Maybe its a lib call and you can pinpoint the lib that way.

--jim


_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to