e args))) (define (help-link) (let ((dle display-line-error)) (dle "Usage: " program-name " link") (dle "Print linker flags for building the `guile' executable.") (dle "Print the linker command-line flags necessary to link against") (dle "the Guile library, and any other libraries it requires."))) (define (usage-link) (display-line-error " " program-name " link - print libraries to link with"))