On 12/18/05, Software Developer <softwd@xxxxxxxxx> wrote: > Hi Joshua, > > > What exact error do you get when you try to run it > at the console? > > - "Segmentation fault" Well, that's a whole other ball of wax. It means there is a programming error in either your program or one of the libraries it calls. You can try to use a debugger to find more details. But this is certainly beyond the scope of this mailing list. You might try a mailing list appropriate to your programming language or tools. Joshua.