all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to point an emacs build to gif libs
@ 2015-01-20 21:40 Harry Putnam
  0 siblings, 0 replies; 7+ messages in thread
From: Harry Putnam @ 2015-01-20 21:40 UTC (permalink / raw
  To: help-gnu-emacs

setup Solaris OS (openindiana-hipster)

Trying to figure out how to tell configure where to look for gif
libraries by using ./configure's --help. It shows `--libdir=' so I
tried using that to point to /opt/csw/lib:/opt/csw/lib/amd64/

Where things like: libungif.so libgif.so.4.1.7 libgif.so and several
more like those, but not working out like I hoped.

My ./configure line:

 PATH=$PATH ./configure --prefix=/usr/local/src/vcs/git/test
   --with-x=yes --with-gif=yes --libdir=/opt/csw/lib:/opt/csw/lib/amd64
     --with-imagemagick=yes --with-x-toolkit=athena

   (the PATH= stuff was there to cure a problem where ./configure was
   finding the wrong (old) verion of makeinfo... the PATH variable
   seemed to head it the right way /opt/csw/bin/)


So with that ./configure line, it ends with:
,----
| [...]
| configure: error: The following required libraries were not found:
|      libgif/libungif
| Maybe some development libraries/packages are missing?
| If you don't want to link with them give
|      --with-gif=no
| as options to configure
`----

Having emacs built with gif or not is really small potatoes, my query
is more to for once and for all... learn how to tell ./configure some
kinds of things.




^ permalink raw reply	[flat|nested] 7+ messages in thread
* How to point an emacs build to gif libs
@ 2015-01-22 17:58 Harry Putnam
  2015-01-23  2:01 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Harry Putnam @ 2015-01-22 17:58 UTC (permalink / raw
  To: help-gnu-emacs

Note: this message (with some editing here -hp) was mistakenly posted
on emacs.devel.

setup Solaris OS (openindiana-hipster)

Trying to figure out how to tell configure where to look for gif
libraries by using ./configure --help shows --libdir= so I tried using
that to point /opt/csw/lib:/opt/csw/lib/amd64/

NOTEL I've since learned from a helpful poster that --lib-dir is about
where to put lib files NOT where to find them.

Where things like: libungif.so libgif.so.4.1.7 libgif.so and several
more like those but ./configure ends with:

My ./configure line:

 PATH=$PATH ./configure --prefix=/usr/local/src/vcs/git/test
   --with-x=yes --with-gif=yes --libdir=/opt/csw/lib:/opt/csw/lib/amd64
     --with-imagemagick=yes --with-x-toolkit=athena

(the PATH= stuff was there to cure a problem where ./configure was
finding the wrong (old) verion of makeinfo... the PATH variable seemed
to head it the right way /opt/csw/bin/)

So with that ./configure line, it ends with:

,----
| [...]
| configure: error: The following required libraries were not found:
|      libgif/libungif
| Maybe some development libraries/packages are missing?
| If you don't want to link with them give
|      --with-gif=no
| as options to configure
`----

Having emacs built with gif or not is really small potatoes, my query
is more to for once and for all... learn how to tell ./configure some
kinds of things.

NOTE: Someone has suggested it be involved with certain CFLAGS
settings or the like.

Anyone who knows something about doeing this on solaris or any one
with an opinion; Some input would be very welcome.





^ permalink raw reply	[flat|nested] 7+ messages in thread
* How to point an emacs build to gif libs
@ 2015-01-19 15:26 Harry Putnam
  2015-01-20 21:33 ` Harry Putnam
  0 siblings, 1 reply; 7+ messages in thread
From: Harry Putnam @ 2015-01-19 15:26 UTC (permalink / raw
  To: emacs-devel

setup Solaris OS (openindiana-hipster)

Trying to figure out how to tell configure where to look for gif
libraries by using ./configure --help shows --libdir= so I tried using
that to point /opt/csw/lib:/opt/csw/lib/amd64/

Where things like: libungif.so libgif.so.4.1.7 libgif.so and several
more like those but ./configure ends with:

My ./configure line:

 PATH=$PATH ./configure --prefix=/usr/local/src/vcs/git/test
   --with-x=yes --with-gif=yes --libdir=/opt/csw/lib:/opt/csw/lib/amd64
     --with-imagemagick=yes --with-x-toolkit=athena

(the PATH= stuff was there to cure a problem where ./configure was
finding the wrong (old) verion of makeinfo... the PATH variable seemed
to head it the right way /opt/csw/bin/)

So with that ./configure line, it ends with:

,----
| [...]
| configure: error: The following required libraries were not found:
|      libgif/libungif
| Maybe some development libraries/packages are missing?
| If you don't want to link with them give
|      --with-gif=no
| as options to configure
`----

Having emacs built with gif or not is really small potatoes, my query
is more to for once and for all... learn how to tell ./configure some
kinds of things.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-23 15:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 21:40 How to point an emacs build to gif libs Harry Putnam
  -- strict thread matches above, loose matches on Subject: below --
2015-01-22 17:58 Harry Putnam
2015-01-23  2:01 ` Glenn Morris
2015-01-23 11:25   ` Harry Putnam
2015-01-23 15:26     ` Harry Putnam
2015-01-19 15:26 Harry Putnam
2015-01-20 21:33 ` Harry Putnam

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.