[tex-hyphen] Patgen

Karl Berry karl at freefriends.org
Sat May 18 18:10:21 CEST 2019


    > @!trie_size=110021182;
    > @!triec_size=55000006;

Compiling with gcc on centos7, I get link warnings with that value for
triec_size (trie_size was ok):

  patgen.o: In function `initialize':
  .../source/Work/texk/web2c/patgen.c:178:(.text+0x2e9):
  relocation truncated to fit: R_X86_64_32S against symbol `xchr'
  defined in COMMON section in patgen.o

To avoid the warning, I had to reduce the latter value to
@!triec_size=54677566;

So I committed that (plus the 100* reordering), r51154.

I hope that value still works for you. And I hope it is not something
about the memory or compiler or something else particular to a given
machine. --thanks, karl.


More information about the tex-live mailing list