Index: test.tcl ================================================================== --- test.tcl +++ test.tcl @@ -109,11 +109,11 @@ $handle go puts [wideTest 30] # Produce a loadable object ## Currently doesn't work on Darwin -if {[info exists ::env(TCC4TCL_TEST_RUN_NATIVE)] && $::tcl_platform(os) != "Darwin"} { +if {false && [info exists ::env(TCC4TCL_TEST_RUN_NATIVE)] && $::tcl_platform(os) != "Darwin"} { set tmpfile "/tmp/DELETEME_tcc4tcl_test_exec[expr rand()].so" file delete $tmpfile set handle [tcc4tcl::new $tmpfile "myPkg 0.1"] $handle cproc ext_add {int a int b} long { return(a+b); } $handle add_include_path [::tcl::pkgconfig get includedir,runtime]