[pdftex] 1.40.0-beta-20060906

gnwiii at gmail.com gnwiii at gmail.com
Fri Sep 8 13:13:37 CEST 2006


On 9/6/06, Martin Schröder <martin at oneiros.de> wrote:
> http://sarovar.org/download.php/1071/pdftex-1.40.0-beta-20060906.tar.bz2
> http://sarovar.org/download.php/1072/pdftex-1.40.0-beta-20060822-20060906.diff.gz
>
> ---------------------------------------------------------------
> pdfTeX 3.141592-1.40.0-beta-20060906 was released on 2006-09-06
> ---------------------------------------------------------------
> - bugfix: \pdfdraftmode could be tricked (600)
> - bugfix: Type1C (CFF) fonts of embedded pdfs didn't get replaced
>
> This is probably the last beta before a rc1, so please give it a spin.

In build/texk.web2c/Makefile the following recipe does not include the
CFLAGS macro.  On SGI Irix, using "-n32 -mips4" the linker complains
that is is expecting mips3 objects and finds only mips4.

  ------------------------------------
cxx_link_command = $(CXXLD) -o $@ $(LDFLAGS)
[...]

# Making pdftex
pdftex: pdftexd.h $(pdftex_o) $(pdftexextra_o) $(pdftexlibsdep)
	$(cxx_link_command) $(pdftex_o) $(pdftexextra_o) $(pdftexlibs)
$(socketlibs) $(proglib) $(kpathsea_dir)/.libs/libkpathsea.a $(LIBS)
$(XLOADLIBES) -nodefaultlibs -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -lm
-lgcc_eh -lgcc -lc -lgcc_eh -lgcc
  --------------------------------------

I think it shouldn't hurt to include $(CFLAGS):

cxx_link_command = $(CXXLD) $(CFLAGS) -o $@ $(LDFLAGS)


-- 
George N. White III <aa056 at chebucto.ns.ca>
Head of St. Margarets Bay, Nova Scotia


More information about the pdftex mailing list