xpdf-3.01
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for library containing strerror... none required
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... ranlib
checking for OS/2 (with EMX)... no
checking for DOS (with DJGPP)... no
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for gethostbyname... (cached) yes
checking select() and fd_set in sys/select.h and sys/bsdtypes.h... not needed
checking FD_ZERO and strings.h or bstring.h... not needed
checking for rewinddir... yes
checking for popen... yes
checking for mkstemp... yes
checking for mkstemps... no
checking whether select takes fd_set arguments... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... 1
checking for fseeko... yes
checking for fseek64... no
checking for ftell64... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether to use Xpm library... maybe
checking where to find the Xpm header files... 
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmCreatePixmapFromData in -lXpm... yes
using Xpm library
checking whether to use Xext library... maybe
checking where to find the Xext header files... 
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XextAddDisplay in -lXext... yes
using Xext library
checking whether to use Xp library... maybe
checking where to find the Xp header files... 
checking X11/extensions/Print.h usability... yes
checking X11/extensions/Print.h presence... yes
checking for X11/extensions/Print.h... yes
checking for XpStartPage in -lXp... yes
using Xp library
checking whether to use Xt library... maybe
checking where to find the Xt header files... 
checking X11/Intrinsic.h usability... yes
checking X11/Intrinsic.h presence... yes
checking for X11/Intrinsic.h... yes
checking for XtAppInitialize in -lXt... yes
using Xt library
checking whether to use Xm library... maybe
checking where to find the Xm header files... 
checking Xm/XmAll.h usability... yes
checking Xm/XmAll.h presence... yes
checking for Xm/XmAll.h... yes
checking for XmCreateForm in -lXm... yes
using Xm library
checking whether to use Sgm library... maybe
checking where to find the Sgm header files... 
checking Sgm/HPanedW.h usability... no
checking Sgm/HPanedW.h presence... no
checking for Sgm/HPanedW.h... no
not using Sgm library
checking for XtAppSetExitFlag in -lXt... yes
checking whether to use t1 library... maybe
checking where to find the t1 header files... 
checking t1lib.h usability... yes
checking t1lib.h presence... yes
checking for t1lib.h... yes
checking for T1_InitLib in -lt1... yes
using t1 library
checking whether to use freetype2 library... maybe
checking where to find the freetype2 header files... 
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking for FT_Get_Name_Index in -lfreetype... yes
using freetype2 library
checking whether to use libpaper library... maybe
checking where to find the libpaper header files... 
checking paper.h usability... no
checking paper.h presence... no
checking for paper.h... no
not using libpaper library
configure: creating ./config.status
config.status: creating Makefile
config.status: creating goo/Makefile
config.status: creating fofi/Makefile
config.status: creating splash/Makefile
config.status: creating xpdf/Makefile
config.status: creating aconf.h
cd goo; make
make[1]: Entering directory `/usr/src/xpdf-3.01/goo'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I. -c GHash.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I. -c GList.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I. -c GString.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I. -c gmempp.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I. -c gfile.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I. -c FixedPoint.cc
gcc -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I.   -c -o gmem.o gmem.c
gcc -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I.   -c -o parseargs.o parseargs.c
rm -f libGoo.a
ar rc libGoo.a GHash.o GList.o GString.o gmempp.o gfile.o FixedPoint.o gmem.o parseargs.o
ranlib libGoo.a
make[1]: Leaving directory `/usr/src/xpdf-3.01/goo'
cd fofi; make
make[1]: Entering directory `/usr/src/xpdf-3.01/fofi'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiBase.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiEncodings.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiTrueType.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1C.cc
rm -f libfofi.a
ar rc libfofi.a FoFiBase.o FoFiEncodings.o FoFiTrueType.o FoFiType1.o FoFiType1C.o
ranlib libfofi.a
make[1]: Leaving directory `/usr/src/xpdf-3.01/fofi'
cd splash; make
make[1]: Entering directory `/usr/src/xpdf-3.01/splash'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c Splash.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashBitmap.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashClip.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFTFont.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFTFontEngine.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFTFontFile.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFont.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFontEngine.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFontFile.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFontFileID.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashPath.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashPattern.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashScreen.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashState.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashT1Font.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashT1FontEngine.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashT1FontFile.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashXPath.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashXPathScanner.cc
rm -f libsplash.a
ar rc libsplash.a Splash.o SplashBitmap.o SplashClip.o SplashFTFont.o SplashFTFontEngine.o SplashFTFontFile.o SplashFont.o SplashFontEngine.o SplashFontFile.o SplashFontFileID.o SplashPath.o SplashPattern.o SplashScreen.o SplashState.o SplashT1Font.o SplashT1FontEngine.o SplashT1FontFile.o SplashXPath.o SplashXPathScanner.o
ranlib libsplash.a
make[1]: Leaving directory `/usr/src/xpdf-3.01/splash'
cd xpdf; make all
make[1]: Entering directory `/usr/src/xpdf-3.01/xpdf'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Annot.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Array.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c BuiltinFont.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c BuiltinFontTables.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Catalog.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c CharCodeToUnicode.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c CMap.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c CoreOutputDev.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Decrypt.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Dict.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Error.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c FontEncodingTables.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Function.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Gfx.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c GfxFont.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c GfxState.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c GlobalParams.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c JArithmeticDecoder.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c JBIG2Stream.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c JPXStream.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Lexer.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Link.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c NameToCharCode.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Object.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Outline.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c OutputDev.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Page.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Parser.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c PDFCore.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c PDFDoc.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c PDFDocEncoding.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c PSOutputDev.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c PSTokenizer.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -DHAVE_XPDFCORE -c -o SecurityHandler.x.o \
	SecurityHandler.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c SplashOutputDev.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c Stream.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c TextOutputDev.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c UnicodeMap.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c UnicodeTypeTable.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c XPDFApp.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c XPDFCore.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c XPDFTree.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c XPDFViewer.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c XpdfPluginAPI.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c XRef.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c xpdf.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include  -o xpdf Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o CoreOutputDev.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFCore.o PDFDoc.o PDFDocEncoding.o PSOutputDev.o PSTokenizer.o SecurityHandler.x.o SplashOutputDev.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XPDFApp.o XPDFCore.o XPDFTree.o XPDFViewer.o XpdfPluginAPI.o XRef.o xpdf.o -L../goo -lGoo -L../splash -lsplash -lt1 -lfreetype -lfontconfig -lXm -lXt -lXp -lXext -lXpm  -lSM -lICE  -L/usr/X11R6/lib -lX11  -L../fofi -lfofi -L../goo -lGoo -lm
../goo/libGoo.a(gfile.o): In function `openTempFile(GString**, _IO_FILE**, char*, char*)':
gfile.cc:(.text+0x52b): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c SecurityHandler.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c pdftops.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include  -o pdftops Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Outline.o Object.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSOutputDev.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdftops.o \
	-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
