[geos-devel] GEOS 2.2.1 Compile Solaris10

Paul Ramsey pramsey at refractions.net
Sun May 7 13:05:43 EDT 2006


Random guess, it looks like "make" itself is failing... are you using  
the Solaris make, or a downloaded gmake? (You want the latter, it's  
more full-featured...)

P

On 4-May-06, at 6:11 PM, Shaun Kolomeitz wrote:

> Dear GEOS Dev List,
>
> I think I've managed to get further with my compile issues (see  
> below), but still bo cigar I'm afraid.
> Any suggestions?
>
> TIA,
> Shaun
>
> ----8<----
> (cd .libs && rm -f libgeos.so.2 && ln -s libgeos.so.2.2.1  
> libgeos.so.2)
> (cd .libs && rm -f libgeos.so && ln -s libgeos.so.2.2.1 libgeos.so)
> false cru .libs/libgeos.a  Coordinate.o CoordinateSequence.o  
> CoordinateSequenceFactory.o DefaultCoordinateSequence.o  
> DefaultCoordinateSequenceFactory.o PointCoordinateSequenceFactory.o  
> PointCoordinateSequence.o Dimension.o Envelope.o Geometry.o  
> GeometryCollection.o GeometryCollectionIterator.o  
> GeometryComponentFilter.o GeometryFactory.o IntersectionMatrix.o  
> LinearRing.o LineSegment.o LineString.o Location.o  
> MultiLineString.o MultiPoint.o MultiPolygon.o Point.o Polygon.o  
> PrecisionModel.o TopologyException.o Triangle.o GeometryEditor.o  
> LinearComponentExtracter.o PointExtracter.o PolygonExtracter.o  
> CGAlgorithms.o CentroidArea.o CentroidLine.o CentroidPoint.o  
> ConvexHull.o HCoordinate.o InteriorPointArea.o InteriorPointLine.o  
> InteriorPointPoint.o LineIntersector.o MCPointInRing.o  
> MinimumDiameter.o NonRobustCGAlgorithms.o  
> NonRobustLineIntersector.o NotRepresentableException.o  
> PointLocator.o RobustCGAlgorithms.o RobustDeterminant.o  
> RobustLineIntersector.o SIRtreePointInRing.o  
> SimplePointInAreaLocator.o SimplePointInRing.o CommonBits.o  
> CommonBitsOp.o CommonBitsRemover.o EnhancedPrecisionOp.o  
> SimpleGeometryPrecisionReducer.o Depth.o DirectedEdge.o  
> DirectedEdgeStar.o Edge.o EdgeEnd.o EdgeEndStar.o  
> EdgeIntersection.o EdgeIntersectionList.o EdgeNodingValidator.o  
> EdgeList.o EdgeRing.o GeometryGraph.o GraphComponent.o Label.o  
> Node.o NodeFactory.o NodeMap.o PlanarGraph.o Position.o Quadrant.o  
> TopologyLocation.o MonotoneChain.o MonotoneChainEdge.o  
> MonotoneChainIndexer.o SegmentIntersector.o  
> SimpleEdgeSetIntersector.o SimpleMCSweepLineIntersector.o  
> SimpleSweepLineIntersector.o SweepLineEvent.o SweepLineSegment.o  
> Bintree.o BinTreeInterval.o BinTreeNode.o Key.o NodeBase.o Root.o  
> indexMonotoneChain.o MonotoneChainBuilder.o  
> MonotoneChainOverlapAction.o MonotoneChainSelectAction.o  
> DoubleBits.o IntervalSize.o Quadtree.o QuadTreeKey.o QuadTreeNode.o  
> QuadTreeNodeBase.o QuadTreeRoot.o AbstractNode.o AbstractSTRtree.o  
> Interval.o ItemBoundable.o SIRtree.o STRtree.o  
> indexSweepLineEvent.o SweepLineIndex.o SweepLineInterval.o  
> ParseException.o StringTokenizer.o WKTReader.o WKTWriter.o  
> WKBReader.o WKBWriter.o ByteOrderValues.o Writer.o Unload.o  
> GeometryGraphOperation.o IsSimpleOp.o BufferBuilder.o BufferOp.o  
> BufferSubgraph.o OffsetCurveBuilder.o OffsetCurveSetBuilder.o  
> RightmostEdgeFinder.o SubgraphDepthLocater.o  
> ConnectedElementLocationFilter.o ConnectedElementPointFilter.o  
> DistanceOp.o GeometryLocation.o EdgeSetNoder.o LineBuilder.o  
> MaximalEdgeRing.o MinimalEdgeRing.o OverlayNodeFactory.o  
> OverlayOp.o PointBuilder.o PolygonBuilder.o ElevationMatrix.o  
> ElevationMatrixCell.o ElevationMatrixFilter.o EdgeEndBuilder.o  
> EdgeEndBundle.o EdgeEndBundleStar.o RelateComputer.o RelateNode.o  
> RelateNodeFactory.o RelateNodeGraph.o RelateOp.o  
> ConnectedInteriorTester.o ConsistentAreaTester.o IsValidOp.o  
> QuadtreeNestedRingTester.o RepeatedPointTester.o  
> SimpleNestedRingTester.o SweeplineNestedRingTester.o  
> TopologyValidationError.o EdgeString.o LineMergeDirectedEdge.o  
> LineMergeEdge.o LineMergeGraph.o LineMerger.o  
> PolygonizeDirectedEdge.o PolygonizeEdge.o PolygonizeGraph.o  
> Polygonizer.o polygonizeEdgeRing.o planarDirectedEdge.o  
> planarDirectedEdgeStar.o planarEdge.o planarGraphComponent.o  
> planarNode.o planarNodeMap.o planarPlanarGraph.o IteratedNoder.o  
> MCQuadtreeNoder.o Noder.o NodingValidator.o SegmentNode.o  
> SegmentNodeList.o SegmentString.o SimpleNoder.o  
> nodingSegmentIntersector.o SegmentSnapper.o  
> SimpleSegmentStringsSnapper.o SnapRounder.o Assert.o  
> AssertionFailedException.o CoordinateArrayFiter.o GEOSException.o  
> IllegalArgumentException.o UniqueCoordinateArrayFilter.o  
> UnsupportedOperationException.o GeometricShapeFactory.o Profiler.o
> *** Error code 1
> make: Fatal error: Command failed for target `libgeos.la'
> Current working directory /export/home/postgres/geos-2.2.1/source/geom
> *** Error code 1
> The following command caused the error:
> set fnord $MAKEFLAGS; amf=$2; \
> dot_seen=no; \
> target=`echo all-recursive | sed s/-recursive//`; \
> list='geom  headers  bigtest  capi  test'; for subdir in $list; do \
>   echo "Making $target in $subdir"; \
>   if test "$subdir" = "."; then \
>     dot_seen=yes; \
>     local_target="$target-am"; \
>   else \
>     local_target="$target"; \
>   fi; \
>   (cd $subdir && make  $local_target) \
>    || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
> done; \
> if test "$dot_seen" = "no"; then \
>   make  "$target-am" || exit 1; \
> fi; test -z "$fail"
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /export/home/postgres/geos-2.2.1/source
> *** Error code 1
> The following command caused the error:
> set fnord $MAKEFLAGS; amf=$2; \
> dot_seen=no; \
> target=`echo all-recursive | sed s/-recursive//`; \
> list='source  macros  tools  swig  doc  VisualStudio'; for subdir  
> in $list; do \
>   echo "Making $target in $subdir"; \
>   if test "$subdir" = "."; then \
>     dot_seen=yes; \
>     local_target="$target-am"; \
>   else \
>     local_target="$target"; \
>   fi; \
>   (cd $subdir && make  $local_target) \
>    || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
> done; \
> if test "$dot_seen" = "no"; then \
>   make  "$target-am" || exit 1; \
> fi; test -z "$fail"
> make: Fatal error: Command failed for target `all-recursive'
>
>
>
>
> ___________________________
> Disclaimer
>
> This e-mail, including attachments if any, has originated from a  
> Queensland government agency and may contain information that is  
> confidential, or covered by legal professional privilege, and is  
> intended for the named recipient(s) only.  If you have received  
> this message in error, you are asked to inform the sender as  
> quickly as possible and delete this message and any copies of this  
> message from your computer system network.
>
> Any form of disclosure, modification, distribution and/or  
> publication of this e-mail, including attachments is prohibited.   
> Unless otherwise stated, this e-mail, including attachments  
> represents the views of the sender and not the views of the  
> Environmental Protection Agency.
>
> Although this e-mail has been checked for the presence of computer  
> viruses, the Environmental Protection Agency provides no warranty  
> that all possible viruses have been detected and cleaned.  Any use  
> of this e-mail could harm your computer system.
> ___________________________
>
> _______________________________________________
> geos-devel mailing list
> geos-devel at geos.refractions.net
> http://geos.refractions.net/mailman/listinfo/geos-devel




More information about the geos-devel mailing list