Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -15,11 +15,11 @@ # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) -VERS="0.6" +VERS="0.7" # Space sperated list of documents, if they exist, they will be # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -49,11 +49,11 @@ dnl Perform Tcl Extension required stuff TCLEXT_INIT dnl This must be done last since it breaks the compilation if test "${TCC4TCL_TARGET}" = "shared"; then - DC_SETVERSIONSCRIPT([tcc4tcl.syms], [tcc4tcl.vers]) + DC_SETVERSIONSCRIPT([tcc4tcl.vers], [tcc4tcl.syms]) DC_FIND_STRIP_AND_REMOVESYMS([tcc4tcl.syms]) fi dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl tcc4tcl.syms) ADDED tcc4tcl.vers Index: tcc4tcl.vers ================================================================== --- tcc4tcl.vers +++ tcc4tcl.vers @@ -0,0 +1,6 @@ +{ + global: + Tcc4tcl_Init; + local: + *; +};