Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5efc493c
Commit
5efc493c
authored
Apr 24, 2007
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(DETAILED BUILDING AND INSTALLATION): Fix typo.
parent
af6a8551
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
ChangeLog
ChangeLog
+5
-1
INSTALL
INSTALL
+8
-8
No files found.
ChangeLog
View file @
5efc493c
2007-04-24 Juanma Barranquero <lekktu@gmail.com>
* INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
2007-04-19 Glenn Morris <rgm@gnu.org>
* configure.in: Signal error if Xaw libs are missing in a Lucid
...
...
@@ -25,7 +29,7 @@
* configure.in: Restore support for hp800 (removed 2007-01-27)
following clarification of legal status.
2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2007-03-22 Joe Buehler <jbuehler@spirentcom.com>
(tiny change)
* configure.in: Add support for AIX4.3 on IBM RS6000.
...
...
INSTALL
View file @
5efc493c
...
...
@@ -298,13 +298,13 @@ or more of these options:
--
without
-
png
for
PNG
image
support
Use
--
without
-
toolkit
-
scroll
-
bars
to
disable
LessTif
/
Motif
or
Xaw3d
scroll
bars
.
scroll
bars
.
Use
--
without
-
xim
to
inhibit
the
default
use
of
X
Input
Methods
.
In
this
case
,
the
X
resource
useXIM
can
be
used
to
turn
on
use
of
XIM
.
Use
--
disable
-
largefile
omits
support
for
files
larger
than
2
GB
on
systems
which
support
that
.
systems
which
support
that
.
Use
--
without
-
sound
to
disable
sound
support
.
...
...
@@ -364,8 +364,8 @@ Some tests might fail because the compiler should look in special
directories
for
some
header
files
,
or
link
against
optional
libraries
,
or
use
special
compilation
options
.
You
can
force
`
configure
' and the build process which follows it to do that by
setting the variables CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC
before
running `configure'
.
CPP
is
the
command
which
invokes
the
setting the variables CPPFL
A
GS, CFLAGS, LDFLAGS, LIBS, CPP and CC
before
running `configure'
.
CPP
is
the
command
which
invokes
the
preprocessor
,
CPPFLAGS
lists
the
options
passed
to
it
,
CFLAGS
are
compilation
options
,
LDFLAGS
are
options
used
when
linking
,
LIBS
are
libraries
to
link
against
,
and
CC
is
the
command
which
invokes
the
...
...
@@ -384,10 +384,10 @@ to look in `/bar/mylib' for libraries, pass the -O3 optimization
switch to the compiler, and link against libfoo.a and libbar.a
libraries in addition to the standard ones.
For some libraries, like Gtk+, fontconfig and ALSA, `configure'
use
pkg
-
config
to
find
where
those
libraries
are
installed
.
If
you
want
pkg
-
config
to
look
in
special
directories
,
you
have
to
set
the
environment
variable
PKG_CONFIG_PATH
to
point
to
the
directories
For some libraries, like Gtk+, fontconfig and ALSA, `configure'
use
pkg
-
config
to
find
where
those
libraries
are
installed
.
If
you
want
pkg
-
config
to
look
in
special
directories
,
you
have
to
set
the
environment
variable
PKG_CONFIG_PATH
to
point
to
the
directories
where
the
.
pc
-
files
for
those
libraries
are
.
For
example
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment