[tlbuild] Build -g
Ken Brown
kbrow1i at gmail.com
Thu Apr 30 01:23:00 CEST 2009
On 4/28/2009 5:16 PM, Karl Berry wrote:
> Just as a hint -- if you run "Build -g", it will override all three
> flags variables (CFLAGS=-g CXXFLAGS=-g OBJCFLAGS=-g) so that everything
> is built with only symbols, no optimization. Faster builds, more
> reliable debugging, should it be necessary.
This doesn't work with the current Build script:
$ ./Build -g
starting Wed Apr 29 19:18:35 EDT 2009
+ eval CFLAGS=-g CXXFLAGS=-g OBJCFLAGS=-g time ../configure
--prefix=/c/downloads/texlive/Build09/patched-source/inst
--datadir=/c/downloads/texlive/Build09/patched-source/inst
--disable-shared --disable-largefile --with-xdvi-x-toolkit=xaw
--disable-threads --with-old-mac-fonts --without-xindy
CFLAGS=-g CXXFLAGS=-g OBJCFLAGS=-g time ../configure
--prefix=/c/downloads/texlive/Build09/patched-source/inst
--datadir=/c/downloads/texlive/Build09/patched-source/inst
--disable-shared --disable-largefile --with-xdvi-x-toolkit=xaw
--disable-threads --with-old-mac-fonts --without-xindy
++ CFLAGS=-g
++ CXXFLAGS=-g
++ OBJCFLAGS=-g
++ time ../configure
--prefix=/c/downloads/texlive/Build09/patched-source/inst
--datadir=/c/downloads/texlive/Build09/patched-source/inst
--disable-shared --disable-largefile --with-xdvi-x-toolkit=xaw
--disable-threads --with-old-mac-fonts
--without-xindy
./Build: line 88: time: command not found
+ echo 127
find: `/c/downloads/texlive/Build09/patched-source/inst/bin': No such
file or directory
./Build: Build failed, no executables under
/c/downloads/texlive/Build09/patched-source/inst/bin.
done Wed Apr 29 19:18:35 EDT 2009
Ken
More information about the tlbuild
mailing list