Next: , Previous: Binding Using gnatbind, Up: Top


5 Linking Using gnatlink

This chapter discusses gnatlink, a utility program used to link Ada programs and build an executable file. This is a simple program that invokes the Unix linker (via the gcc command) with a correct list of object files and library references. gnatlink automatically determines the list of files and references for the Ada part of a program. It uses the binder file generated by the binder to determine this list.