This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

xpdf ./configure error: Doesn't find specified libraries (But theyare there??)


Dear list,

I am encountering some problems when building xpdf-0.92 under cygwin.
I built the t1lib libraries, and installed in /usr/local/lib/ and
/usr/local/include/. However, it seems that the ./configure script
doesn't find them, even though I include the specific path to them:

The libraries exist, they are at:

$ ls /usr/local/include/
[...some files...]
/usr/local/include/t1lib.h
/usr/local/include/t1libx.h

$ ls /usr/local/lib/
[...some files...]
libt1.a
libt1.la
libt1x.a
libt1x.la

Then, I tell the directories to configure in the following way:

$ ./configure --with-t1-library=/usr/local/lib \
--with-t1-includes=/usr/local/include

But configure doesn't find t1lib.h (see output below). Is
this a bug, or am I doing something wrong??

Thanks,
R.

% ======================================= [./configure output]

loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... (cached) none needed
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for OS/2 (with EMX)... (cached) no
checking for DOS (with DJGPP)... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) no
checking for shmat in -lipc... (cached) no
checking for IceConnectionNumber in -lICE... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for gethostbyname... (cached) yes
checking select() and fd_set in sys/select.h and sys/bsdtypes.h... need sys/select.h
checking FD_ZERO and strings.h or bstring.h... not needed
checking for rewinddir... (cached) yes
checking for popen... (cached) yes
checking for mkstemp... (cached) yes
checking whether select takes fd_set arguments... (cached) yes
checking whether to use Xpm library... (cached) maybe
checking where to find the Xpm header files... (cached)
checking for X11/xpm.h... (cached) yes
checking for XpmCreatePixmapFromData in -lXpm... (cached) yes
using Xpm library
checking whether to use t1 library... (cached) /usr/local/lib
checking where to find the t1 header files... (cached) /usr/local/include
checking for t1lib.h... (cached) no
configure: warning: requested t1 library not found!
checking whether to use freetype library... (cached) /d/cygwin.local/freetype-1.3.1/lib
checking where to find the freetype header files... (cached) /d/cygwin.local/freetype-1.3.1/lib
checking for freetype/freetype.h... (cached) no
configure: warning: requested freetype library not found!
checking whether to use freetype library... (cached) /d/cygwin.local/freetype-1.3.1/lib
checking where to find the freetype header files... (cached) /d/cygwin.local/freetype-1.3.1/lib
checking for freetype.h... (cached) no
configure: warning: requested freetype library not found!
updating cache ./config.cache
creating ./config.status
creating Makefile
creating xpdf/Makefile
creating ltk/Makefile
creating goo/Makefile

-- 
RJR


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]