[tlbuild] TeX Live builds -- second summary [updated sources]

Peter Breitenlohner peb at mppmu.mpg.de
Mon May 4 14:54:54 CEST 2009


On Thu, 30 Apr 2009, Angelo Graziosi wrote:

> Peter Breitenlohner ha scritto:
>> 
>> Could you please send me a few lines above of this.
>
>>  STRIPPROG='strip' /bin/sh 
>> /home/pippo/work/texlive-source/build-aux/install-sh -c -s 
>> 'dialog-build/dialog' 
>> '/home/pippo/work/texlive-source/inst/bin/i686-pc-cygwin/tcdialog'

Hi Angelo,

for Cygwin this should have been

  STRIPPROG='strip' /bin/sh
  /home/pippo/work/texlive-source/build-aux/install-sh -c -s
  'dialog-build/dialog.exe'
  '/home/pippo/work/texlive-source/inst/bin/i686-pc-cygwin/tcdialog.exe'

but the .exe was missing because the substitution 'EXEEXT = @EXEEXT@' was
missing in Makefile.in, because 'AC_PROG_CC' was missing in configure.ac.

Now fixed (r12920).

Regards
Peter


More information about the tlbuild mailing list