From: ellson Date: Tue, 18 Oct 2005 21:05:56 +0000 (+0000) Subject: Can't use -no-undefined because of references to TkMakeBezierCurve() (and 3 X-Git-Tag: LAST_LIBGRAPH~32^2~7102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f1104b3e969fa3c3a863546340ca585ca0de656;p=graphviz Can't use -no-undefined because of references to TkMakeBezierCurve() (and 3 others) --- diff --git a/tclpkg/tkspline/Makefile.am b/tclpkg/tkspline/Makefile.am index da2dd0bc7..1cca40e2c 100644 --- a/tclpkg/tkspline/Makefile.am +++ b/tclpkg/tkspline/Makefile.am @@ -27,7 +27,9 @@ libtkspline_la_SOURCES = tkspline.c libtkspline_la_LIBADD = \ $(top_builddir)/tclpkg/tkstubs/libtkstubs.la \ $(top_builddir)/tclpkg/tclstubs/libtclstubs.la -libtkspline_la_LDFLAGS = -module -no-undefined +libtkspline_la_LDFLAGS = -module +## can't use -no-undefined because of references to TkMakeBezierCurve() and others +#libtkspline_la_LDFLAGS = -module -no-undefined if WITH_TK all-local: pkgIndex.tcl