Scroll to navigation

BUILDPROGRAM(1) User Commands BUILDPROGRAM(1)

NAME

BuildProgram - compile, link with Gnuastro library and its dependencies, and run a C program

SYNOPSIS

astbuildprog [OPTION...] C-source [ARGUMENTS TO RUN]

DESCRIPTION

BuildProgram is part of GNU Astronomy Utilities 0.19. BuildProgram will compile and run a C program, while automatically linking with libraries that Gnuastro depends on. Hence you do not have to worry about explicitly linking with CFITSIO for example if you want to work on a FITS file, or with GSL if you want to use GNU Scientific Library's functions. The standard compiler options of '-I', '-L', and '-l' are also available for further customization of the build.

For more information, please run any of the following commands. In particular the second contains a very comprehensive explanation of BuildProgram's invocation: expected input(s), output(s), and a full description of all the options.

$ astbuildprog -P
$ info astbuildprog
$ info BuildProgram
$ info gnuastro

If you couldn't find your answer in the manual, you can get direct help from experienced Gnuastro users and developers. For more information, please run:

$ info help-gnuastro

BuildProgram options:

Input:
Libtool '.la' to use instead of default.
Name of C compiler's executable.
No env. (e.g., LDFLAGS or CPPFLAGS) in build.
Directories to search for '#include's.
Link libraries, e.g., for libgsl: '-lgsl'.
Directory to search for libraries to link.
Libtool '--tag': programming language.
Output:
Don't run the built program.
Delete compiled program after running.
Don't delete output if it exists.
Debugging information in compiled binary.
Keep input directory for automatic output.
Output file name.
Optimization level: 0, 1, 2, 3.
Compilation warnings on command-line.
Operating modes:
-?, --help
give this help list
List all config files and variables read.
BibTeX citation for this program.
Read configuration file STR immediately.
Do not parse any more configuration files.
Min. bytes to avoid RAM automatically.
Only run if the program version is STR.
Print parameter values to be used and abort.
Don't print mmap'd file's name and size.
Only report errors, remain quiet about steps.
Set default values for this directory and abort.
give a short usage message
Set default values for this user and abort.
print program version

Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.

GNU Astronomy Utilities home page: http://www.gnu.org/software/gnuastro/

REPORTING BUGS

Report bugs to bug-gnuastro@gnu.org.

COPYRIGHT

Copyright © 2015-2022 Free Software Foundation, Inc. License GPLv3+: GNU General public license version 3 or later.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Written/developed by Mohammad Akhlaghi

SEE ALSO

The full documentation for BuildProgram is maintained as a Texinfo manual. If the info and BuildProgram programs are properly installed at your site, the command

info BuildProgram

should give you access to the complete manual.

October 2022 GNU Astronomy Utilities 0.19