I have been unable to compile this on OS X Server 10.2, and I'm
desperate! If sending a donation would help I would gladly do so
as I have been using tcl-sql on RedHat linux for years and I'm
very grateful that it exists!
I would greatly appreciate any help you may have to give.
Below is the output from "make" with only this extra line in the
Makefile EXTRA_LD_FLAGS = -lstdc++ -lm
:
[root@alabpmg4d tcl-sql]# make
g++ obj/sql-mysql.o obj/sql.o obj/sql-manager.o -L/usr/lib/mysql -
L/usr/lib/gcc/darwin/3.1/ -L/usr/local/mysql/lib -L/usr/lib -
lmysqlclient -lstdc++ -lm -o sql.so
ld: Undefined symbols:
_main
_Tcl_Alloc
_Tcl_AppendElement
_Tcl_AppendResult
_Tcl_CreateCommand
_Tcl_PkgProvide
_Tcl_ResetResult
_Tcl_SetResult
_compress
_uncompress
make: *** [sql.so] Error 1
Thanks!
Clark Stacer