On Monday, November 11, 2002, at 02:28 PM, Alwyn wrote:
'fink update-all' following 'fink selfupdate-cvs' on Mac OS 10.2.1 has just given me the following:
<details of xpdf build snipped>
The configuration log for xpdf reveals the followingld: Undefined symbols: _T1_AAHSetGrayValues _T1_AANSetGrayValues _T1_AASetBitsPerPixel _T1_AASetChar _T1_AASetGrayValues _T1_AASetLevel _T1_AddFont _T1_CloseLib _T1_CopyFont _T1_DeleteFont _T1_FreeOutline _T1_GetCharOutline _T1_GetFontBBox _T1_InitLib _T1_LoadFont _T1_ReencodeFont _T1_SetBitmapPad _T1_SetChar _T1_TransformFont make[1]: *** [xpdf] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Failed: compiling xpdf-2.00-2 failed
configure:8060: checking for t1lib.h
configure:8067: result: yes
configure:8099: checking for T1_InitLib in -lt1
configure:8132: gcc -o conftest -g -O2 -fno-rtti conftest.c -lt1 -I/sw/include
-I/usr/X11R6/include -lt1 -L/usr/X11R6/lib -lSM -lICE -lX11 -lm >&5
ld: can't locate file for: -lt1
configure:8135: $? = 1
configure: failed program was:
#line 8106 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char T1_InitLib ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
T1_InitLib ();
;
return 0;
}
configure:8152: result: no
configure:8170: result: not using t1 library
which is rather odd. The xpdf-2.00-2.info file notes
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
which implies that --with-t1-lib=%p/lib is not working as a configure flag.
Try using
"--with-t1-library=%p/lib" in "ConfigureFlags"
Jeremy
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users
