Skip to Content.
Sympa Menu

freetds - Re: [freetds] issue with stored proc parameters of type varchar

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Frediano Ziglio" <freddy77 AT gmail.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] issue with stored proc parameters of type varchar
  • Date: Sun, 4 Jan 2009 11:39:39 +0100

2009/1/4 <ocfs2 AT asset-control.com>:
> HNY everyone.
> I suppose to get to the bottom of this it might help to step through the
> ct and tds source code in the debugger.
> Does anybody have a few quick pointers as to how to build the libraries
> from the freetds distribution with symbolic information?
> Is there configure setting or environment variable or so that I can set?
>
> tia
> Tim
>

Hi,
as usual you can define CFLAGS before configure in a way like

CFLAGS='-O0 -g' ./configure ...options...

(-O0 is suitable to debug environment, too much optimization increase
debug difficulties)

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page