[tex-live] pdfopen build breakage

Olaf Weber olaf at infovore.xs4all.nl
Fri Aug 5 19:25:58 CEST 2005


I got some build breakage with pdfopen, due to what looks like an
improper Makefile.am:

Change 7656 by olaf at olaf on 2005/08/05 19:18:34

        Put libraries (-lX11 ...) in LDADD, not in AM_LDFLAGS.  This because
        AM_LDFLAGS will be put before the objects when linking, which means
        that some linkers will not search those libraries to resolve symbols
        from the program's objects.
        Since my version of automake differs, I also had to regenerate
        aclocal.m4.

Affected files ...

... //depot/Build/source.development/TeX/utils/pdfopen/Makefile.am#3 edit
... //depot/Build/source.development/TeX/utils/pdfopen/Makefile.in#3 edit
... //depot/Build/source.development/TeX/utils/pdfopen/aclocal.m4#2 edit

Differences ...

==== //depot/Build/source.development/TeX/utils/pdfopen/Makefile.am#3 (text) ====

@@ -1,7 +1,7 @@

 AM_CFLAGS = -Wall $(X_CFLAGS)

-AM_LDFLAGS = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)
+LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)

 bin_PROGRAMS = pdfopen pdfclose


==== //depot/Build/source.development/TeX/utils/pdfopen/Makefile.in#3 (text) ===
...

-- 
Olaf Weber

               (This space left blank for technical reasons.)



More information about the tex-live mailing list