Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3d6f8f

Browse files
committed
Add -lgl and -lm for imgfile. Better way to configure zlib.
1 parent 4a43cc6 commit d3d6f8f

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

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)