Skip to content

Commit

Permalink
Include stdc++ in static linking, references libgeosGH-783
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Mar 8, 2023
1 parent 452533c commit c7d8a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/geos-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ while test $# -gt 0; do
echo -L${libdir} -lgeos
;;
--static-clibs)
echo -L${libdir} -lgeos_c -lgeos -lm
echo -L${libdir} -lgeos_c -lgeos -lstdc++ -lm
;;
--static-cclibs)
echo -L${libdir} -lgeos -lm
echo -L${libdir} -lgeos -lstdc++ -lm
;;
--cflags)
echo -I${includedir}
Expand Down

0 comments on commit c7d8a3a

Please sign in to comment.