Skip to content

Instantly share code, notes, and snippets.

@prologic
Last active December 13, 2015 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/4950471 to your computer and use it in GitHub Desktop.
Save prologic/4950471 to your computer and use it in GitHub Desktop.
Trouble installing mapserver on Mac OS X 10.8.2 with the latest Xcode and brew.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/mapserver/6.0.3 --with-proj --with-gdal --with-ogr --with-geos --with-postgis --with-fastcgi=/usr/local
## --------- ##
## Platform. ##
## --------- ##
hostname = 031986
uname -m = x86_64
uname -r = 12.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 147 tasks, 716 threads, 8 processors
Load average: 5.92, Mach factor: 2.80
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/freetype/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/giflib/bin
PATH: /usr/local/opt/jpeg/bin
PATH: /usr/local/opt/gd/bin
PATH: /usr/local/opt/proj/bin
PATH: /usr/local/opt/libtiff/bin
PATH: /usr/local/opt/libgeotiff/bin
PATH: /usr/local/opt/geos/bin
PATH: /usr/local/opt/sqlite/bin
PATH: /usr/local/opt/gdal/bin
PATH: /usr/local/opt/fcgi/bin
PATH: /usr/local/opt/python/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1460: checking for gcc
configure:1486: result: cc
configure:1730: checking for C compiler version
configure:1733: cc --version </dev/null >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
configure:1736: $? = 0
configure:1738: cc -v </dev/null >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-I /usr/local/opt/readline/include'
clang: warning: argument unused during compilation: '-I /usr/local/opt/sqlite/include'
clang: warning: argument unused during compilation: '-L/usr/local/opt/readline/lib'
clang: warning: argument unused during compilation: '-L/usr/local/opt/sqlite/lib'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:1741: $? = 0
configure:1743: cc -V </dev/null >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:1746: $? = 1
configure:1769: checking for C compiler default output file name
configure:1772: cc conftest.c >&5
configure:1775: $? = 0
configure:1821: result: a.out
configure:1826: checking whether the C compiler works
configure:1832: ./a.out
configure:1835: $? = 0
configure:1852: result: yes
configure:1859: checking whether we are cross compiling
configure:1861: result: no
configure:1864: checking for suffix of executables
configure:1866: cc -o conftest conftest.c >&5
configure:1869: $? = 0
configure:1894: result:
configure:1900: checking for suffix of object files
configure:1921: cc -c conftest.c >&5
configure:1924: $? = 0
configure:1946: result: o
configure:1950: checking whether we are using the GNU C compiler
configure:1974: cc -c conftest.c >&5
configure:1980: $? = 0
configure:1984: test -z
|| test ! -s conftest.err
configure:1987: $? = 0
configure:1990: test -s conftest.o
configure:1993: $? = 0
configure:2006: result: yes
configure:2012: checking whether cc accepts -g
configure:2033: cc -c -g conftest.c >&5
configure:2039: $? = 0
configure:2043: test -z
|| test ! -s conftest.err
configure:2046: $? = 0
configure:2049: test -s conftest.o
configure:2052: $? = 0
configure:2063: result: yes
configure:2080: checking for cc option to accept ANSI C
configure:2150: cc -c -g -O2 conftest.c >&5
configure:2156: $? = 0
configure:2160: test -z
|| test ! -s conftest.err
configure:2163: $? = 0
configure:2166: test -s conftest.o
configure:2169: $? = 0
configure:2187: result: none needed
configure:2205: cc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2211: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2438: checking for C++ compiler version
configure:2441: c++ --version </dev/null >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
configure:2444: $? = 0
configure:2446: c++ -v </dev/null >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-I /usr/local/opt/readline/include'
clang: warning: argument unused during compilation: '-I /usr/local/opt/sqlite/include'
clang: warning: argument unused during compilation: '-L/usr/local/opt/readline/lib'
clang: warning: argument unused during compilation: '-L/usr/local/opt/sqlite/lib'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:2449: $? = 0
configure:2451: c++ -V </dev/null >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:2454: $? = 1
configure:2457: checking whether we are using the GNU C++ compiler
configure:2481: c++ -c conftest.cc >&5
configure:2487: $? = 0
configure:2491: test -z
|| test ! -s conftest.err
configure:2494: $? = 0
configure:2497: test -s conftest.o
configure:2500: $? = 0
configure:2513: result: yes
configure:2519: checking whether c++ accepts -g
configure:2540: c++ -c -g conftest.cc >&5
configure:2546: $? = 0
configure:2550: test -z
|| test ! -s conftest.err
configure:2553: $? = 0
configure:2556: test -s conftest.o
configure:2559: $? = 0
configure:2570: result: yes
configure:2612: c++ -c -g -O2 conftest.cc >&5
configure:2618: $? = 0
configure:2622: test -z
|| test ! -s conftest.err
configure:2625: $? = 0
configure:2628: test -s conftest.o
configure:2631: $? = 0
configure:2657: c++ -c -g -O2 conftest.cc >&5
conftest.cc:13:1: error: use of undeclared identifier 'exit'
exit (42);
^
1 error generated.
configure:2663: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2612: c++ -c -g -O2 conftest.cc >&5
conftest.cc:9:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
conftest.cc:9:49: error: use of undeclared identifier 'std'
extern "C" void std::exit (int) throw (); using std::exit;
^
2 errors generated.
configure:2618: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2612: c++ -c -g -O2 conftest.cc >&5
conftest.cc:9:17: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
conftest.cc:9:40: error: use of undeclared identifier 'std'
extern "C" void std::exit (int); using std::exit;
^
2 errors generated.
configure:2618: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2612: c++ -c -g -O2 conftest.cc >&5
configure:2618: $? = 0
configure:2622: test -z
|| test ! -s conftest.err
configure:2625: $? = 0
configure:2628: test -s conftest.o
configure:2631: $? = 0
configure:2657: c++ -c -g -O2 conftest.cc >&5
configure:2663: $? = 0
configure:2667: test -z
|| test ! -s conftest.err
configure:2670: $? = 0
configure:2673: test -s conftest.o
configure:2676: $? = 0
configure:2740: checking for ranlib
configure:2756: found /usr/bin/ranlib
configure:2767: result: ranlib
configure:2784: checking for flex
configure:2800: found /usr/bin/flex
configure:2810: result: flex
configure:2823: checking for yywrap in -lfl
configure:2853: cc -o conftest -g -O2 conftest.c -lfl >&5
ld: library not found for -lfl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2859: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
| ;
| return 0;
| }
configure:2885: result: no
configure:2890: checking for yywrap in -ll
configure:2920: cc -o conftest -g -O2 conftest.c -ll >&5
configure:2926: $? = 0
configure:2930: test -z
|| test ! -s conftest.err
configure:2933: $? = 0
configure:2936: test -s conftest
configure:2939: $? = 0
configure:2952: result: yes
configure:2963: checking lex output file root
configure:2974: flex conftest.l
configure:2977: $? = 0
configure:2989: result: lex.yy
configure:2994: checking whether yytext is a pointer
configure:3010: cc -o conftest -g -O2 conftest.c -ll >&5
configure:3016: $? = 0
configure:3020: test -z
|| test ! -s conftest.err
configure:3023: $? = 0
configure:3026: test -s conftest
configure:3029: $? = 0
configure:3043: result: yes
configure:3058: checking for bison
configure:3074: found /usr/bin/bison
configure:3084: result: bison -y
configure:3096: checking if compiler supports -R
configure:3120: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5
clang: warning: argument unused during compilation: '-R'
ld: can't map file, errno=22 for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3126: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3153: result: no
configure:3160: checking if compiler supports -Wl,-rpath,
configure:3184: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
configure:3190: $? = 0
configure:3194: test -z
|| test ! -s conftest.err
configure:3197: $? = 0
configure:3200: test -s conftest
configure:3203: $? = 0
configure:3217: result: yes
configure:3296: checking for exp in -lm
configure:3326: cc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:20:6: warning: incompatible redeclaration of library function 'exp'
char exp ();
^
conftest.c:20:6: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
configure:3332: $? = 0
configure:3336: test -z
|| test ! -s conftest.err
configure:3339: $? = 0
configure:3342: test -s conftest
configure:3345: $? = 0
configure:3358: result: yes
configure:3367: checking for __gxx_personality_v0 in -lstdc++
configure:3397: cc -o conftest -g -O2 conftest.c -lstdc++ >&5
configure:3403: $? = 0
configure:3407: test -z
|| test ! -s conftest.err
configure:3410: $? = 0
configure:3413: test -s conftest
configure:3416: $? = 0
configure:3429: result: yes
configure:3445: checking how to run the C preprocessor
configure:3480: cc -E conftest.c
configure:3486: $? = 0
configure:3518: cc -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3524: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3563: result: cc -E
configure:3587: cc -E conftest.c
configure:3593: $? = 0
configure:3625: cc -E conftest.c
conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3631: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3675: checking for egrep
configure:3685: result: grep -E
configure:3690: checking for ANSI C header files
configure:3715: cc -c -g -O2 conftest.c >&5
configure:3721: $? = 0
configure:3725: test -z
|| test ! -s conftest.err
configure:3728: $? = 0
configure:3731: test -s conftest.o
configure:3734: $? = 0
configure:3823: cc -o conftest -g -O2 conftest.c -lm -lstdc++ >&5
conftest.c:30:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit(2);
^
conftest.c:30:7: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:3826: $? = 0
configure:3828: ./conftest
configure:3831: $? = 0
configure:3846: result: yes
configure:3872: checking for strcasecmp
configure:3929: cc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++ >&5
conftest.c:38:6: warning: incompatible redeclaration of library function 'strcasecmp'
char strcasecmp ();
^
conftest.c:38:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:3935: $? = 0
configure:3939: test -z
|| test ! -s conftest.err
configure:3942: $? = 0
configure:3945: test -s conftest
configure:3948: $? = 0
configure:3960: result: yes
configure:3968: checking for strncasecmp
configure:4025: cc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++ >&5
conftest.c:38:6: warning: incompatible redeclaration of library function 'strncasecmp'
char strncasecmp ();
^
conftest.c:38:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:4031: $? = 0
configure:4035: test -z
|| test ! -s conftest.err
configure:4038: $? = 0
configure:4041: test -s conftest
configure:4044: $? = 0
configure:4056: result: yes
configure:4064: checking for strdup
configure:4121: cc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++ >&5
conftest.c:38:6: warning: incompatible redeclaration of library function 'strdup'
char strdup ();
^
conftest.c:38:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:4127: $? = 0
configure:4131: test -z
|| test ! -s conftest.err
configure:4134: $? = 0
configure:4137: test -s conftest
configure:4140: $? = 0
configure:4152: result: yes
configure:4160: checking for strrstr
configure:4217: cc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++ >&5
Undefined symbols for architecture x86_64:
"_strrstr", referenced from:
_main in conftest-PWoZC2.o
_f in conftest-PWoZC2.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4223: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| /* Define strrstr to an innocuous variant, in case <limits.h> declares strrstr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strrstr innocuous_strrstr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strrstr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strrstr
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strrstr ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_strrstr) || defined (__stub___strrstr)
| choke me
| #else
| char (*f) () = strrstr;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strrstr;
| ;
| return 0;
| }
configure:4248: result: no
configure:4256: checking for strcasestr
configure:4313: cc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++ >&5
configure:4319: $? = 0
configure:4323: test -z
|| test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest
configure:4332: $? = 0
configure:4344: result: yes
configure:4352: checking for strlcat
configure:4409: cc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++ >&5
conftest.c:38:6: warning: incompatible redeclaration of library function 'strlcat'
char strlcat ();
^
conftest.c:38:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:4415: $? = 0
configure:4419: test -z
|| test ! -s conftest.err
configure:4422: $? = 0
configure:4425: test -s conftest
configure:4428: $? = 0
configure:4440: result: yes
configure:4448: checking for strlcpy
configure:4505: cc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++ >&5
conftest.c:38:6: warning: incompatible redeclaration of library function 'strlcpy'
char strlcpy ();
^
conftest.c:38:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:4511: $? = 0
configure:4515: test -z
|| test ! -s conftest.err
configure:4518: $? = 0
configure:4521: test -s conftest
configure:4524: $? = 0
configure:4536: result: yes
configure:4544: checking for vsnprintf
configure:4601: cc -o conftest -g -O2 -fPIC conftest.c -lm -lstdc++ >&5
conftest.c:38:6: warning: incompatible redeclaration of library function 'vsnprintf'
char vsnprintf ();
^
conftest.c:38:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
1 warning generated.
configure:4607: $? = 0
configure:4611: test -z
|| test ! -s conftest.err
configure:4614: $? = 0
configure:4617: test -s conftest
configure:4620: $? = 0
configure:4632: result: yes
configure:4642: result: MapServer Version from mapserver.h: '6.0.3'
configure:4648: checking if pkg-config path is provided
configure:4672: checking for pkg-config
configure:4703: result: no
configure:4712: result: couldn't find pkg-config in default path. Please specify full path to pkg-config if needed
configure:4753: checking for freetype-config
configure:4771: found /usr/local/opt/freetype/bin/freetype-config
configure:4784: result: /usr/local/opt/freetype/bin/freetype-config
configure:4833: checking for FT_Init_FreeType in -lfreetype
configure:4863: cc -o conftest -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 conftest.c -lfreetype -lm -lstdc++ >&5
configure:4869: $? = 0
configure:4873: test -z
|| test ! -s conftest.err
configure:4876: $? = 0
configure:4879: test -s conftest
configure:4882: $? = 0
configure:4895: result: yes
configure:4925: checking for sys/types.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4925: checking for sys/stat.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4925: checking for stdlib.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4925: checking for string.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4925: checking for memory.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4925: checking for strings.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4925: checking for inttypes.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4925: checking for stdint.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4925: checking for unistd.h
configure:4941: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:4947: $? = 0
configure:4951: test -z
|| test ! -s conftest.err
configure:4954: $? = 0
configure:4957: test -s conftest.o
configure:4960: $? = 0
configure:4971: result: yes
configure:4997: checking ft2build.h usability
configure:5009: cc -c -g -O2 -fPIC -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c >&5
configure:5015: $? = 0
configure:5019: test -z
|| test ! -s conftest.err
configure:5022: $? = 0
configure:5025: test -s conftest.o
configure:5028: $? = 0
configure:5038: result: yes
configure:5042: checking ft2build.h presence
configure:5052: cc -E -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include conftest.c
configure:5058: $? = 0
configure:5078: result: yes
configure:5113: checking for ft2build.h
configure:5120: result: yes
configure:5172: checking where Zlib is installed...
configure:5244: checking for zlibVersion in -lz
configure:5274: cc -o conftest -g -O2 -fPIC conftest.c -lz -lm -lstdc++ >&5
configure:5280: $? = 0
configure:5284: test -z
|| test ! -s conftest.err
configure:5287: $? = 0
configure:5290: test -s conftest
configure:5293: $? = 0
configure:5306: result: yes
configure:5315: result: using libz from system libs (-DUSE_ZLIB).
configure:5355: checking where PNG is installed...
configure:5563: checking for png_init_io in -lpng
configure:5593: cc -o conftest -g -O2 -fPIC conftest.c -lpng -lz -lm -lstdc++ >&5
configure:5599: $? = 0
configure:5603: test -z
|| test ! -s conftest.err
configure:5606: $? = 0
configure:5609: test -s conftest
configure:5612: $? = 0
configure:5625: result: yes
configure:5641: checking png.h usability
configure:5653: cc -c -g -O2 -fPIC conftest.c >&5
configure:5659: $? = 0
configure:5663: test -z
|| test ! -s conftest.err
configure:5666: $? = 0
configure:5669: test -s conftest.o
configure:5672: $? = 0
configure:5682: result: yes
configure:5686: checking png.h presence
configure:5696: cc -E conftest.c
configure:5702: $? = 0
configure:5722: result: yes
configure:5757: checking for png.h
configure:5764: result: yes
configure:5778: result: using libpng from system libs.
configure:5798: checking setjmp.h usability
configure:5810: cc -c -g -O2 -fPIC conftest.c >&5
configure:5816: $? = 0
configure:5820: test -z
|| test ! -s conftest.err
configure:5823: $? = 0
configure:5826: test -s conftest.o
configure:5829: $? = 0
configure:5839: result: yes
configure:5843: checking setjmp.h presence
configure:5853: cc -E conftest.c
configure:5859: $? = 0
configure:5879: result: yes
configure:5914: checking for setjmp.h
configure:5921: result: yes
configure:5961: checking where GIF is installed...
configure:6166: checking for DGifOpenFileHandle in -lgif
configure:6196: cc -o conftest -g -O2 -fPIC conftest.c -lgif -lm -lstdc++ >&5
configure:6202: $? = 0
configure:6206: test -z
|| test ! -s conftest.err
configure:6209: $? = 0
configure:6212: test -s conftest
configure:6215: $? = 0
configure:6228: result: yes
configure:6244: checking gif_lib.h usability
configure:6256: cc -c -g -O2 -fPIC conftest.c >&5
configure:6262: $? = 0
configure:6266: test -z
|| test ! -s conftest.err
configure:6269: $? = 0
configure:6272: test -s conftest.o
configure:6275: $? = 0
configure:6285: result: yes
configure:6289: checking gif_lib.h presence
configure:6299: cc -E conftest.c
configure:6305: $? = 0
configure:6325: result: yes
configure:6360: checking for gif_lib.h
configure:6367: result: yes
configure:6381: result: using libgif from system libs.
configure:6403: checking whether we should include JPEG support...
configure:6705: checking for jpeg_read_header in -ljpeg
configure:6735: cc -o conftest -g -O2 -fPIC conftest.c -ljpeg -lm -lstdc++ >&5
configure:6741: $? = 0
configure:6745: test -z
|| test ! -s conftest.err
configure:6748: $? = 0
configure:6751: test -s conftest
configure:6754: $? = 0
configure:6767: result: yes
configure:6792: checking jpeglib.h usability
configure:6804: cc -c -g -O2 -fPIC conftest.c >&5
configure:6810: $? = 0
configure:6814: test -z
|| test ! -s conftest.err
configure:6817: $? = 0
configure:6820: test -s conftest.o
configure:6823: $? = 0
configure:6833: result: yes
configure:6837: checking jpeglib.h presence
configure:6847: cc -E conftest.c
configure:6853: $? = 0
configure:6873: result: yes
configure:6908: checking for jpeglib.h
configure:6915: result: yes
configure:6930: result: using libjpeg from system libs.
configure:6962: checking where libXpm is installed...
configure:7001: checking for XpmFreeXpmImage in -lXpm
configure:7031: cc -o conftest -g -O2 -fPIC conftest.c -lXpm -lX11 -ljpeg -lm -lstdc++ >&5
ld: library not found for -lXpm
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7037: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_LIBFREETYPE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FT2BUILD_H 1
| #define HAVE_LIBJPEG 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char XpmFreeXpmImage ();
| int
| main ()
| {
| XpmFreeXpmImage ();
| ;
| return 0;
| }
configure:7063: result: no
configure:7074: result: XPM (libXpm) library cannot be found, possibly needed for GD
configure:7099: checking where libiconv is installed...
configure:7359: checking for iconv_open in -lc
configure:7389: cc -o conftest -g -O2 -fPIC conftest.c -lc -ljpeg -lm -lstdc++ >&5
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
_main in conftest-Yc0WZS.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7395: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_LIBFREETYPE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FT2BUILD_H 1
| #define HAVE_LIBJPEG 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char iconv_open ();
| int
| main ()
| {
| iconv_open ();
| ;
| return 0;
| }
configure:7421: result: no
configure:7427: checking for libiconv_open in -liconv
configure:7457: cc -o conftest -g -O2 -fPIC conftest.c -liconv -ljpeg -lm -lstdc++ >&5
Undefined symbols for architecture x86_64:
"_libiconv_open", referenced from:
_main in conftest-yEZ3Ff.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7463: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_LIBFREETYPE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FT2BUILD_H 1
| #define HAVE_LIBJPEG 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char libiconv_open ();
| int
| main ()
| {
| libiconv_open ();
| ;
| return 0;
| }
configure:7489: result: no
configure:7495: checking for iconv_open in -liconv
configure:7525: cc -o conftest -g -O2 -fPIC conftest.c -liconv -ljpeg -lm -lstdc++ >&5
configure:7531: $? = 0
configure:7535: test -z
|| test ! -s conftest.err
configure:7538: $? = 0
configure:7541: test -s conftest
configure:7544: $? = 0
configure:7557: result: yes
configure:7565: result: using libiconv from system libs.
configure:7576: result: libiconv found. Enabling internationalization (-DUSE_ICONV)
configure:7618: checking for GD 2.0.28 or higher...
configure:7851: checking for gdImageCreatePaletteFromTrueColor in -lgd
configure:7881: cc -o conftest -g -O2 -fPIC conftest.c -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:7887: $? = 0
configure:7891: test -z
|| test ! -s conftest.err
configure:7894: $? = 0
configure:7897: test -s conftest
configure:7900: $? = 0
configure:7913: result: yes
configure:7851: checking for gdImageCreatePaletteFromTrueColor in -lgd
configure:7913: result: yes
configure:7999: result: using libgd 2.0.28 (or higher) from system libs (-L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz ).
configure:8910: checking for gdImageCreate in -lgd
configure:8940: cc -o conftest -g -O2 -fPIC conftest.c -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:8946: $? = 0
configure:8950: test -z
|| test ! -s conftest.err
configure:8953: $? = 0
configure:8956: test -s conftest
configure:8959: $? = 0
configure:8972: result: yes
configure:8984: checking for gdImageGif in -lgd
configure:9014: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9020: $? = 0
configure:9024: test -z
|| test ! -s conftest.err
configure:9027: $? = 0
configure:9030: test -s conftest
configure:9033: $? = 0
configure:9046: result: yes
configure:9052: checking for gdImagePng in -lgd
configure:9082: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9088: $? = 0
configure:9092: test -z
|| test ! -s conftest.err
configure:9095: $? = 0
configure:9098: test -s conftest
configure:9101: $? = 0
configure:9114: result: yes
configure:9120: checking for gdImageJpeg in -lgd
configure:9150: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9156: $? = 0
configure:9160: test -z
|| test ! -s conftest.err
configure:9163: $? = 0
configure:9166: test -s conftest
configure:9169: $? = 0
configure:9182: result: yes
configure:9188: checking for gdImageWBMP in -lgd
configure:9218: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9224: $? = 0
configure:9228: test -z
|| test ! -s conftest.err
configure:9231: $? = 0
configure:9234: test -s conftest
configure:9237: $? = 0
configure:9250: result: yes
configure:9257: checking for gdImageStringFT in -lgd
configure:9287: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9293: $? = 0
configure:9297: test -z
|| test ! -s conftest.err
configure:9300: $? = 0
configure:9303: test -s conftest
configure:9306: $? = 0
configure:9319: result: yes
configure:9326: checking for gdImageOpenPolygon in -lgd
configure:9356: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9362: $? = 0
configure:9366: test -z
|| test ! -s conftest.err
configure:9369: $? = 0
configure:9372: test -s conftest
configure:9375: $? = 0
configure:9388: result: yes
configure:9395: checking for gdImageGifPtr in -lgd
configure:9425: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9431: $? = 0
configure:9435: test -z
|| test ! -s conftest.err
configure:9438: $? = 0
configure:9441: test -s conftest
configure:9444: $? = 0
configure:9457: result: yes
configure:9464: checking for gdFontGetTiny in -lgd
configure:9494: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9500: $? = 0
configure:9504: test -z
|| test ! -s conftest.err
configure:9507: $? = 0
configure:9510: test -s conftest
configure:9513: $? = 0
configure:9526: result: yes
configure:9535: checking for gdImageSetResolution in -l
configure:9565: cc -o conftest -g -O2 -fPIC conftest.c -l -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
ld: library not found for -l-L/usr/local/lib
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9571: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_LIBFREETYPE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FT2BUILD_H 1
| #define HAVE_LIBJPEG 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char gdImageSetResolution ();
| int
| main ()
| {
| gdImageSetResolution ();
| ;
| return 0;
| }
configure:9597: result: no
configure:9609: checking whether gdImageGetTrueColorPixel is declared
configure:9634: cc -c -g -O2 -fPIC conftest.c >&5
configure:9640: $? = 0
configure:9644: test -z
|| test ! -s conftest.err
configure:9647: $? = 0
configure:9650: test -s conftest.o
configure:9653: $? = 0
configure:9664: result: yes
configure:9671: checking for gdImageGetTrueColorPixel in -lgd
configure:9701: cc -o conftest -g -O2 -fPIC conftest.c -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -ljpeg -lm -lstdc++ >&5
configure:9707: $? = 0
configure:9711: test -z
|| test ! -s conftest.err
configure:9714: $? = 0
configure:9717: test -s conftest
configure:9720: $? = 0
configure:9733: result: yes
configure:9743: result: using GD ( -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL) from system libs.
configure:9772: checking if FTGL support requested
configure:9853: result: no
configure:9872: checking if OGL support requested
configure:9954: result: no
configure:9990: checking where EXPAT is installed...
configure:10195: checking for XML_ParserCreate in -lexpat
configure:10225: cc -o conftest -g -O2 -fPIC conftest.c -lexpat -ljpeg -lm -lstdc++ >&5
configure:10231: $? = 0
configure:10235: test -z
|| test ! -s conftest.err
configure:10238: $? = 0
configure:10241: test -s conftest
configure:10244: $? = 0
configure:10257: result: yes
configure:10273: checking expat.h usability
configure:10285: cc -c -g -O2 -fPIC conftest.c >&5
configure:10291: $? = 0
configure:10295: test -z
|| test ! -s conftest.err
configure:10298: $? = 0
configure:10301: test -s conftest.o
configure:10304: $? = 0
configure:10314: result: yes
configure:10318: checking expat.h presence
configure:10328: cc -E conftest.c
configure:10334: $? = 0
configure:10354: result: yes
configure:10389: checking for expat.h
configure:10396: result: yes
configure:10408: result: using libexpat from system libs.
configure:10420: checking for AGG support
configure:10423: result: yes
configure:10431: checking if SVG Symbol support requested
configure:10454: result: enabled
configure:10475: checking whether we should include PROJ.4 support...
configure:10486: checking for pj_init in -lproj
configure:10516: cc -o conftest -g -O2 -fPIC conftest.c -lproj -ljpeg -lm -lstdc++ >&5
configure:10522: $? = 0
configure:10526: test -z
|| test ! -s conftest.err
configure:10529: $? = 0
configure:10532: test -s conftest
configure:10535: $? = 0
configure:10548: result: yes
configure:10554: checking for pj_transform in -lproj
configure:10584: cc -o conftest -g -O2 -fPIC conftest.c -lproj -ljpeg -lm -lstdc++ >&5
configure:10590: $? = 0
configure:10594: test -z
|| test ! -s conftest.err
configure:10597: $? = 0
configure:10600: test -s conftest
configure:10603: $? = 0
configure:10616: result: yes
configure:10631: result: using PROJ.4 from system libs.
configure:10794: checking whether we should include thread safe support...
configure:10893: result: thread safe support disabled.
configure:10906: checking whether we should include ESRI SDE support...
configure:11439: result: ESRI SDE support not requested.
configure:11455: checking if GEOS support requested
configure:11467: result: yes
configure:11476: checking for geos-config
configure:11494: found /usr/local/opt/geos/bin/geos-config
configure:11507: result: /usr/local/opt/geos/bin/geos-config
configure:11533: checking for GEOS version >= 3.0.0
configure:11554: result: yes. Found version 3.3.7
configure:11591: checking whether we should include OGR support...
configure:11607: checking for gdal-config
configure:11625: found /usr/local/opt/gdal/bin/gdal-config
configure:11638: result: /usr/local/opt/gdal/bin/gdal-config
configure:11658: result: OGR enabled (-DUSE_OGR).
configure:11672: checking if GDAL support requested
configure:11684: result: yes
configure:11788: checking if PostGIS support requested
configure:11803: result: yes
configure:11807: checking for pg_config
configure:11825: found /usr/bin/pg_config
configure:11838: result: /usr/bin/pg_config
configure:11857: result: yes, user supplied pg_config (/usr/bin/pg_config)
configure:11877: checking for PQconnectdb in -lpq
configure:11907: cc -o conftest -g -O2 -fPIC -L/usr/lib -lpq conftest.c -lpq -ljpeg -lm -lstdc++ >&5
configure:11913: $? = 0
configure:11917: test -z
|| test ! -s conftest.err
configure:11920: $? = 0
configure:11923: test -s conftest
configure:11926: $? = 0
configure:11939: result: yes
configure:12021: checking for PQserverVersion in -lpq
configure:12051: cc -o conftest -g -O2 -fPIC -L/usr/lib -lpq conftest.c -lpq -ljpeg -lm -lstdc++ >&5
configure:12057: $? = 0
configure:12061: test -z
|| test ! -s conftest.err
configure:12064: $? = 0
configure:12067: test -s conftest
configure:12070: $? = 0
configure:12083: result: yes
configure:12107: checking if Mysql support requested
configure:12118: result: no
configure:12201: checking if OracleSpatial support requested
configure:12211: result: no
configure:12282: checking whether we should include WMS Server support...
configure:12304: result: OGC WMS compatibility enabled (-DUSE_WMS_SVR).
configure:12316: checking whether we should include WFS Server support...
configure:12327: result: OGC WFS Server support not requested.
configure:12357: checking whether we should include WCS Server support...
configure:12367: result: OGC WCS Server support not requested.
configure:12389: checking whether we should include WMS Client Connections support...
configure:12415: checking whether we should include WFS Client Connections support...
configure:12441: checking whether we should include OGC SOS Server support...
configure:12452: result: OGC SOS Server support not requested.
configure:12475: checking for curl-config
configure:12605: checking if KML output is requested
configure:12614: result: no
configure:12619: checking for libxml2
configure:12659: result: libxml2 not required.
configure:12769: checking if xml-mapfile is requested
configure:12778: result: no
configure:12794: checking if xslt is requested
configure:12799: result: no
configure:12868: checking if exslt is requested
configure:12873: result: no
configure:12933: checking if FriBidi support requested
configure:12944: result: no
configure:13049: checking if Cairo support requested
configure:13060: result: no
configure:13113: checking FastCGI support
configure:13129: result: requested.
configure:13140: checking for FCGI_Accept in -lfcgi
configure:13170: cc -o conftest -g -O2 -fPIC conftest.c -lfcgi -L/usr/local/lib -lfcgi -ljpeg -lm -lstdc++ >&5
configure:13176: $? = 0
configure:13180: test -z
|| test ! -s conftest.err
configure:13183: $? = 0
configure:13186: test -s conftest
configure:13189: $? = 0
configure:13202: result: yes
configure:13229: checking HTTPD server (Apache) version...
configure:13265: checking for httpd
configure:13284: found /usr/sbin/httpd
configure:13297: result: /usr/sbin/httpd
configure:13313: result: /usr/sbin/httpd version is Apache/2.2.22 (2002022).
configure:13409: result: Compiling with fast MS_NINT
configure:13417: checking compiler warnings
configure:13445: result: basic
configure:13471: checking whether we should enable debug features...
configure:13493: checking whether we should enable mapserv CGI command-line debug arguments...
configure:13522: checking for PHP/MapScript module options...
configure:13903: result: PHP/MapScript module not configured.
configure:14176: checking if --enable-runpath requested
configure:14186: result: no
configure:14194: checking if --with-java-include-os-name specified
configure:14215: result: no, autodetected linux
configure:14361: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 031986
config.status:767: creating Makefile
config.status:767: creating mapscript/java/Makefile
config.status:767: creating mapscript/csharp/Makefile
configure:15280: result:
configure:15282: result: MapServer is now configured for
configure:15284: result:
configure:15286: result: -------------- Compiler Info -------------
configure:15288: result: C compiler: cc -O2 -fPIC -Wall -DNDEBUG
configure:15290: result: C++ compiler: c++ -O2 -fPIC -Wall -DNDEBUG
configure:15292: result: Debug:
configure:15294: result: Generic NINT:
configure:15296: result:
configure:15298: result: -------------- Renderer Settings ---------
configure:15300: result: OpenGL support:
configure:15302: result: zlib support: -DUSE_ZLIB
configure:15304: result: png support: -DUSE_PNG
configure:15306: result: gif support: -DUSE_GIF
configure:15308: result: jpeg support: -DUSE_JPEG
configure:15310: result: freetype support: -DUSE_FREETYPE
configure:15312: result: iconv support: -DUSE_ICONV
configure:15314: result: AGG support: internal
configure:15316: result: SVG Symbol support: -DUSE_AGG_SVG_SYMBOLS
configure:15318: result: Cairo (SVG,PDF) support:
configure:15320: result: KML support:
configure:15322: result:
configure:15325: result: -------------- Support Libraries ---------
configure:15327: result: Proj.4 support: -DUSE_PROJ
configure:15329: result: Libxml2 support:
configure:15331: result: FriBidi support:
configure:15333: result: Curl support:
configure:15335: result: FastCGI support: -DUSE_FASTCGI
configure:15337: result: Threading support:
configure:15339: result: GEOS support: -DUSE_GEOS
configure:15341: result: XML Mapfile support:
configure:15343: result: XSLT support:
configure:15345: result: EXSLT support:
configure:15347: result:
configure:15350: result: -------------- Data Format Drivers -------
configure:15352: result: PostGIS support: -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION
configure:15354: result: ArcSDE support:
configure:15356: result: OGR support: -DUSE_OGR
configure:15358: result: GDAL support: -DUSE_GDAL
configure:15360: result: Oracle Spatial support:
configure:15362: result:
configure:15365: result: -------------- OGC Services --------------
configure:15367: result: WMS Server: -DUSE_WMS_SVR
configure:15369: result: WMS Client:
configure:15371: result: WFS Server:
configure:15373: result: WFS Client:
configure:15375: result: WCS Server:
configure:15377: result: SOS Server:
configure:15379: result:
configure:15382: result: -------------- MapScript -----------------
configure:15388: result: PHP MapScript: no
configure:15392: result:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strdup=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strrstr=no
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_gdImageGetTrueColorPixel=yes
ac_cv_header_expat_h=yes
ac_cv_header_ft2build_h=yes
ac_cv_header_gif_lib_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_png_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_Xpm_XpmFreeXpmImage=no
ac_cv_lib____gdImageSetResolution=no
ac_cv_lib_c_iconv_open=no
ac_cv_lib_expat_XML_ParserCreate=yes
ac_cv_lib_fcgi_FCGI_Accept=yes
ac_cv_lib_fl_yywrap=no
ac_cv_lib_freetype_FT_Init_FreeType=yes
ac_cv_lib_gd_gdFontGetTiny=yes
ac_cv_lib_gd_gdImageCreate=yes
ac_cv_lib_gd_gdImageCreatePaletteFromTrueColor=yes
ac_cv_lib_gd_gdImageGetTrueColorPixel=yes
ac_cv_lib_gd_gdImageGif=yes
ac_cv_lib_gd_gdImageGifPtr=yes
ac_cv_lib_gd_gdImageJpeg=yes
ac_cv_lib_gd_gdImageOpenPolygon=yes
ac_cv_lib_gd_gdImagePng=yes
ac_cv_lib_gd_gdImageStringFT=yes
ac_cv_lib_gd_gdImageWBMP=yes
ac_cv_lib_gif_DGifOpenFileHandle=yes
ac_cv_lib_iconv_iconv_open=yes
ac_cv_lib_iconv_libiconv_open=no
ac_cv_lib_jpeg_jpeg_read_header=yes
ac_cv_lib_l_yywrap=yes
ac_cv_lib_m_exp=yes
ac_cv_lib_png_png_init_io=yes
ac_cv_lib_pq_PQconnectdb=yes
ac_cv_lib_pq_PQserverVersion=yes
ac_cv_lib_proj_pj_init=yes
ac_cv_lib_proj_pj_transform=yes
ac_cv_lib_stdcpp___gxx_personality_v0=yes
ac_cv_lib_z_zlibVersion=yes
ac_cv_objext=o
ac_cv_path_FT_BIN=/usr/local/opt/freetype/bin/freetype-config
ac_cv_path_GDAL_CONFIG=/usr/local/opt/gdal/bin/gdal-config
ac_cv_path_GEOS_CONFIG=/usr/local/opt/geos/bin/geos-config
ac_cv_path_HTTPD=/usr/sbin/httpd
ac_cv_path_PG_CONFIG=/usr/bin/pg_config
ac_cv_path_PKG_CONFIG=no
ac_cv_prog_CPP='cc -E'
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
php_cv_cc_dashr=no
php_cv_cc_rpath=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AGG_INC='-Irenderers/agg/include '
AGG_LIB=' -lexpat'
AGG_OBJ='renderers/agg/src/clipper.o renderers/agg/src/agg_arc.o renderers/agg/src/agg_curves.o renderers/agg/src/agg_vcgen_contour.o renderers/agg/src/agg_vcgen_dash.o renderers/agg/src/agg_vcgen_stroke.o renderers/agg/src/agg_image_filters.o renderers/agg/src/agg_line_aa_basics.o renderers/agg/src/agg_line_profile_aa.o renderers/agg/src/agg_sqrt_tables.o renderers/agg/src/agg_embedded_raster_fonts.o renderers/agg/src/agg_trans_affine.o renderers/agg/src/agg_vpgen_clip_polygon.o renderers/agg/src/agg_vpgen_clip_polyline.o renderers/agg/src/agg_font_freetype.o renderers/agg/src/agg_svg_parser.o renderers/agg/src/agg_svg_path_renderer.o renderers/agg/src/agg_svg_path_tokenizer.o'
ALL_ENABLED=' -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE '
ALL_INC='-I/usr/local/include -I/usr/local/include/fastcgi -I/usr/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/local/Cellar/geos/3.3.7/include -Irenderers/agg/include -Irenderers/agg/include -I/usr/local/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include '
ALL_LIB='-L/usr/local/lib -lfcgi -L/usr/lib -lpq -L/usr/local/Cellar/gdal/1.9.2/lib -lgdal -L/usr/local/Cellar/geos/3.3.7/lib -lgeos_c -lproj -lexpat -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -liconv -lz -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 '
ALL_STATIC_LIB=' '
APACHE_INC=''
CAIRO_ENABLED=''
CAIRO_INC=''
CAIRO_LIB=''
CC='cc'
CFLAGS='-O2 -fPIC -Wall -DNDEBUG '
CPP='cc -E'
CPPFLAGS=''
CURL_INC=''
CURL_LIB=''
CXX='c++'
CXXFLAGS='-O2 -fPIC -Wall -DNDEBUG '
C_PIC='-fPIC'
DEBUG_FLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_LIBFREETYPE=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FT2BUILD_H=1 -DHAVE_LIBJPEG=1 '
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXSLT_ENABLED=''
EXSLT_INC=''
EXSLT_LIB=''
FASTCGI_ENABLED='-DUSE_FASTCGI'
FASTCGI_INC='-I/usr/local/include -I/usr/local/include/fastcgi'
FASTCGI_LIB='-L/usr/local/lib -lfcgi'
FRIBIDI_CONFIG='no'
FRIBIDI_ENABLED=''
FRIBIDI_INC=''
FRIBIDI_LIB=''
FTGL_ENABLED=''
FTGL_INC=''
FTGL_LIB=''
FT_BIN='/usr/local/opt/freetype/bin/freetype-config'
FT_ENABLED='-DUSE_FREETYPE'
FT_INC='-I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include'
FT_LIB='-L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2'
GDAL_CONFIG='/usr/local/opt/gdal/bin/gdal-config'
GDAL_ENABLED='-DUSE_GDAL'
GDAL_INC='-I/usr/local/Cellar/gdal/1.9.2/include'
GDAL_LIB='-L/usr/local/Cellar/gdal/1.9.2/lib -lgdal'
GD_DEF=' -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL'
GD_INC='-I/usr/local/include'
GD_LIB='-lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz '
GD_STATIC=''
GEOS_CONFIG='/usr/local/opt/geos/bin/geos-config'
GEOS_ENABLED='-DUSE_GEOS'
GEOS_INC='-I/usr/local/Cellar/geos/3.3.7/include'
GEOS_LIB='-L/usr/local/Cellar/geos/3.3.7/lib -lgeos_c'
GIF_ENABLED='-DUSE_GIF'
GIF_INC=''
GIF_LIB='-lgif'
HTTPD='/usr/sbin/httpd'
ICONV_ENABLED='-DUSE_ICONV'
ICONV_INC=''
ICONV_LIB='-liconv'
IGNORE_MISSING_DATA=''
JPEG_ENABLED='-DUSE_JPEG'
JPEG_INC=''
JPEG_LIB='-ljpeg'
LDFLAGS=''
LD_SHARED='c++ -dynamiclib -single_module -flat_namespace -undefined suppress'
LEX='flex'
LEXLIB='-ll'
LEX_OUTPUT_ROOT='lex.yy'
LIBCURL_CONFIG=''
LIBOBJS=''
LIBS='-ljpeg -lm -lstdc++ '
LIBXML2_CONFIG=''
LTLIBOBJS=''
MAKE_GD=''
MAKE_GD_CLEAN=''
MAKE_PHPMS=''
MAKE_PHPMS_CLEAN=''
MS_INC='-I/private/tmp/mapserver-2dq9/mapserver-6.0.3'
MS_LIB='-L/private/tmp/mapserver-2dq9/mapserver-6.0.3 -lmapserver'
MS_VERSION='6.0.3'
MYSQL_ENABLED=''
MYSQL_INC=''
MYSQL_LIB=''
MY_CONFIG='no'
OBJEXT='o'
OGL_ENABLED=''
OGL_INC=''
OGL_LIB=''
OGR_ENABLED='-DUSE_OGR'
ORACLESPATIAL_ENABLED=''
ORACLESPATIAL_INC=''
ORACLESPATIAL_LIB=''
OS_INCLUDE_DIR='linux'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PG_CONFIG='/usr/bin/pg_config'
PHP_CC=''
PHP_LD=''
PHP_LD_SHARED=''
PHP_REGEX_INC=''
PHP_REGEX_OBJ=''
PHP_SRC_DIR=''
PHP_VERSION_FLAG=''
PKG_CONFIG='no'
PNG_ENABLED='-DUSE_PNG'
PNG_INC=''
PNG_LIB='-lpng'
POSTGIS_ENABLED='-DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION'
POSTGIS_INC='-I/usr/include'
POSTGIS_LIB='-L/usr/lib -lpq'
PROJ_ENABLED='-DUSE_PROJ'
PROJ_INC=''
PROJ_LIBS='-lproj'
RANLIB='ranlib'
RPATHS=''
SDE_ENABLED=''
SDE_INC=''
SDE_LIB=''
SHELL='/bin/sh'
SOS_SVR_ENABLED=''
SO_COMMAND_NAME='-dylib_install_name'
SO_EXT='dylib'
STRINGS='-DHAVE_VSNPRINTF -DNEED_STRRSTR '
THREAD_FLAG=''
THREAD_LIB=''
USE_NINT=''
USE_PHP_REGEX=''
USE_POINT_Z_M=''
WCS_SVR_ENABLED=''
WFS_LYR_ENABLED=''
WFS_SVR_ENABLED=''
WMS_LYR_ENABLED=''
WMS_SVR_ENABLED='-DUSE_WMS_SVR'
XML2_INC=''
XML2_LIB=''
XSLT_ENABLED=''
XSLT_INC=''
XSLT_LIB=''
XTRALIBS=' -lm -lstdc++'
YACC='bison -y'
ZLIB_ENABLED='-DUSE_ZLIB'
ZLIB_INC=''
ZLIB_LIB='-lz'
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local/Cellar/mapserver/6.0.3'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_FT2BUILD_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBFREETYPE 1
#define HAVE_LIBJPEG 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define YYTEXT_POINTER 1
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 0
$ brew install --with-fastcgi --with-geos --with-postgresql mapserver
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
==> Downloading http://download.osgeo.org/mapserver/mapserver-6.0.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/mapserver-6.0.3.tar.gz
==> Patching
patching file renderers/agg/include/agg_renderer_outline_aa.h
patching file mapsymbol.c
Hunk #1 succeeded at 601 with fuzz 2.
==> ./configure --prefix=/usr/local/Cellar/mapserver/6.0.3 --with-proj --with-gdal --with-ogr --with-geos --with-postgis --with-fastcgi=/usr/local
==> make
clang: make: *** [shp2img] Error 1error: linker
command failed with exitclang: error: li cnodkee r comman1d (fusaei l-v teod sewite invocatih oenx)i
t code 1 (use -v to see invocation)
make: *** [mapserv] Error 1
make: *** [shptreetst] Error 1
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
$ brew doctor
Your system is raring to brew.
$ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: 7f15d09253a38feb9722322d269941c79125e06d
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit sandybridge
OS X: 10.8.2-x86_64
Xcode: 4.6
CLT: 4.6.0.0.1.1358221012
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: N/A
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /Users/s2092651/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
/usr/bin/env python -c import numpy
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
/usr/bin/env python -c import numpy
==> Downloading http://download.osgeo.org/mapserver/mapserver-6.0.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/mapserver-6.0.3.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/mapserver-6.0.3.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file renderers/agg/include/agg_renderer_outline_aa.h
patching file mapsymbol.c
Hunk #1 succeeded at 601 with fuzz 2.
==> ./configure --prefix=/usr/local/Cellar/mapserver/6.0.3 --with-proj --with-gdal --with-ogr --with-geos --with-postgis --with-fastcgi=/usr/local
./configure --prefix=/usr/local/Cellar/mapserver/6.0.3 --with-proj --with-gdal --with-ogr --with-geos --with-postgis --with-fastcgi=/usr/local
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
checking for flex... flex
checking for yywrap in -lfl... no
checking for yywrap in -ll... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for exp in -lm... yes
checking for __gxx_personality_v0 in -lstdc++... yes
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
rm: conftest.dSYM: is a directory
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strdup... yes
checking for strrstr... no
checking for strcasestr... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for vsnprintf... yes
MapServer Version from mapserver.h: '6.0.3'
checking if pkg-config path is provided... checking for pkg-config... no
couldn't find pkg-config in default path. Please specify full path to pkg-config if needed
checking for freetype-config... /usr/local/opt/freetype/bin/freetype-config
checking for FT_Init_FreeType in -lfreetype... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
configure: checking where Zlib is installed...
checking for zlibVersion in -lz... yes
using libz from system libs (-DUSE_ZLIB).
configure: checking where PNG is installed...
checking for png_init_io in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
using libpng from system libs.
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
configure: checking where GIF is installed...
checking for DGifOpenFileHandle in -lgif... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
using libgif from system libs.
configure: checking whether we should include JPEG support...
checking for jpeg_read_header in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
using libjpeg from system libs.
configure: checking where libXpm is installed...
checking for XpmFreeXpmImage in -lXpm... no
XPM (libXpm) library cannot be found, possibly needed for GD
configure: checking where libiconv is installed...
checking for iconv_open in -lc... no
checking for libiconv_open in -liconv... no
checking for iconv_open in -liconv... yes
using libiconv from system libs.
libiconv found. Enabling internationalization (-DUSE_ICONV)
configure: checking for GD 2.0.28 or higher...
checking for gdImageCreatePaletteFromTrueColor in -lgd... yes
checking for gdImageCreatePaletteFromTrueColor in -lgd... (cached) yes
using libgd 2.0.28 (or higher) from system libs (-L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz ).
checking for gdImageCreate in -lgd... yes
checking for gdImageGif in -lgd... yes
checking for gdImagePng in -lgd... yes
checking for gdImageJpeg in -lgd... yes
checking for gdImageWBMP in -lgd... yes
checking for gdImageStringFT in -lgd... yes
checking for gdImageOpenPolygon in -lgd... yes
checking for gdImageGifPtr in -lgd... yes
checking for gdFontGetTiny in -lgd... yes
checking for gdImageSetResolution in -l... no
checking whether gdImageGetTrueColorPixel is declared... yes
checking for gdImageGetTrueColorPixel in -lgd... yes
using GD ( -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL) from system libs.
checking if FTGL support requested... no
checking if OGL support requested... no
configure: checking where EXPAT is installed...
checking for XML_ParserCreate in -lexpat... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
using libexpat from system libs.
checking for AGG support... yes
checking if SVG Symbol support requested... enabled
configure: checking whether we should include PROJ.4 support...
checking for pj_init in -lproj... yes
checking for pj_transform in -lproj... yes
using PROJ.4 from system libs.
configure: checking whether we should include thread safe support...
thread safe support disabled.
configure: checking whether we should include ESRI SDE support...
ESRI SDE support not requested.
checking if GEOS support requested... yes
checking for geos-config... /usr/local/opt/geos/bin/geos-config
checking for GEOS version >= 3.0.0... yes. Found version 3.3.7
configure: checking whether we should include OGR support...
checking for gdal-config... /usr/local/opt/gdal/bin/gdal-config
OGR enabled (-DUSE_OGR).
checking if GDAL support requested... yes
checking if PostGIS support requested... yes
checking for pg_config... /usr/bin/pg_config
yes, user supplied pg_config (/usr/bin/pg_config)
checking for PQconnectdb in -lpq... yes
checking for PQserverVersion in -lpq... yes
checking if Mysql support requested... no
checking if OracleSpatial support requested... no
configure: checking whether we should include WMS Server support...
OGC WMS compatibility enabled (-DUSE_WMS_SVR).
configure: checking whether we should include WFS Server support...
OGC WFS Server support not requested.
configure: checking whether we should include WCS Server support...
OGC WCS Server support not requested.
configure: checking whether we should include WMS Client Connections support...
configure: checking whether we should include WFS Client Connections support...
configure: checking whether we should include OGC SOS Server support...
OGC SOS Server support not requested.
checking for curl-config... checking if KML output is requested... no
checking for libxml2... libxml2 not required.
checking if xml-mapfile is requested... no
checking if xslt is requested... no
checking if exslt is requested... no
checking if FriBidi support requested... no
checking if Cairo support requested... no
checking FastCGI support... requested.
checking for FCGI_Accept in -lfcgi... yes
configure: checking HTTPD server (Apache) version...
checking for httpd... /usr/sbin/httpd
/usr/sbin/httpd version is Apache/2.2.22 (2002022).
Compiling with fast MS_NINT
checking compiler warnings... basic
configure: checking whether we should enable debug features...
configure: checking whether we should enable mapserv CGI command-line debug arguments...
configure: checking for PHP/MapScript module options...
PHP/MapScript module not configured.
rm: conftest.dSYM: is a directory
checking for c++ -dynamiclib ... yes
rm: conftest.dSYM: is a directory
checking if --enable-runpath requested... no
checking if --with-java-include-os-name specified... no, autodetected linux
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mapscript/java/Makefile
config.status: creating mapscript/csharp/Makefile
MapServer is now configured for
-------------- Compiler Info -------------
C compiler: cc -O2 -fPIC -Wall -DNDEBUG
C++ compiler: c++ -O2 -fPIC -Wall -DNDEBUG
Debug:
Generic NINT:
-------------- Renderer Settings ---------
OpenGL support:
zlib support: -DUSE_ZLIB
png support: -DUSE_PNG
gif support: -DUSE_GIF
jpeg support: -DUSE_JPEG
freetype support: -DUSE_FREETYPE
iconv support: -DUSE_ICONV
AGG support: internal
SVG Symbol support: -DUSE_AGG_SVG_SYMBOLS
Cairo (SVG,PDF) support:
KML support:
-------------- Support Libraries ---------
Proj.4 support: -DUSE_PROJ
Libxml2 support:
FriBidi support:
Curl support:
FastCGI support: -DUSE_FASTCGI
Threading support:
GEOS support: -DUSE_GEOS
XML Mapfile support:
XSLT support:
EXSLT support:
-------------- Data Format Drivers -------
PostGIS support: -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION
ArcSDE support:
OGR support: -DUSE_OGR
GDAL support: -DUSE_GDAL
Oracle Spatial support:
-------------- OGC Services --------------
WMS Server: -DUSE_WMS_SVR
WMS Client:
WFS Server:
WFS Client:
WCS Server:
SOS Server:
-------------- MapScript -----------------
PHP MapScript: no
==> make
make
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/clipper.o renderers/agg/src/clipper.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_arc.o renderers/agg/src/agg_arc.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_curves.o renderers/agg/src/agg_curves.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_vcgen_contour.o renderers/agg/src/agg_vcgen_contour.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_vcgen_dash.o renderers/agg/src/agg_vcgen_dash.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_vcgen_stroke.o renderers/agg/src/agg_vcgen_stroke.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_image_filters.o renderers/agg/src/agg_image_filters.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_line_aa_basics.o renderers/agg/src/agg_line_aa_basics.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_line_profile_aa.o renderers/agg/src/agg_line_profile_aa.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_sqrt_tables.o renderers/agg/src/agg_sqrt_tables.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_embedded_raster_fonts.o renderers/agg/src/agg_embedded_raster_fonts.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_trans_affine.o renderers/agg/src/agg_trans_affine.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_vpgen_clip_polygon.o renderers/agg/src/agg_vpgen_clip_polygon.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_vpgen_clip_polyline.o renderers/agg/src/agg_vpgen_clip_polyline.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_font_freetype.o renderers/agg/src/agg_font_freetype.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_svg_parser.o renderers/agg/src/agg_svg_parser.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_svg_path_renderer.o renderers/agg/src/agg_svg_path_renderer.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o renderers/agg/src/agg_svg_path_tokenizer.o renderers/agg/src/agg_svg_path_tokenizer.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o mapgeomutil.o mapgeomutil.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapdummyrenderer.c -o mapdummyrenderer.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapogl.cpp -o mapogl.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapoglrenderer.cpp -o mapoglrenderer.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapoglcontext.cpp -o mapoglcontext.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapimageio.c -o mapimageio.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapcairo.c -o mapcairo.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maprendering.c -o maprendering.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapgeomtransform.c -o mapgeomtransform.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapquantization.c -o mapquantization.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maptemplate.c -o maptemplate.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapbits.c -o mapbits.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maphash.c -o maphash.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapshape.c -o mapshape.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapxbase.c -o mapxbase.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapparser.c -o mapparser.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maplexer.c -o maplexer.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maptree.c -o maptree.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapsearch.c -o mapsearch.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapstring.c -o mapstring.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapsymbol.c -o mapsymbol.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapfile.c -o mapfile.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maplegend.c -o maplegend.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maputil.c -o maputil.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapscale.c -o mapscale.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapquery.c -o mapquery.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maplabel.c -o maplabel.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maperror.c -o maperror.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapprimitive.c -o mapprimitive.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapproject.c -o mapproject.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapraster.c -o mapraster.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapsde.c -o mapsde.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapogr.cpp -o mapogr.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mappostgis.c -o mappostgis.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maplayer.c -o maplayer.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapresample.c -o mapresample.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapwms.c -o mapwms.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapwmslayer.c -o mapwmslayer.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maporaclespatial.c -o maporaclespatial.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapgml.c -o mapgml.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapprojhack.c -o mapprojhack.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapthread.c -o mapthread.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapdraw.c -o mapdraw.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapgd.c -o mapgd.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o mapagg.o mapagg.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapoutput.c -o mapoutput.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapgdal.c -o mapgdal.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapimagemap.c -o mapimagemap.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapows.c -o mapows.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapwfs.c -o mapwfs.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapwfs11.c -o mapwfs11.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapwfslayer.c -o mapwfslayer.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapcontext.c -o mapcontext.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maphttp.c -o maphttp.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapdrawgdal.c -o mapdrawgdal.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapjoin.c -o mapjoin.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapgraticule.c -o mapgraticule.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapcopy.c -o mapcopy.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapogcfilter.c -o mapogcfilter.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapogcsld.c -o mapogcsld.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maptime.c -o maptime.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapwcs.c -o mapwcs.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapwcs11.c -o mapwcs11.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapcpl.c -o mapcpl.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi cgiutil.c -o cgiutil.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maprasterquery.c -o maprasterquery.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapobject.c -o mapobject.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapgeos.c -o mapgeos.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi classobject.c -o classobject.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi layerobject.c -o layerobject.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapio.c -o mapio.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mappool.c -o mappool.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapregex.c -o mapregex.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mappluginlayer.c -o mappluginlayer.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapogcsos.c -o mapogcsos.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mappostgresql.c -o mappostgresql.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapcrypto.c -o mapcrypto.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapowscommon.c -o mapowscommon.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maplibxml2.c -o maplibxml2.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapdebug.c -o mapdebug.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapchart.c -o mapchart.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi maptclutf.c -o maptclutf.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapxml.c -o mapxml.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o mapkml.o mapkml.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi -c -o mapkmlrenderer.o mapkmlrenderer.cpp
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapogroutput.c -o mapogroutput.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapwcs20.c -o mapwcs20.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapogcfiltercommon.c -o mapogcfiltercommon.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapunion.c -o mapunion.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi mapcluster.c -o mapcluster.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
ar rc libmapserver.a renderers/agg/src/clipper.o renderers/agg/src/agg_arc.o renderers/agg/src/agg_curves.o renderers/agg/src/agg_vcgen_contour.o renderers/agg/src/agg_vcgen_dash.o renderers/agg/src/agg_vcgen_stroke.o renderers/agg/src/agg_image_filters.o renderers/agg/src/agg_line_aa_basics.o renderers/agg/src/agg_line_profile_aa.o renderers/agg/src/agg_sqrt_tables.o renderers/agg/src/agg_embedded_raster_fonts.o renderers/agg/src/agg_trans_affine.o renderers/agg/src/agg_vpgen_clip_polygon.o renderers/agg/src/agg_vpgen_clip_polyline.o renderers/agg/src/agg_font_freetype.o renderers/agg/src/agg_svg_parser.o renderers/agg/src/agg_svg_path_renderer.o renderers/agg/src/agg_svg_path_tokenizer.o mapgeomutil.o mapdummyrenderer.o mapogl.o mapoglrenderer.o mapoglcontext.o mapimageio.o mapcairo.o maprendering.o mapgeomtransform.o mapquantization.o maptemplate.o mapbits.o maphash.o mapshape.o mapxbase.o mapparser.o maplexer.o maptree.o mapsearch.o mapstring.o mapsymbol.o mapfile.o maplegend.o maputil.o mapscale.o mapquery.o maplabel.o maperror.o mapprimitive.o mapproject.o mapraster.o mapsde.o mapogr.o mappostgis.o maplayer.o mapresample.o mapwms.o mapwmslayer.o maporaclespatial.o mapgml.o mapprojhack.o mapthread.o mapdraw.o mapgd.o mapagg.o mapoutput.o mapgdal.o mapimagemap.o mapows.o mapwfs.o mapwfs11.o mapwfslayer.o mapcontext.o maphttp.o mapdrawgdal.o mapjoin.o mapgraticule.o mapcopy.o mapogcfilter.o mapogcsld.o maptime.o mapwcs.o mapwcs11.o mapcpl.o cgiutil.o maprasterquery.o mapobject.o mapgeos.o classobject.o layerobject.o mapio.o mappool.o mapregex.o mappluginlayer.o mapogcsos.o mappostgresql.o mapcrypto.o mapowscommon.o maplibxml2.o mapdebug.o mapchart.o maptclutf.o mapxml.o mapkml.o mapkmlrenderer.o mapogroutput.o mapwcs20.o mapogcfiltercommon.o mapunion.o mapcluster.o
/usr/bin/ranlib: file: libmapserver.a(mapoglrenderer.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(mapoglcontext.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(mapthread.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(mapwfs11.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(maphttp.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(mapwcs11.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(maplibxml2.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(mapxml.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(mapkmlrenderer.o) has no symbols
/usr/bin/ranlib: file: libmapserver.a(mapwcs20.o) has no symbols
ranlib libmapserver.a
ranlib: file: libmapserver.a(mapoglrenderer.o) has no symbols
ranlib: file: libmapserver.a(mapoglcontext.o) has no symbols
ranlib: file: libmapserver.a(mapthread.o) has no symbols
ranlib: file: libmapserver.a(mapwfs11.o) has no symbols
ranlib: file: libmapserver.a(maphttp.o) has no symbols
ranlib: file: libmapserver.a(mapwcs11.o) has no symbols
ranlib: file: libmapserver.a(maplibxml2.o) has no symbols
ranlib: file: libmapserver.a(mapxml.o) has no symbols
ranlib: file: libmapserver.a(mapkmlrenderer.o) has no symbols
ranlib: file: libmapserver.a(mapwcs20.o) has no symbols
# We don't want to let the shared library get out of sync with the
# static library if it exists.
if test -r libmapserver.dylib ; then \
make shared ; \
fi
cc -c -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi shp2img.c -o shp2img.o
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include
c++ -O2 -fPIC -Wall -DNDEBUG -DHAVE_VSNPRINTF -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV -DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE -DDISABLE_CVSID -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/include -Irenderers/agg/include -I/usr/local/Cellar/gdal/1.9.2/include -I/usr/include -I/usr/local/Cellar/geos/3.3.7/include -I/usr/local/include -I/usr/local/include/fastcgi shp2img.o -L. -lmapserver -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lgd -L/usr/local/lib -lgd -ljpeg -L/usr/local/Cellar/freetype/2.4.10/lib -lfreetype -lz -lbz2 -lpng -lz -lexpat -lproj -ljpeg -lpng -lgif -L/usr/local/Cellar/gdal/1.9.2/lib -lgdal -L/usr/lib -lpq -L/usr/local/Cellar/geos/3.3.7/lib -lgeos_c -liconv -L/usr/local/lib -lfcgi -lz -lm -lstdc++ -o shp2img
brew: superenv removed: -O2 -Wall -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib
Undefined symbols for architecture x86_64:
"_gdFontCacheSetup", referenced from:
_msSetup in libmapserver.a(maputil.o)
"_gdFontCacheShutdown", referenced from:
_msCleanup in libmapserver.a(maputil.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [shp2img] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 7f15d09253a38feb9722322d269941c79125e06d
CPU: 8-core 64-bit sandybridge
OS X: 10.8.2-x86_64
Xcode: 4.6
CLT: 4.6.0.0.1.1358221012
X11: N/A
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/sqlite/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/freetype/bin:/usr/local/opt/libpng/bin:/usr/local/opt/giflib/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/gd/bin:/usr/local/opt/proj/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libgeotiff/bin:/usr/local/opt/geos/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/gdal/bin:/usr/local/opt/fcgi/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: mapserver did not build
Logs: /Users/s2092651/Library/Logs/Homebrew/mapserver/config.log
@prologic
Copy link
Author

Trying to install with std env doesn't work either:

$ brew install mapserver --env=std
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
==> Downloading http://download.osgeo.org/mapserver/mapserver-6.0.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/mapserver-6.0.3.tar.gz
==> Patching
patching file renderers/agg/include/agg_renderer_outline_aa.h
patching file mapsymbol.c
Hunk #1 succeeded at 601 with fuzz 2.
==> ./configure --prefix=/usr/local/Cellar/mapserver/6.0.3 --with-proj --with-gdal --with-ogr
==> make
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [shp2img] Error 1
make: *** [shptreetst] Error 1
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [shptree] Error 1

READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment