[tex-live] C++ hack submitted to source

Thomas Esser te at dbs.uni-hannover.de
Sat May 24 21:44:08 CEST 2003


> test "$GCC" = "yes" && CXXFLAGS="-Wno-frobnitz $CXXFLAGS"

I need these special flags exactly at the end in the link line. My
solution was to add them like this:

E.g. in mminstance/mmpfb/Makefile.am:
- mmpfb_LDADD = ../t1lib/libt1lib.a ../edlib/libedlib.a
+ mmpfb_LDADD = ../t1lib/libt1lib.a ../edlib/libedlib.a @CXXLDEXTRA@

After recreating all files (aclocal / automake), all was working as
expected.

Thomas


More information about the tex-live mailing list