Joseph Martin wrote:
> However, under Linux whenever I use absolute pathnames on the
> command line or in "response files" it exits with saying "Segmentation
> Fault". If anyone has any ideas why it SegFault with absolute paths please
> let me know. Also I can send the source code to anyone who wants to take a
> look and see where the problem lies.
Compile the program with debugging enabled, and then use gdb to
examine the core file. This will tell you what made it segfault.
--
Glynn Clements <[EMAIL PROTECTED]>