all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Harry Putnam <reader@newsguy.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to point an emacs build to gif libs
Date: Fri, 23 Jan 2015 06:25:26 -0500	[thread overview]
Message-ID: <87bnlpzql5.fsf@reader.local.lan> (raw)
In-Reply-To: wm3872tfu1.fsf@fencepost.gnu.org

Glenn Morris <rgm@gnu.org> writes:

> Read the INSTALL file, specifically the bits about LDFLAGS and CPPFLAGS.
> For more "modern" stuff, add PKG_CONFIG_PATH.

[...]

Thanks, thats a heck of a start.. sorry it hadn't dawned on my dimwits
to look there.

I found the config.log that gets genearated is also an excellent place
to look for exactly what is not being found... making it much easier
to figure out where it needs pointing too.

A tip for anyone interested is to search config.log after running
configure (if not happy with that result) for the word `perhaps'

Everywhere you see that word will be info telling what lib is not
being found.  Once you know what lib... its short work to:

  find /suspected/path/base/ -name '*lib_named_at_perhaps*'

And thereby find the correct paths to add. to PKG_CONFIG_PATH

Thanks again




  reply	other threads:[~2015-01-23 11:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22 17:58 How to point an emacs build to gif libs Harry Putnam
2015-01-23  2:01 ` Glenn Morris
2015-01-23 11:25   ` Harry Putnam [this message]
2015-01-23 15:26     ` Harry Putnam
  -- strict thread matches above, loose matches on Subject: below --
2015-01-20 21:40 Harry Putnam
2015-01-19 15:26 Harry Putnam
2015-01-20 21:33 ` Harry Putnam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bnlpzql5.fsf@reader.local.lan \
    --to=reader@newsguy.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.