Opened 18 years ago

Last modified 17 years ago

#1867 closed defect

dylib checks missing for many libs in configure — at Initial Version

Reported by: kyngchaos@… Owned by: mapserverbugs
Priority: high Milestone: 5.0 release
Component: Build Problems Version: 4.8
Severity: normal Keywords:
Cc:

Description

No libraries are checked for the presence of a dylib (Mac OS X).  These ones fail if a static library is not 
present:

png
jpeg
gd
proj
pdf
Xpm

The check fails even if explicit dirs are set using --with options.  Other libraries skip the check for 
library files if a --with option is used to set the dir, but still may fail if the --with option doesn't specify 
a dir because they also don't check for dylibs:

freetype
tiff

these ones work since they are in /usr/lib (which is handled separately in configure) on OS X:

zlib
iconv

Others I haven't tried on OSX (mpatrol), or just don't exist on OSX (SDE).

Change History (0)

Note: See TracTickets for help on using tickets.