<br>
Hi all,<br>
<br>
I am currently using ITK under RedHat 9. It has been compiled in static. <br>
When I compile programs, I get compilation error during the linking. For example, compiling a simple program Dicom-png, I get:<br>
<br>
Building executable /import/users/rousseau/ITK_VTK/Exemples/Tests/Dicom/Dicom-png/Dicom-png...<br>
/usr/bin/ld: final link failed: Input/output error<br>
collect2: ld returned 1 exit status<br>
make[1]: *** [/import/users/rousseau/ITK_VTK/Exemples/Tests/Dicom/Dicom-png/Dicom-png] Error 1<br>
make: *** [default_target] Error 2<br>
<br>
In most of the cases, after trying to compile several time, it finally
creates the executables (without changing anything in the code), which
works perfectly.<br>
This erratic error is confusing me. <br>
<br>
Does anyone have any clue about what could cause this error?<br>
Can it be that ITK has not been properly compiled?<br>
Could a dynamic compiling help?<br>
<br>
BTW, how can I compile ITK dynamicaly?<br>
<br>
Thanks,<br>
Olivier<br>
<br>
<br>
Does someo<br>