../goo/libGoo.a(gfile.o): In function `openTempFile(GString**, _IO_FILE**, char*, char*)':
gfile.cc:(.text+0x52b): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c pdftotext.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include  -o pdftotext Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XpdfPluginAPI.o XRef.o pdftotext.o \
	-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
../goo/libGoo.a(gfile.o): In function `openTempFile(GString**, _IO_FILE**, char*, char*)':
gfile.cc:(.text+0x52b): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c pdfinfo.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include  -o pdfinfo Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdfinfo.o \
	-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
../goo/libGoo.a(gfile.o): In function `openTempFile(GString**, _IO_FILE**, char*, char*)':
gfile.cc:(.text+0x52b): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c pdffonts.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include  -o pdffonts Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdffonts.o \
	-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
../goo/libGoo.a(gfile.o): In function `openTempFile(GString**, _IO_FILE**, char*, char*)':
gfile.cc:(.text+0x52b): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c pdftoppm.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include  -o pdftoppm Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o SplashOutputDev.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XpdfPluginAPI.o XRef.o pdftoppm.o \
	-L../goo -lGoo -L../splash -lsplash -lt1 -lfreetype -lfontconfig -L../fofi -lfofi -L../goo -lGoo -lm
../goo/libGoo.a(gfile.o): In function `openTempFile(GString**, _IO_FILE**, char*, char*)':
gfile.cc:(.text+0x52b): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c ImageOutputDev.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include -c pdfimages.cc
g++ -O3 -march=k8 -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.           -I/usr/X11R6/include  -o pdfimages Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o ImageOutputDev.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdfimages.o \
	-L../goo -lGoo -L../fofi -lfofi -L../goo -lGoo -lm
../goo/libGoo.a(gfile.o): In function `openTempFile(GString**, _IO_FILE**, char*, char*)':
gfile.cc:(.text+0x52b): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
make[1]: Leaving directory `/usr/src/xpdf-3.01/xpdf'
mkdir -p /usr/X11R6/bin
/bin/install -c xpdf/xpdf /usr/X11R6/bin/xpdf
/bin/install -c xpdf/pdftops /usr/X11R6/bin/pdftops
/bin/install -c xpdf/pdftotext /usr/X11R6/bin/pdftotext
/bin/install -c xpdf/pdfinfo /usr/X11R6/bin/pdfinfo
/bin/install -c xpdf/pdffonts /usr/X11R6/bin/pdffonts
/bin/install -c xpdf/pdftoppm /usr/X11R6/bin/pdftoppm
/bin/install -c xpdf/pdfimages /usr/X11R6/bin/pdfimages
mkdir -p /usr/X11R6/man/man1
/bin/install -c -m 644 ./doc/xpdf.1 /usr/X11R6/man/man1/xpdf.1
/bin/install -c -m 644 ./doc/pdftops.1 /usr/X11R6/man/man1/pdftops.1
/bin/install -c -m 644 ./doc/pdftotext.1 /usr/X11R6/man/man1/pdftotext.1
/bin/install -c -m 644 ./doc/pdfinfo.1 /usr/X11R6/man/man1/pdfinfo.1
/bin/install -c -m 644 ./doc/pdffonts.1 /usr/X11R6/man/man1/pdffonts.1
/bin/install -c -m 644 ./doc/pdftoppm.1 /usr/X11R6/man/man1/pdftoppm.1
/bin/install -c -m 644 ./doc/pdfimages.1 /usr/X11R6/man/man1/pdfimages.1
mkdir -p /usr/X11R6/man/man5
/bin/install -c -m 644 ./doc/xpdfrc.5 /usr/X11R6/man/man5/xpdfrc.5
mkdir -p /etc/X11
# not overwriting the existing /etc/X11/xpdfrc

real	1m22.032s
user	1m18.449s
sys	0m2.604s
