Next: , Previous: AIX-Specific Considerations, Up: Platform-Specific Information for the Run-Time Libraries


A.7 Irix-Specific Considerations

The GCC support libraries coming with the Irix compiler have moved to their canonical place with respect to the general Irix ABI related conventions. Running applications built with the default shared GNAT run-time now requires the LD_LIBRARY_PATH environment variable to include this location. A possible way to achieve this is to issue the following command line on a bash prompt:

     $  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`dirname \`gcc --print-file-name=libgcc_s.so\``