[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nel] Strange linking problem
From: |
Martin Schlingmann |
Subject: |
[Nel] Strange linking problem |
Date: |
Mon, 17 Feb 2003 18:02:33 +0100 |
I encountered s strange linking problem wihtin snowballs and wondering if
anybody also bumped into this and could help me.
I happends when compiling with the latest snowballs2 code from the cvs.
I get:
--------------------Configuration: client - Win32
Release--------------------
Linking...
nl3d_r.lib(i_xml.obj) : error LNK2001: unresolved external symbol _xmlFree
Release/snowballs.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
snowballs.exe - 2 error(s), 1 warning(s)
So my compiler can not resolve/find the function xmlFree but all other
functions in libxml2!
Using libxml2 version 2.4.26.
Happends in both debug and release.
I have checked that I link the right libbs and includes.
The actual calls to xmlFree is made in i_xml.cpp, so xmlFreeDoc used in
o_xml.cpp for example is resolved.
Probably something realy trivial but to confused in my brain to see the
problem, please help.
/martin