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]

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


On Thu, 17 Jul 2003, Rafael Jimenez wrote:

> 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
> [snip]
> 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!
> [snip]

Try blowing away ./config.cache and re-running configure.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


--
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]