[tlbuild] TeX Live builds
Angelo Graziosi
angelo.graziosi at alice.it
Sat Apr 25 22:32:51 CEST 2009
Ken Brown ha scritto:
> On 4/25/2009 8:02 AM, Angelo Graziosi wrote:
>> Ken Brown wrote:
>>
>>> By the way, I used gcc-3 in my build attempt, and he used gcc-4; this
>>> might account for some of the differences.
>>
>> No, also with gcc-3 it fails with exactly the same errors I obtain
>> with gcc-4! and only 227 exec. installed.
>
> OK, then there's some other reason why my build dies so much sooner than
> yours. Maybe different versions of libtool? I have libtool-2.2.7a-12.
Here: Cygwin 1.5.25-15, X11R6, and libtool-2.2.7a-3.
> Notice that the beginning of the end for my build is the following
> strange command:
>
> gcc -g -O2 -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc
> tangle.c -o tangle
Are you using the build script? In my case, since this is an
experimental build, I use the 'bare' command:
cd texlive-source
./Build --without-graphite 2>&1 | tee ../texlive2009_build_cyg.log
>
> It should say tangle.o or tangle.exe at the end, and there should be
The command:
gcc foo.c -o foo
should create foo.exe on Cygwin, i.e. the suffix '.exe' is appended.
> some -I options, among other things.
>
Right! Adding:
-I. -I../../../texk/web2c -I./..
-I/home/pippo/work/texlive-20090424-source/Work/texk
-I/home/pippo/work/texlive-20090424-source/texk
fails only in linking stage, i.e. it creates tangle.o but not the exe.
So, TL guys, what do you think about this?
Thanks,
Angelo.
More information about the tlbuild
mailing list