-
I have the same problem TCL 8.5/sybctl 3 and Sybase 12.5.
2009-01-07 07:48:53 UTC by nobody
-
I have the same problem TCL 8.5/sybctl 3 and Sybase 12.5.
2009-01-07 07:48:17 UTC by nobody
-
LJJkBS zbyboddceefu, [url=http://ggjbgqweomlj.com/]ggjbgqweomlj[/url], [link=http://nyvcygvnohwc.com/]nyvcygvnohwc[/link], http://ppnfoznphucy.com/.
2008-11-28 03:00:32 UTC by nobody
-
platform: sparc solaris 8
tcl: 8.5.4 release
sybtcl: cvs head dated 20020218
I build this and then run
$ gmake test
:
misc output
:
/usr/tcl85/bin/tclsh8.5 `echo ../tests/all.tcl`
no files matched glob pattern "*.test"
while executing
"glob *.test"
invoked from within
"if {$tcl_platform(os) == "Win32s"} {
set files [glob *.tes]
} else {
set files [glob...
2008-10-15 19:25:50 UTC by lvirden
-
Use:
- PC with winXp prof
- Sybase ASE 12.5
- TCL 8.5.2
- SYBTCL 3rc2
Tcl:
% package require Sybtcl
3.0
% set handle [sybconnect ]
sybtcl0
% sybuse $handle
% sybsql $handle "set dateformat dmy"
Invalid pointer 0x0, file 'comnlib\nt386\src\nt_thrd.c' line 451
Would appreciate some help.
Thank you
Hooch
PS: tclsh80 and an older...
2008-09-08 20:53:27 UTC by nobody
-
On Solaris 8, when I build sybtcl , and then I attempt to gmake install, the action breaks in the install-libraries section because there is no include file defined as needing to be installed. The resulting makefile action attempts to execute
install-libraries: libraries
$(mkinstalldirs) $(includedir)
@echo "Installing header files in $(includedir)"
@for i in...
2008-09-03 16:27:16 UTC by lvirden
-
my userID is mayaoz.
2008-05-22 13:14:57 UTC by mayaoz
-
after update from Solaris8 to Solaris10 approx. 5% of db connection requests fail with an error: sybconnect failed in dbopen error. We are using sybase ASE 12.5 and sybtcl 3.0 and itcl3.1.tcl 8.3.5.
Could you please help we to understand what's happenning.
Best Regards,
maya.
2008-05-22 13:01:09 UTC by nobody
-
1. unix/configure, at least, generates code that says it is for Tcl 8.4. 8.5 should be supported.
2. configure doesn't appear to recognize flags to specify where to find tcl.h and libtcl.a .
3. configure doesn't appear to recognize TCL_LIB_DIR and TCL_INC_DIR variables when present in the environment.
User is left having to edit the generated Makefile and other files so that Makefile...
2008-05-06 12:32:19 UTC by lvirden
-
Actually, even setting CC didn't help - it still tried to use a name for gcc that doesn't appear in my $PATH.
2008-05-02 11:05:26 UTC by nobody