search for: vfonts_la_ldflags

Displaying 1 result from an estimated 1 matches for "vfonts_la_ldflags".

2006 May 12
1
X11 and vfonts modules on AIX 5.2
...default(4, 2, "\\#J2438\\#J2421\\#J2451\\#J2473", vfont = Vf) : Hershey fonts cannot be loaded A diff on the R-2.0.1 and R-2.2.1 vfonts module makefiles, diff ~/src/R-2.0.1/src/modules/vfonts/Makefile ~/src/R-2.2.1/src/modules/vfonts/Makefile 51c51 < $(SHLIB_LINK) -o $@ $(vfonts_la_LDFLAGS) $(vfonts_la_OBJECTS) $(vfonts_la_LIBADD) $(LIBS) --- > $(SHLIB_LINK) -o $@ $(vfonts_la_LDFLAGS) $(vfonts_la_OBJECTS) $(vfonts_la_LIBADD) ... I added $(LIBS) at the end of the R-2.2.1 vfonts makefile, and the above error went away the next time I ran make check. So, where I am curren...