mark kimsal wrote: > Is there anyway to get more information about the seg fault? Sure. Did it leave a core file? If so, try to open it in gdb and get a backtrace. You can run the program inside gdb as well. Try "gdb <progname>", then "run". -- Jeff Sturm jeff.sturm@appnet.com