Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
png
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dženan Zukić
png
Commits
25bb30c9
Commit
25bb30c9
authored
8 years ago
by
Glenn Randers-Pehrson
Browse files
Options
Downloads
Patches
Plain Diff
[libpng16] Added "Common linking failures" section to INSTALL
parent
b733c50b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ANNOUNCE
+3
-2
3 additions, 2 deletions
ANNOUNCE
CHANGES
+2
-1
2 additions, 1 deletion
CHANGES
INSTALL
+13
-20
13 additions, 20 deletions
INSTALL
with
18 additions
and
23 deletions
ANNOUNCE
+
3
−
2
View file @
25bb30c9
Libpng 1.6.24beta03 - July
1
, 2016
Libpng 1.6.24beta03 - July
2
, 2016
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
...
...
@@ -67,12 +67,13 @@ Version 1.6.24beta02 [June 23, 2016]
structure padding is fixable, but it would be a signficant change (moving
structure members around).
Version 1.6.24beta03 [July
1
, 2016]
Version 1.6.24beta03 [July
2
, 2016]
Optimized absolute value calculation in filter selection, similar to
code in the PAETH decoder in pngrutil.c. Build with PNG_USE_ABS to
use this.
Added pngcp to the build together with a pngcp.dfa configuration test.
Added high resolution timing to pngcp.
Added "Common linking failures" section to INSTALL.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
...
...
This diff is collapsed.
Click to expand it.
CHANGES
+
2
−
1
View file @
25bb30c9
...
...
@@ -5638,12 +5638,13 @@ Version 1.6.24beta02 [June 23, 2016]
structure padding is fixable, but it would be a signficant change (moving
structure members around).
Version 1.6.24beta03 [July
1
, 2016]
Version 1.6.24beta03 [July
2
, 2016]
Optimized absolute value calculation in filter selection, similar to
code in the PAETH decoder in pngrutil.c. Build with PNG_USE_ABS to
use this.
Added pngcp to the build together with a pngcp.dfa configuration test.
Added high resolution timing to pngcp.
Added "Common linking failures" section to INSTALL.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
...
...
This diff is collapsed.
Click to expand it.
INSTALL
+
13
−
20
View file @
25bb30c9
...
...
@@ -18,7 +18,8 @@ VIII. Configuring libpng for 16-bit platforms
XIII. Removing unwanted object code
XIV. Changes to the build and configuration of libpng in libpng-1.5.x
XV. Setjmp/longjmp issues
XVI. Other sources of information about libpng
XVI. Common linking failures
XVII. Other sources of information about libpng
I. Simple installation
...
...
@@ -382,28 +383,20 @@ This requires setjmp/longjmp, so you must either build the library
with PNG_SETJMP_SUPPORTED defined, or with PNG_SIMPLIFIED_READ_SUPPORTED
and PNG_SIMPLIFIED_WRITE_SUPPORTED undefined.
XVI.
Other sources of information about libpng:
XVI.
Common linking failures
Further information can be found in the README and libpng-manual.txt
files, in the individual makefiles, in png.h, and the manual pages
libpng.3 and png.5.
Using the ./configure script -- 16 December 2002.
=================================================
If your application fails to find libpng or zlib entries while linking:
The ./configure script should work compatibly with what scripts/makefile.*
did, however there are some options you might need to add to configure
explicitly, which previously was done semi-automatically (if you didn't edit
scripts/makefile.* yourself, that is)
Be sure "-lz" appears after "-lpng" on your linking command.
CFLAGS="-Wall -O -funroll-loops \
-malign-loops=2 -malign-functions=2" ./configure --prefix=/usr/include \
--with-pkgconfigdir=/usr/lib/pkgconfig --includedir=/usr/include
Be sure you have built libpng, zlib, and your application for the
same platform (e.g., 32-bit or 64-bit).
You can alternatively specify --includedir=/usr/include, /usr/local/include,
/usr/include/libpng16, or whatever
.
If you are using the vstudio project, observe the WARNING in
project/vstudio/README.txt
.
If you find that the configure script is out-of-date or is not supporting
your platform properly, try running autogen.sh to regenerate "configure",
"Makefile.in", and the other configuration files. Then try configure again.
XVII. Other sources of information about libpng:
Further information can be found in the README and libpng-manual.txt
files, in the individual makefiles, in png.h, and the manual pages
libpng.3 and png.5.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment