From cb7f71b174691c7b0b255ee7eb6295e6a4c22bf6 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Tue, 11 Feb 2003 19:23:19 +0000 Subject: [PATCH] From Tom Jolley: I was converting a pfb file to osg and had trouble with a missing image library. I added -all in front of -limage where PFLIBS is defined in Make/makedefs to solve my problem. --- Make/makedefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make/makedefs b/Make/makedefs index 1d807a9ce..76b657aa5 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -170,7 +170,7 @@ ifeq ($(OS),IRIX) -lpfflt -lpfgds -lpfgfo -lpfim -lpflsa -lpflsb \ -lpfnff -lpfobj -lpfpegg -lpfpfb -lpfphd -lpfpts \ -lpfrot -lpfscale -lpfsgf -lpfsgo -lpfsphere -lpfsv \ - -lpftri -lpfunc -lpfvct -lpfdu -lpfutil -lpf -limage + -lpftri -lpfunc -lpfvct -lpfdu -lpfutil -lpf -all -limage FREETYPE_LIB = -lfreetype ifeq ($(ARCH),64) ARCHARGS = -64 -DARCH64