Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created December 20, 2013 09:51
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 rolfbjarne/1745bc4f16bb34bb3033 to your computer and use it in GitHub Desktop.
Save rolfbjarne/1745bc4f16bb34bb3033 to your computer and use it in GitHub Desktop.
Undefined symbols for architecture i386:
"std::string::find_first_of(char const*, unsigned long) const", referenced from:
geos::io::StringTokenizer::nextToken() in libPods.a(StringTokenizer.o)
geos::io::StringTokenizer::peekNextToken() in libPods.a(StringTokenizer.o)
"std::string::find_first_of(std::string const&, unsigned long) const", referenced from:
geos::geom::Envelope::split(std::string const&, std::string const&) in libPods.a(Envelope.o)
"std::string::find_first_not_of(char const*, unsigned long) const", referenced from:
geos::io::StringTokenizer::nextToken() in libPods.a(StringTokenizer.o)
geos::io::StringTokenizer::peekNextToken() in libPods.a(StringTokenizer.o)
"std::string::find_first_not_of(std::string const&, unsigned long) const", referenced from:
geos::geom::Envelope::split(std::string const&, std::string const&) in libPods.a(Envelope.o)
"std::string::end() const", referenced from:
geos::io::StringTokenizer::nextToken() in libPods.a(StringTokenizer.o)
geos::io::StringTokenizer::peekNextToken() in libPods.a(StringTokenizer.o)
"std::string::find(char const*, unsigned long) const", referenced from:
geos::geom::Envelope::Envelope(std::string const&) in libPods.a(Envelope.o)
"std::string::size() const", referenced from:
(anonymous namespace)::gstrdup(std::string const&) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(geos_ts_c.o)
geos::io::WKTReader::getNextWord(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(Geometry.o)
geos::geom::Envelope::Envelope(std::string const&) in libPods.a(Envelope.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(GeometryGraph.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(OffsetCurveSetBuilder.o)
...
"std::string::begin() const", referenced from:
geos::io::StringTokenizer::StringTokenizer(std::string const&) in libPods.a(StringTokenizer.o)
geos::io::StringTokenizer::nextToken() in libPods.a(StringTokenizer.o)
geos::io::StringTokenizer::peekNextToken() in libPods.a(StringTokenizer.o)
"std::string::c_str() const", referenced from:
(anonymous namespace)::gstrdup(std::string const&) in libPods.a(geos_ts_c.o)
_GEOSisValid_r in libPods.a(geos_ts_c.o)
_GEOSGeomToWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_write_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_writeHEX_r in libPods.a(geos_ts_c.o)
geos::util::GEOSException::what() const in libPods.a(geos_ts_c.o)
geos::util::GEOSException::what() const in libPods.a(ByteOrderDataInStream.o)
...
"std::string::length() const", referenced from:
_GEOSGeomToWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomToHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_write_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_writeHEX_r in libPods.a(geos_ts_c.o)
geos::geom::IntersectionMatrix::set(std::string const&) in libPods.a(IntersectionMatrix.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::geom::IntersectionMatrix::setAtLeast(std::string) in libPods.a(IntersectionMatrix.o)
...
"std::string::substr(unsigned long, unsigned long) const", referenced from:
geos::geom::Envelope::Envelope(std::string const&) in libPods.a(Envelope.o)
geos::geom::Envelope::split(std::string const&, std::string const&) in libPods.a(Envelope.o)
"std::string::_M_iend() const", referenced from:
std::string& std::string::assign<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>) in libPods.a(StringTokenizer.o)
"std::string::compare(char const*) const", referenced from:
bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(WKTReader.o)
bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(GeometryFactory.o)
bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(Edge-FEBA17BB5C3565B9.o)
"std::string::compare(std::string const&) const", referenced from:
bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(GeometryFactory.o)
"std::string::_M_ibegin() const", referenced from:
std::string& std::string::assign<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>) in libPods.a(StringTokenizer.o)
"std::string::operator[](unsigned long) const", referenced from:
geos::geom::IntersectionMatrix::set(std::string const&) in libPods.a(IntersectionMatrix.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::io::StringTokenizer::peekNextToken() in libPods.a(StringTokenizer.o)
"std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const", referenced from:
geos::io::WKBReader::readGeometry() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiPoint() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiLineString() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiPolygon() in libPods.a(WKBReader.o)
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTWriter::toLineString(geos::geom::CoordinateSequence const&) in libPods.a(WKTWriter.o)
geos::io::WKTWriter::toLineString(geos::geom::Coordinate const&, geos::geom::Coordinate const&) in libPods.a(WKTWriter.o)
...
"std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const", referenced from:
_GEOSisValidReason_r in libPods.a(geos_ts_c.o)
_GEOSGeomToWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomToHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_write_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_writeHEX_r in libPods.a(geos_ts_c.o)
geos::io::WKBWriter::setByteOrder(int) in libPods.a(WKBWriter.o)
geos::geom::Coordinate::toString() const in libPods.a(Coordinate.o)
...
"std::basic_ios<char, std::char_traits<char> >::eof() const", referenced from:
geos::io::ByteOrderDataInStream::readByte() in libPods.a(ByteOrderDataInStream.o)
geos::io::ByteOrderDataInStream::readInt() in libPods.a(ByteOrderDataInStream.o)
geos::io::ByteOrderDataInStream::readLong() in libPods.a(ByteOrderDataInStream.o)
geos::io::ByteOrderDataInStream::readDouble() in libPods.a(ByteOrderDataInStream.o)
geos::io::WKBReader::readHEX(std::istream&) in libPods.a(WKBReader.o)
"std::basic_ios<char, std::char_traits<char> >::operator void*() const", referenced from:
geos::io::WKBReader::printHEX(std::istream&, std::ostream&) in libPods.a(WKBReader.o)
"std::allocator<char>::allocator()", referenced from:
_GEOSRelatePattern_r in libPods.a(geos_ts_c.o)
_GEOSRelatePatternMatch_r in libPods.a(geos_ts_c.o)
_GEOSisValidReason_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromWKT_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSBufferWithStyle_r in libPods.a(geos_ts_c.o)
...
"std::allocator<char>::~allocator()", referenced from:
_GEOSRelatePattern_r in libPods.a(geos_ts_c.o)
_GEOSRelatePatternMatch_r in libPods.a(geos_ts_c.o)
_GEOSisValidReason_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromWKT_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSBufferWithStyle_r in libPods.a(geos_ts_c.o)
...
"std::istream::read(char*, int)", referenced from:
geos::io::ByteOrderDataInStream::readByte() in libPods.a(ByteOrderDataInStream.o)
geos::io::ByteOrderDataInStream::readInt() in libPods.a(ByteOrderDataInStream.o)
geos::io::ByteOrderDataInStream::readLong() in libPods.a(ByteOrderDataInStream.o)
geos::io::ByteOrderDataInStream::readDouble() in libPods.a(ByteOrderDataInStream.o)
geos::io::WKBReader::printHEX(std::istream&, std::ostream&) in libPods.a(WKBReader.o)
"std::istream::seekg(std::fpos<__mbstate_t>)", referenced from:
geos::io::WKBReader::printHEX(std::istream&, std::ostream&) in libPods.a(WKBReader.o)
"std::istream::seekg(long long, std::_Ios_Seekdir)", referenced from:
_GEOSGeomFromWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBReader_readHEX_r in libPods.a(geos_ts_c.o)
geos::io::WKBReader::printHEX(std::istream&, std::ostream&) in libPods.a(WKBReader.o)
"std::istream::tellg()", referenced from:
geos::io::WKBReader::printHEX(std::istream&, std::ostream&) in libPods.a(WKBReader.o)
"std::basic_istream<char, std::char_traits<char> >::basic_istream(std::basic_streambuf<char, std::char_traits<char> >*)", referenced from:
_GEOSWKBReader_read_r in libPods.a(geos_ts_c.o)
"std::basic_istream<char, std::char_traits<char> >::~basic_istream()", referenced from:
_GEOSWKBReader_read_r in libPods.a(geos_ts_c.o)
"std::ostream::write(char const*, int)", referenced from:
geos::io::WKBWriter::writeByteOrder() in libPods.a(WKBWriter.o)
geos::io::WKBWriter::writeInt(int) in libPods.a(WKBWriter.o)
geos::io::WKBWriter::writeCoordinate(geos::geom::CoordinateSequence const&, int, bool) in libPods.a(WKBWriter.o)
"std::ostream::operator<<(std::ostream& (*)(std::ostream&))", referenced from:
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeList const&) in libPods.a(EdgeList.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
"std::ostream::operator<<(std::ios_base& (*)(std::ios_base&))", referenced from:
geos::io::WKTWriter::writeNumber(double) in libPods.a(WKTWriter.o)
"std::ostream::operator<<(void const*)", referenced from:
geos::operation::buffer::operator<<(std::ostream&, geos::operation::buffer::BufferSubgraph const&) in libPods.a(BufferSubgraph.o)
geos::geomgraph::DirectedEdge::print() in libPods.a(DirectedEdge-622FB10570072C8F.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::Node const&) in libPods.a(Node-4FB72D89C77DF3AA.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeRing const&) in libPods.a(EdgeRing-AD4EC3BCF051232F.o)
"std::ostream::operator<<(double)", referenced from:
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTWriter::toLineString(geos::geom::CoordinateSequence const&) in libPods.a(WKTWriter.o)
geos::io::WKTWriter::toLineString(geos::geom::Coordinate const&, geos::geom::Coordinate const&) in libPods.a(WKTWriter.o)
geos::io::WKTWriter::toPoint(geos::geom::Coordinate const&) in libPods.a(WKTWriter.o)
geos::io::WKTWriter::writeNumber(double) in libPods.a(WKTWriter.o)
geos::geom::operator<<(std::ostream&, geos::geom::Coordinate const&) in libPods.a(Coordinate.o)
geos::io::ParseException::stringify(double) in libPods.a(ParseException.o)
...
"std::ostream::operator<<(int)", referenced from:
geos::io::WKBReader::readGeometry() in libPods.a(WKBReader.o)
geos::io::WKBWriter::setByteOrder(int) in libPods.a(WKBWriter.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::Edge const&) in libPods.a(Edge-FEBA17BB5C3565B9.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
geos::planargraph::operator<<(std::ostream&, geos::planargraph::DirectedEdge const&) in libPods.a(DirectedEdge-C632D957F7077BA4.o)
...
"std::ostream::operator<<(unsigned int)", referenced from:
geos::linearref::operator<<(std::ostream&, geos::linearref::LinearLocation const&) in libPods.a(LinearLocation.o)
geos::noding::operator<<(std::ostream&, geos::noding::SegmentNode const&) in libPods.a(SegmentNode.o)
geos::operation::overlay::ElevationMatrix::getCell(geos::geom::Coordinate const&) in libPods.a(ElevationMatrix.o)
geos::operation::overlay::ElevationMatrix::print() const in libPods.a(ElevationMatrix.o)
"std::ostream::operator<<(unsigned long)", referenced from:
geos::geom::LinearRing::validateConstruction() in libPods.a(LinearRing.o)
geos::geom::CoordinateArraySequence::setOrdinate(unsigned long, unsigned long, double) in libPods.a(CoordinateArraySequence.o)
geos::geomgraph::PlanarGraph::printEdges() in libPods.a(PlanarGraph-26DF34914DD5683E.o)
geos::operation::buffer::operator<<(std::ostream&, geos::operation::buffer::BufferSubgraph const&) in libPods.a(BufferSubgraph.o)
geos::noding::operator<<(std::ostream&, geos::noding::SegmentNodeList const&) in libPods.a(SegmentNodeList.o)
geos::noding::NodedSegmentString::print(std::ostream&) const in libPods.a(NodedSegmentString.o)
geos::index::quadtree::NodeBase::toString() const in libPods.a(NodeBase-2308E1C6F0528A4A.o)
...
"std::string::append(char const*)", referenced from:
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(WKBWriter.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(WKTWriter.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(GeometryFactory.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(IntersectionMatrix.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(Interrupt.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(DouglasPeuckerSimplifier.o)
...
"std::string::append(char const*, unsigned long)", referenced from:
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(Geometry.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(GeometryGraph.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(OffsetCurveSetBuilder.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(UnaryUnionOp.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(SegmentNodeList.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(FastNodingValidator.o)
...
"std::string::append(std::string const&)", referenced from:
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(WKBWriter.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(WKTWriter.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(GeometryFactory.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(IntersectionMatrix.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(Interrupt.o)
...
"std::string::replace(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>)", referenced from:
std::string& std::string::assign<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>) in libPods.a(StringTokenizer.o)
"std::string::reserve(unsigned long)", referenced from:
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(Geometry.o)
geos::io::Writer::reserve(unsigned long) in libPods.a(Writer.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(GeometryGraph.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(OffsetCurveSetBuilder.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(UnaryUnionOp.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(SegmentNodeList.o)
...
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)", referenced from:
_GEOSRelatePattern_r in libPods.a(geos_ts_c.o)
_GEOSRelatePatternMatch_r in libPods.a(geos_ts_c.o)
_GEOSisValidReason_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromWKT_r in libPods.a(geos_ts_c.o)
_GEOSBufferWithStyle_r in libPods.a(geos_ts_c.o)
_GEOSOffsetCurve_r in libPods.a(geos_ts_c.o)
_GEOSSingleSidedBuffer_r in libPods.a(geos_ts_c.o)
...
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)", referenced from:
_GEOSGeomFromWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBReader_readHEX_r in libPods.a(geos_ts_c.o)
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)", referenced from:
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(WKBWriter.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) in libPods.a(WKBWriter.o)
geos::io::WKTReader::getNextWord(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTWriter::write(geos::geom::Geometry const*) in libPods.a(WKTWriter.o)
geos::io::WKTWriter::writeFormatted(geos::geom::Geometry const*) in libPods.a(WKTWriter.o)
...
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(unsigned long, char, std::allocator<char> const&)", referenced from:
geos::io::WKTWriter::indent(int, geos::io::Writer*) in libPods.a(WKTWriter.o)
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()", referenced from:
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(geos_ts_c.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(Geometry.o)
geos::io::CLocalizer::CLocalizer() in libPods.a(CLocalizer.o)
geos::io::StringTokenizer::StringTokenizer(std::string const&) in libPods.a(StringTokenizer.o)
geos::io::Writer::Writer() in libPods.a(Writer.o)
std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in libPods.a(GeometryGraph.o)
geos::geomgraph::Edge::Edge(geos::geom::CoordinateSequence*, geos::geomgraph::Label const&) in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
"std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()", referenced from:
_GEOSRelatePattern_r in libPods.a(geos_ts_c.o)
_GEOSRelatePatternMatch_r in libPods.a(geos_ts_c.o)
_GEOSRelate_r in libPods.a(geos_ts_c.o)
_GEOSRelateBoundaryNodeRule_r in libPods.a(geos_ts_c.o)
_GEOSisValid_r in libPods.a(geos_ts_c.o)
_GEOSisValidReason_r in libPods.a(geos_ts_c.o)
_GEOSisValidDetail_r in libPods.a(geos_ts_c.o)
...
"std::string::operator=(char const*)", referenced from:
geos::io::CLocalizer::CLocalizer() in libPods.a(CLocalizer.o)
geos::io::StringTokenizer::StringTokenizer(std::string const&) in libPods.a(StringTokenizer.o)
geos::io::StringTokenizer::nextToken() in libPods.a(StringTokenizer.o)
geos::io::StringTokenizer::peekNextToken() in libPods.a(StringTokenizer.o)
"std::string::operator=(std::string const&)", referenced from:
geos::io::WKTReader::getCoordinates(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTReader::getNextEmptyOrOpener(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTReader::readPolygonText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTReader::readMultiLineStringText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTReader::readMultiPolygonText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTReader::readGeometryCollectionText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
...
"std::string::operator[](unsigned long)", referenced from:
geos::io::WKTReader::getNextWord(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::setAtLeast(std::string) in libPods.a(IntersectionMatrix.o)
"std::string::operator+=(char const*)", referenced from:
geos::algorithm::LineIntersector::toString() const in libPods.a(LineIntersector.o)
geos::geomgraph::DirectedEdgeStar::print() in libPods.a(DirectedEdgeStar-26965B981B6DD97.o)
geos::operation::relate::EdgeEndBundle::print() in libPods.a(EdgeEndBundle.o)
"std::string::operator+=(std::string const&)", referenced from:
_GEOSisValidReason_r in libPods.a(geos_ts_c.o)
geos::geomgraph::EdgeEndStar::print() in libPods.a(EdgeEndStar.o)
geos::geomgraph::DirectedEdge::printEdge() in libPods.a(DirectedEdge-622FB10570072C8F.o)
geos::geomgraph::DirectedEdgeStar::print() in libPods.a(DirectedEdgeStar-26965B981B6DD97.o)
geos::geomgraph::NodeMap::print() const in libPods.a(NodeMap-813EDD6417017D67.o)
geos::operation::relate::EdgeEndBundle::print() in libPods.a(EdgeEndBundle.o)
"std::string::operator+=(char)", referenced from:
geos::geom::IntersectionMatrix::toString() const in libPods.a(IntersectionMatrix.o)
"std::runtime_error::runtime_error(std::string const&)", referenced from:
(anonymous namespace)::gstrdup_s(char const*, unsigned long) in libPods.a(geos_ts_c.o)
"std::_List_node_base::hook(std::_List_node_base*)", referenced from:
std::list<geos::triangulate::quadedge::Vertex, std::allocator<geos::triangulate::quadedge::Vertex> >::_M_insert(std::_List_iterator<geos::triangulate::quadedge::Vertex>, geos::triangulate::quadedge::Vertex const&) in libPods.a(DelaunayTriangulationBuilder.o)
std::list<geos::triangulate::quadedge::QuadEdge*, std::allocator<geos::triangulate::quadedge::QuadEdge*> >::_M_insert(std::_List_iterator<geos::triangulate::quadedge::QuadEdge*>, geos::triangulate::quadedge::QuadEdge* const&) in libPods.a(QuadEdgeSubdivision.o)
std::list<geos::geom::CoordinateSequence*, std::allocator<geos::geom::CoordinateSequence*> >::_M_insert(std::_List_iterator<geos::geom::CoordinateSequence*>, geos::geom::CoordinateSequence* const&) in libPods.a(QuadEdgeSubdivision.o)
std::list<geos::geomgraph::Node*, std::allocator<geos::geomgraph::Node*> >::_M_insert(std::_List_iterator<geos::geomgraph::Node*>, geos::geomgraph::Node* const&) in libPods.a(BufferSubgraph.o)
std::list<geos::geom::Coordinate, std::allocator<geos::geom::Coordinate> >::insert(std::_List_iterator<geos::geom::Coordinate>, geos::geom::Coordinate const&) in libPods.a(LineStringSnapper.o)
std::list<geos::geom::Coordinate, std::allocator<geos::geom::Coordinate> >::_M_insert(std::_List_iterator<geos::geom::Coordinate>, geos::geom::Coordinate const&) in libPods.a(LineStringSnapper.o)
"std::_List_node_base::unhook()", referenced from:
std::list<geos::triangulate::quadedge::QuadEdge*, std::allocator<geos::triangulate::quadedge::QuadEdge*> >::_M_erase(std::_List_iterator<geos::triangulate::quadedge::QuadEdge*>) in libPods.a(QuadEdgeSubdivision.o)
std::list<geos::geomgraph::Node*, std::allocator<geos::geomgraph::Node*> >::_M_erase(std::_List_iterator<geos::geomgraph::Node*>) in libPods.a(BufferSubgraph.o)
"std::basic_streambuf<char, std::char_traits<char> >::setg(char*, char*, char*)", referenced from:
membuf::membuf(char*, unsigned long) in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::sync()", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::imbue(std::locale const&)", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::uflow()", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::setbuf(char*, int)", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::xsgetn(char*, int)", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::xsputn(char const*, int)", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode)", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::seekpos(std::fpos<__mbstate_t>, std::_Ios_Openmode)", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::overflow(int)", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::pbackfail(int)", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::showmanyc()", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::underflow()", referenced from:
vtable for membuf in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::basic_streambuf()", referenced from:
membuf::membuf(char*, unsigned long) in libPods.a(geos_ts_c.o)
"std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()", referenced from:
membuf::~membuf() in libPods.a(geos_ts_c.o)
membuf::membuf(char*, unsigned long) in libPods.a(geos_ts_c.o)
"std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream(std::_Ios_Openmode)", referenced from:
geos::io::WKBReader::readHEX(std::istream&) in libPods.a(WKBReader.o)
geos::io::WKBReader::readGeometry() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiPoint() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiLineString() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiPolygon() in libPods.a(WKBReader.o)
geos::io::WKBWriter::writeHEX(geos::geom::Geometry const&, std::ostream&) in libPods.a(WKBWriter.o)
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
...
"std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()", referenced from:
geos::io::WKBReader::readHEX(std::istream&) in libPods.a(WKBReader.o)
geos::io::WKBReader::readGeometry() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiPoint() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiLineString() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiPolygon() in libPods.a(WKBReader.o)
geos::io::WKBWriter::writeHEX(geos::geom::Geometry const&, std::ostream&) in libPods.a(WKBWriter.o)
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
...
"std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >::str(std::string const&)", referenced from:
_GEOSGeomFromWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBReader_readHEX_r in libPods.a(geos_ts_c.o)
"std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >::basic_istringstream(std::_Ios_Openmode)", referenced from:
_GEOSGeomFromWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBReader_readHEX_r in libPods.a(geos_ts_c.o)
"std::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_istringstream()", referenced from:
_GEOSGeomFromWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomFromHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBReader_readHEX_r in libPods.a(geos_ts_c.o)
"std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream(std::_Ios_Openmode)", referenced from:
_GEOSisValidReason_r in libPods.a(geos_ts_c.o)
_GEOSGeomToWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomToHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_write_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_writeHEX_r in libPods.a(geos_ts_c.o)
geos::io::WKBWriter::setByteOrder(int) in libPods.a(WKBWriter.o)
geos::geom::Coordinate::toString() const in libPods.a(Coordinate.o)
...
"std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()", referenced from:
_GEOSisValidReason_r in libPods.a(geos_ts_c.o)
_GEOSGeomToWKB_buf_r in libPods.a(geos_ts_c.o)
_GEOSGeomToHEX_buf_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_write_r in libPods.a(geos_ts_c.o)
_GEOSWKBWriter_writeHEX_r in libPods.a(geos_ts_c.o)
geos::io::WKBWriter::setByteOrder(int) in libPods.a(WKBWriter.o)
geos::geom::Coordinate::toString() const in libPods.a(Coordinate.o)
...
"std::ios_base::Init::Init()", referenced from:
___cxx_global_var_init in libPods.a(geos_ts_c.o)
___cxx_global_var_init in libPods.a(geos_c.o)
___cxx_global_var_init in libPods.a(DelaunayTriangulationBuilder.o)
___cxx_global_var_init in libPods.a(ByteOrderDataInStream.o)
___cxx_global_var_init in libPods.a(WKBReader.o)
___cxx_global_var_init in libPods.a(WKBWriter.o)
___cxx_global_var_init in libPods.a(WKTReader.o)
...
"std::ios_base::Init::~Init()", referenced from:
___cxx_global_var_init in libPods.a(geos_ts_c.o)
___cxx_global_var_init in libPods.a(geos_c.o)
___cxx_global_var_init in libPods.a(DelaunayTriangulationBuilder.o)
___cxx_global_var_init in libPods.a(ByteOrderDataInStream.o)
___cxx_global_var_init in libPods.a(WKBReader.o)
___cxx_global_var_init in libPods.a(WKBWriter.o)
___cxx_global_var_init in libPods.a(WKTReader.o)
...
___cxx_global_var_init in libPods.a(geos_ts_c.o)
___cxx_global_var_init in libPods.a(geos_c.o)
___cxx_global_var_init in libPods.a(DelaunayTriangulationBuilder.o)
___cxx_global_var_init in libPods.a(ByteOrderDataInStream.o)
___cxx_global_var_init in libPods.a(WKBReader.o)
___cxx_global_var_init in libPods.a(WKBWriter.o)
___cxx_global_var_init in libPods.a(WKTReader.o)
...
___cxx_global_var_init in libPods.a(geos_ts_c.o)
___cxx_global_var_init in libPods.a(geos_c.o)
___cxx_global_var_init in libPods.a(DelaunayTriangulationBuilder.o)
___cxx_global_var_init in libPods.a(ByteOrderDataInStream.o)
___cxx_global_var_init in libPods.a(WKBReader.o)
___cxx_global_var_init in libPods.a(WKBWriter.o)
___cxx_global_var_init in libPods.a(WKTReader.o)
...
___cxx_global_var_init in libPods.a(geos_ts_c.o)
___cxx_global_var_init in libPods.a(geos_c.o)
___cxx_global_var_init in libPods.a(DelaunayTriangulationBuilder.o)
___cxx_global_var_init in libPods.a(ByteOrderDataInStream.o)
___cxx_global_var_init in libPods.a(WKBReader.o)
___cxx_global_var_init in libPods.a(WKBWriter.o)
___cxx_global_var_init in libPods.a(WKTReader.o)
...
___cxx_global_var_init in libPods.a(geos_ts_c.o)
___cxx_global_var_init in libPods.a(geos_c.o)
___cxx_global_var_init in libPods.a(DelaunayTriangulationBuilder.o)
___cxx_global_var_init in libPods.a(ByteOrderDataInStream.o)
___cxx_global_var_init in libPods.a(WKBReader.o)
___cxx_global_var_init in libPods.a(WKBWriter.o)
___cxx_global_var_init in libPods.a(WKTReader.o)
...
___cxx_global_var_init in libPods.a(geos_ts_c.o)
___cxx_global_var_init in libPods.a(geos_c.o)
___cxx_global_var_init in libPods.a(DelaunayTriangulationBuilder.o)
___cxx_global_var_init in libPods.a(ByteOrderDataInStream.o)
___cxx_global_var_init in libPods.a(WKBReader.o)
___cxx_global_var_init in libPods.a(WKBWriter.o)
___cxx_global_var_init in libPods.a(WKTReader.o)
...
___cxx_global_var_init in libPods.a(geos_ts_c.o)
___cxx_global_var_init in libPods.a(geos_c.o)
___cxx_global_var_init in libPods.a(DelaunayTriangulationBuilder.o)
___cxx_global_var_init in libPods.a(ByteOrderDataInStream.o)
___cxx_global_var_init in libPods.a(WKBReader.o)
___cxx_global_var_init in libPods.a(WKBWriter.o)
___cxx_global_var_init in libPods.a(WKTReader.o)
...
...
"std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)", referenced from:
geos::io::WKBReader::printHEX(std::istream&, std::ostream&) in libPods.a(WKBReader.o)
"std::_Rb_tree_decrement(std::_Rb_tree_node_base const*)", referenced from:
std::_Rb_tree_const_iterator<geos::geom::Coordinate const*>::operator--() in libPods.a(ConvexHull.o)
std::_Rb_tree_const_iterator<geos::geomgraph::EdgeEnd*>::operator--() in libPods.a(EdgeEndStar.o)
std::_Rb_tree_const_iterator<geos::geomgraph::EdgeEnd*>::operator--() in libPods.a(DirectedEdgeStar-26965B981B6DD97.o)
"std::_Rb_tree_decrement(std::_Rb_tree_node_base*)", referenced from:
std::_Rb_tree_iterator<geos::geom::Coordinate const*>::operator--() in libPods.a(geos_ts_c.o)
std::_Rb_tree_iterator<geos::noding::OrientedCoordinateArray>::operator--() in libPods.a(GeometryNoder.o)
std::_Rb_tree_iterator<std::pair<geos::geom::Geometry const* const, geos::simplify::TaggedLineString*> >::operator--() in libPods.a(TopologyPreservingSimplifier.o)
std::_Rb_tree_iterator<std::pair<geos::noding::OrientedCoordinateArray* const, geos::geomgraph::Edge*> >::operator--() in libPods.a(EdgeList.o)
std::_Rb_tree_iterator<geos::geom::Coordinate const*>::operator--() in libPods.a(IsValidOp.o)
std::_Rb_tree_iterator<geos::geom::Coordinate const*>::operator--() in libPods.a(GeometrySnapper.o)
std::_Rb_tree_iterator<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> >::operator--() in libPods.a(NodeMap-2A520337C5C30B67.o)
...
"std::_Rb_tree_increment(std::_Rb_tree_node_base const*)", referenced from:
std::_Rb_tree_const_iterator<geos::geomgraph::EdgeIntersection*>::operator++() in libPods.a(IsValidOp.o)
std::_Rb_tree_const_iterator<geos::geom::Coordinate const*>::operator++() in libPods.a(ConvexHull.o)
std::_Rb_tree_const_iterator<geos::geomgraph::EdgeIntersection*>::operator++() in libPods.a(GeometryGraph.o)
std::_Rb_tree_const_iterator<geos::geomgraph::EdgeIntersection*>::operator++() in libPods.a(IsSimpleOp.o)
std::_Rb_tree_const_iterator<geos::geomgraph::EdgeEnd*>::operator++() in libPods.a(ConsistentAreaTester.o)
std::_Rb_tree_const_iterator<geos::geomgraph::EdgeEnd*>::operator++() in libPods.a(BufferSubgraph.o)
std::_Rb_tree_const_iterator<std::pair<geos::geom::Coordinate* const, geos::geomgraph::Node*> >::operator++(int) in libPods.a(RelateComputer.o)
...
"std::_Rb_tree_increment(std::_Rb_tree_node_base*)", referenced from:
std::_Rb_tree_iterator<std::pair<geos::geom::Geometry const* const, geos::simplify::TaggedLineString*> >::operator++() in libPods.a(TopologyPreservingSimplifier.o)
std::_Rb_tree_iterator<std::pair<geos::noding::OrientedCoordinateArray* const, geos::geomgraph::Edge*> >::operator++() in libPods.a(EdgeList.o)
std::_Rb_tree_iterator<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> >::operator++() in libPods.a(LineMerger.o)
std::_Rb_tree_iterator<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> >::operator++() in libPods.a(NodeMap-2A520337C5C30B67.o)
std::_Rb_tree_iterator<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> >::operator++(int) in libPods.a(NodeMap-2A520337C5C30B67.o)
std::_Rb_tree_iterator<geos::geom::Coordinate const*>::operator++() in libPods.a(ConvexHull.o)
std::_Rb_tree_iterator<std::pair<geos::geom::Coordinate* const, geos::geomgraph::Node*> >::operator++(int) in libPods.a(PlanarGraph-26DF34914DD5683E.o)
...
"std::__throw_length_error(char const*)", referenced from:
std::vector<geos::geom::Geometry*, std::allocator<geos::geom::Geometry*> >::reserve(unsigned long) in libPods.a(geos_ts_c.o)
std::vector<geos::geom::Geometry*, std::allocator<geos::geom::Geometry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<geos::geom::Geometry**, std::vector<geos::geom::Geometry*, std::allocator<geos::geom::Geometry*> > >, geos::geom::Geometry* const&) in libPods.a(geos_ts_c.o)
std::vector<geos::geom::Coordinate const*, std::allocator<geos::geom::Coordinate const*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<geos::geom::Coordinate const**, std::vector<geos::geom::Coordinate const*, std::allocator<geos::geom::Coordinate const*> > >, geos::geom::Coordinate const* const&) in libPods.a(geos_ts_c.o)
std::vector<double, std::allocator<double> >::_M_fill_insert(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, unsigned long, double const&) in libPods.a(WKBReader.o)
std::vector<geos::geom::Geometry*, std::allocator<geos::geom::Geometry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<geos::geom::Geometry**, std::vector<geos::geom::Geometry*, std::allocator<geos::geom::Geometry*> > >, geos::geom::Geometry* const&) in libPods.a(WKTReader.o)
std::vector<geos::geom::Geometry*, std::allocator<geos::geom::Geometry*> >::reserve(unsigned long) in libPods.a(GeometryFactory.o)
std::vector<geos::geom::Geometry*, std::allocator<geos::geom::Geometry*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<geos::geom::Geometry**, std::vector<geos::geom::Geometry*, std::allocator<geos::geom::Geometry*> > >, geos::geom::Geometry* const&) in libPods.a(GeometryFactory.o)
...
"std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
std::_Rb_tree<geos::geom::Coordinate, std::pair<geos::geom::Coordinate const, geos::planargraph::Node*>, std::_Select1st<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> >, geos::geom::CoordinateLessThen, std::allocator<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> > >::erase(std::_Rb_tree_iterator<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> >) in libPods.a(NodeMap-2A520337C5C30B67.o)
"std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
std::_Rb_tree<geos::geom::Coordinate const*, geos::geom::Coordinate const*, std::_Identity<geos::geom::Coordinate const*>, geos::geom::CoordinateLessThen, std::allocator<geos::geom::Coordinate const*> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, geos::geom::Coordinate const* const&) in libPods.a(geos_ts_c.o)
std::_Rb_tree<geos::noding::OrientedCoordinateArray, geos::noding::OrientedCoordinateArray, std::_Identity<geos::noding::OrientedCoordinateArray>, std::less<geos::noding::OrientedCoordinateArray>, std::allocator<geos::noding::OrientedCoordinateArray> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, geos::noding::OrientedCoordinateArray const&) in libPods.a(GeometryNoder.o)
std::_Rb_tree<geos::geom::Geometry const*, std::pair<geos::geom::Geometry const* const, geos::simplify::TaggedLineString*>, std::_Select1st<std::pair<geos::geom::Geometry const* const, geos::simplify::TaggedLineString*> >, std::less<geos::geom::Geometry const*>, std::allocator<std::pair<geos::geom::Geometry const* const, geos::simplify::TaggedLineString*> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<geos::geom::Geometry const* const, geos::simplify::TaggedLineString*> const&) in libPods.a(TopologyPreservingSimplifier.o)
std::_Rb_tree<geos::noding::OrientedCoordinateArray*, std::pair<geos::noding::OrientedCoordinateArray* const, geos::geomgraph::Edge*>, std::_Select1st<std::pair<geos::noding::OrientedCoordinateArray* const, geos::geomgraph::Edge*> >, geos::geomgraph::EdgeList::OcaCmp, std::allocator<std::pair<geos::noding::OrientedCoordinateArray* const, geos::geomgraph::Edge*> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<geos::noding::OrientedCoordinateArray* const, geos::geomgraph::Edge*> const&) in libPods.a(EdgeList.o)
std::_Rb_tree<geos::geom::Coordinate const*, geos::geom::Coordinate const*, std::_Identity<geos::geom::Coordinate const*>, geos::geom::CoordinateLessThen, std::allocator<geos::geom::Coordinate const*> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, geos::geom::Coordinate const* const&) in libPods.a(IsValidOp.o)
std::_Rb_tree<geos::geom::Coordinate const*, geos::geom::Coordinate const*, std::_Identity<geos::geom::Coordinate const*>, geos::geom::CoordinateLessThen, std::allocator<geos::geom::Coordinate const*> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, geos::geom::Coordinate const* const&) in libPods.a(GeometrySnapper.o)
std::_Rb_tree<geos::geom::Coordinate, std::pair<geos::geom::Coordinate const, geos::planargraph::Node*>, std::_Select1st<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> >, geos::geom::CoordinateLessThen, std::allocator<std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<geos::geom::Coordinate const, geos::planargraph::Node*> const&) in libPods.a(NodeMap-2A520337C5C30B67.o)
...
"std::cerr", referenced from:
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::operation::overlay::ElevationMatrix::add(geos::geom::Coordinate const&) in libPods.a(ElevationMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::operation::overlay::ElevationMatrix::add(geos::geom::Coordinate const&) in libPods.a(ElevationMatrix.o)
"std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)", referenced from:
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeList const&) in libPods.a(EdgeList.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeList const&) in libPods.a(EdgeList.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeList const&) in libPods.a(EdgeList.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeList const&) in libPods.a(EdgeList.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeList const&) in libPods.a(EdgeList.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeList const&) in libPods.a(EdgeList.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::simplify::(anonymous namespace)::LineStringMapBuilderFilter::filter_ro(geos::geom::Geometry const*) in libPods.a(TopologyPreservingSimplifier.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::EdgeList const&) in libPods.a(EdgeList.o)
geos::geom::Dimension::toDimensionSymbol(int) in libPods.a(Dimension.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
...
...
"std::basic_ostream<char, std::char_traits<char> >& std::operator<<<std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)", referenced from:
geos::io::WKBReader::readGeometry() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiPoint() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiLineString() in libPods.a(WKBReader.o)
geos::io::WKBReader::readMultiPolygon() in libPods.a(WKBReader.o)
geos::io::WKBWriter::setByteOrder(int) in libPods.a(WKBWriter.o)
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::io::WKTWriter::toLineString(geos::geom::CoordinateSequence const&) in libPods.a(WKTWriter.o)
...
"std::basic_ostream<char, std::char_traits<char> >& std::operator<<<std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char)", referenced from:
geos::io::WKBReader::printHEX(std::istream&, std::ostream&) in libPods.a(WKBReader.o)
geos::geom::Dimension::toDimensionValue(char) in libPods.a(Dimension.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::TopologyLocation const&) in libPods.a(TopologyLocation.o)
geos::operation::overlay::ElevationMatrix::print() const in libPods.a(ElevationMatrix.o)
"std::basic_ostream<char, std::char_traits<char> >& std::operator<<<std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, unsigned char)", referenced from:
geos::io::WKBReader::readHEX(std::istream&) in libPods.a(WKBReader.o)
"std::basic_ostream<char, std::char_traits<char> >& std::operator<<<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::_Setprecision)", referenced from:
geos::io::WKTWriter::writeNumber(double) in libPods.a(WKTWriter.o)
geos::geom::Coordinate::toString() const in libPods.a(Coordinate.o)
"std::basic_ostream<char, std::char_traits<char> >& std::operator<<<char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)", referenced from:
geos::io::WKTReader::readMultiPointText(geos::io::StringTokenizer*) in libPods.a(WKTReader.o)
geos::geom::IntersectionMatrix::matches(std::string const&) const in libPods.a(IntersectionMatrix.o)
geos::geom::operator<<(std::ostream&, geos::geom::IntersectionMatrix const&) in libPods.a(IntersectionMatrix.o)
geos::geomgraph::PlanarGraph::printEdges() in libPods.a(PlanarGraph-26DF34914DD5683E.o)
geos::geomgraph::operator<<(std::ostream&, geos::geomgraph::Edge const&) in libPods.a(Edge-FEBA17BB5C3565B9.o)
geos::geomgraph::Edge::printReverse() const in libPods.a(Edge-FEBA17BB5C3565B9.o)
geos::operation::buffer::operator<<(std::ostream&, geos::operation::buffer::BufferSubgraph const&) in libPods.a(BufferSubgraph.o)
...
"std::basic_istream<char, std::char_traits<char> >& std::operator>><std::char_traits<char> >(std::basic_istream<char, std::char_traits<char> >&, unsigned char&)", referenced from:
geos::io::WKBReader::readHEX(std::istream&) in libPods.a(WKBReader.o)
"typeinfo for std::basic_streambuf<char, std::char_traits<char> >", referenced from:
typeinfo for membuf in libPods.a(geos_ts_c.o)
ld: symbol(s) not found for architecture i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment