Skip to content

Moonlightflower/gp-xerces

 
 

Repository files navigation

Build Status

gp-xerces

Greenplum patched xerces-c in order to compile GPORCA

mkdir build
cd build
../configure --prefix=/usr/local
make
make install

build 32-bit

mkdir build
cd build
env CFLAGS="-m32" CXXFLAGS="-m32" ../configure --prefix=/usr/local
make
make install

debug build

mkdir build
cd build
env CFLAGS="-g" CXXFLAGS="-g" ../configure --prefix=/usr/local
make
make install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.4%
  • Makefile 4.1%
  • Shell 3.1%
  • C 1.7%
  • M4 0.6%
  • Perl 0.1%