[xml] Latest libxml2 (2.4.22) still does not compile with mingw on linux.



I am still getting un-defined references of __imp__xmlFree and others
when linking.

Any idea how to fix?

Would it be sane to add this to my code:

void __imp__xmlFree(void* foo) {
   free(foo);
}

??

--
Ben Greear <greearb candelatech com>
Candela Technologies Inc  http://www.candelatech.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]