search for: pgtcl

Displaying 3 results from an estimated 3 matches for "pgtcl".

2013 Jan 12
3
Cannot find Tcl library(Sort of OT)
...ith-tcl-inc=DIR: Specify Tcl header file location --with-tcl-lib-name=NAME: Specify Tcl library base name I have: [mlapier at mushroom ~]$ rpm -qa | grep -i tcl tclx-devel-8.4.0-15.el6.i686 tclx-8.4.0-15.el6.i686 tcl-brlapi-0.5.4-6.el6.i686 tcl-8.5.7-6.el6.i686 tcl-devel-8.5.7-6.el6.i686 tcl-pgtcl-1.6.2-3.el6.i686 [mlapier at mushroom ~]$ The problem I seem to have is that I don't know what to use to replace DIR: or NAME: to make it happy. Anyone know how to find the Tcl library location, Tcl header file location, and Tcl library base name? CentOS release 6.3 (Final) Linux mushroom....
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
...int sys.prefix"` python_includespec="-I${python_prefix}/include/python${python_version}" pushd PyGreSQL gcc $CFLAGS -fpic -shared -o _pgmodule.so ${python_includespec} -I../src/interfaces/libpq -I../src/include -L../src/interfaces/libpq -lpq pgmodule.c popd pushd Pgtcl # pgtcl's configure only handles one include directory :-( ./configure --prefix=/usr \ --libdir=/usr/lib \ --with-tcl=/usr/lib \ --with-postgres-include="../src/interfaces/libpq -I../src/include" \ --with-postgres-lib=../src/interfaces/libpq # note: as of...
2009 Sep 03
1
postgresql-tcl-8.1.15-1.el4s1.1 in CentOSPlus (4) -- build error
Whoever is building this RPM needs to check his/her build logs. The pkgIndex.tcl in /usr/lib/Pgtcl is not being built properly! The pkg_mkIndex procedure does not always throw an obvious error -- sometimes it just does not create the 'package ifneeded ...' line(s), and just quietly skips a package. Something is broken in the build process. Both the version above (which I just install...