Symbols missing from static library

Joe Orton joe at manyfish.co.uk
Sat Sep 26 16:06:06 EDT 2009


On Sat, Sep 19, 2009 at 03:50:48PM -0500, Robert Dailey wrote:
> On Mon, Sep 14, 2009 at 9:56 AM, Robert Dailey <rcdailey at gmail.com> wrote:
> > Now that I think about it, if I could somehow get libneon to use the
> > following macro definitions:
> >
> > _LIB
> > COMPILED_FROM_DSP
> >
> > This would fix the problem more than likely. The above macros are defined
> > when building expat statically (Not the DLL). Of course, this means neon.mak
> > would need to take a flat like EXPAT_STATIC=1 for a static build, in which
> > case the above 2 macros would be defined. If EXPAT_STATIC=0 or if it is left
> > out (default), then the above 2 macros would NOT be defined and it would
> > link against expat's import library instead.
> >
> > This sounds reasonable. I'd do this myself if I had any idea how to do it.
> > But it's a simple change, it shouldn't take you long at all.
> 
> Any response on this please?

If you propose a patch to neon.mak I'll apply it.  I really don't know 
anything about the Windows build system.

Regards, Joe



More information about the neon mailing list