summaryrefslogtreecommitdiffstats
path: root/doc/texi/building/chapter.troubleshooting.texi
blob: 7796317b7a7b182d8a927ba6f1011d6b1151d699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@anchor{troubleshooting}
@chapter Troubleshooting
When troubleshooting build issues, the following files relative to the @file{build/} directory may be especially useful:

@table @file
@item GNUmakefile
Top-level makefile which contains build settings generated via @b{configure}.

@item log/config.info.txt
Record of output from @b{configure}.

@item log/config.verbose.txt
Record of verbose output from @b{configure}.

@item log/build.txt
Record of output from @command{configure --launch}. Similar output may be recorded using @command{make} depending on which shell is in use, eg: @command{make >& log/build.txt} or @command{make > log/build.txt 2>&1}.

@item log/xcodemake.env.txt
Environment (variables) dump as seen when Xcode forks @command{make}. @value{OS-osx} only.
@end table