[tlbuild] Patches for building TeXlive with CYGWIN-gcc-3.4.4 (Correction)

Rodrigo Medina rodmedina at cantv.net
Mon Sep 29 23:16:04 CEST 2008


Hi,
I have found a better version for the patch #6 of the previous message
http://tug.org/pipermail/tlbuild/2008q3/000428.html

It is sure that this new version has no effects on the other platforms.

Patch #6
   Modify .../texk/web2c/configure.
   a) after the line
   flags_try2='-nodefaultlibs -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -lm -lgcc
-lc -lgcc'
   insert the line
   flags_try3='-nodefaultlibs -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -lm -lgcc
-lcygwin -lkernel32'

   b) substitute the line 
   for flags in "$flags_try1" "$flags_try2"; do
   by the line
   for flags in "$flags_try1" "$flags_try2" "$flags_try3"; do

Regards
Rodrigo Medina



More information about the tlbuild mailing list