Skip to Content.
Sympa Menu

freetds - Re: [freetds] Building as a DLL on Windows

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "A. Craig West" <acraigwest AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Building as a DLL on Windows
  • Date: Mon, 29 Jun 2015 14:01:21 -0400

I tend to agree, it is pretty much guaranteed to be a compiler bug, but
fixing compilers is outside the scope of my current project :-)
I find that the first time I build after a clean, it fails, and if I build
again it succeeds. I'm not sure if this is actually an error, as it is
possible there is a broken object file produced from the failed build that
satisfies the time stamps...
I will have to look into the cmake option, my nmakefile is working quite
well, though.

On Mon, Jun 29, 2015 at 2:30 AM, Frediano Ziglio <freddy77 AT gmail.com> wrote:

> 2015-06-29 0:42 GMT+01:00 A. Craig West <acraigwest AT gmail.com>:
> > I discovered that I require freetds to be buildable as a DLL file under
> > Windows, so I have modified the Nmakefile to add some new build targets
> and
> > directories. After I have tested it a bit, I will port my changes up to
> > head.
>
> We are removing nmake support moving to cmake.
>
> > I am also getting a fault in the compiler on one of the files, but have
> not
> > investigated the cause yet. It is possible that the issue is already
> > resolved in head. I am currently building with Visual Studio 2008 command
> > line.
>
> We released quite recently possibly problem is still there. Or could
> be you called a function with wrong arguments. Technically "a fault in
> the compiler" looks like a compiler bug to me.
>
> > Jas anybody else dealt with similar issues lately? It seems to have been
> a
> > while since anybody tried to build DLL's, although it turned out to be
> > pretty easy to implement...
> > -Craig
>
> Frediano
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>




Archive powered by MHonArc 2.6.24.

Top of Page