There was a segmentation fault related with iq_lib.c.
this was due to Export.h (now Export.h.old) that was of the wrong type due to a change in IDL version.
Then we had to change the type of "filename" in iq_lib.c, from STRING (in iq_lib.c.old) to IDL_STRING in the new iq_lib.c.

Export.h was taken from: /sware/com/idl-6.2/idl_6.2/external/export.h

This was solved thanks to Olof and Manolo on October 13, 2006
