Re: cmbright

2002-05-24 Thread Thomas Esser
while upgrading my SuSE 7.3 to SuSE 8.0 the tetex rpm was upgraded from 1.0.7-285 to beta.20020207-70. Now the problem seems to be that in that new ... Now my question is: Has cmbright been removed from tetex? (If yes, why?) How can I get that package and include it in my tex installation?

beta-20020402: LDFLAGS not used when linking pdftex and [o]xdvi.bin

2002-05-24 Thread Thomas Anders
Hello, compiling teTeX-src-beta-20020402 with env LDFLAGS=-L/my/path/to/libs ./configure --with-system-tifflib \ --with-system-t1lib gmake gives problems in the linking stage of texk/web2c/pdftex, texk/oxdvik/oxdvi.bin and texk/xdvik/xdvi.bin since LDFLAGS is not used there: g++

Re: beta-20020402: LDFLAGS not used when linking pdftex and [o]xdvi.bin

2002-05-24 Thread Thomas Esser
compiling teTeX-src-beta-20020402 with env LDFLAGS=-L/my/path/to/libs ./configure --with-system-tifflib \ --with-system-t1lib gmake gives problems in the linking stage of texk/web2c/pdftex, texk/oxdvik/oxdvi.bin and texk/xdvik/xdvi.bin since LDFLAGS is not used there: I

Re: beta-20020402: configure problems if tifflib needs jpeg

2002-05-24 Thread Thomas Esser
configure from teTeX-src-beta-20020402 doesn't detect an installed tifflib (--with-system-tifflib) if libtiff has been compiled with JPEG support and therefore depends on libjpeg. Ok, I have fixed that. Thanks for your report. Thomas