Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3d6f8f

Browse files
committed
Add -lgl and -lm for imgfile. Better way to configure zlib.
1 parent4a43cc6 commitd3d6f8f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

‎Modules/Setup.in‎

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ md5 md5module.c md5c.c
214214

215215
# This module requires the header file
216216
# /usr/people/4Dgifts/iristools/include/izoom.h:
217-
218-
#imgfile imgfile.c -limage -lgutil# Image Processing Utilities
217+
#imgfile imgfile.c -limage -lgutil -lgl -lm# Image Processing Utilities
219218

220219

221220
# These modules require the Multimedia Development Option (I think):
@@ -345,11 +344,8 @@ cPickle cPickle.c
345344
#fpetest fpetestmodule.c
346345

347346
# Andrew Kuchling's zlib module.
348-
# This require zlib 1.0.4. See http://quest.jpl.nasa.gov/zlib/
349-
# Edit the ZLIBHOME variable to point to the place where you built zlib.
350-
# If you installed libzlib.a, replace the last argument with -lz
351-
#ZLIBHOME=..
352-
#zlib zlibmodule.c -I$(ZLIBHOME) -L$(ZLIBHOME) -lz
347+
# This require zlib 1.0.4 (or later). See http://quest.jpl.nasa.gov/zlib/
348+
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
353349

354350

355351
# Example -- included for reference only:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp