[XML-SIG] Problem with duplicate _main

George K. Thiruvathukal George K. Thiruvathukal" <gkt@toolsofcomputing.org
Fri, 3 Aug 2001 06:57:56 -0500 (CDT)


Hi Fred:

Exactly, that is what I thought. It seems to be some test program or
utility built into expat.

Anyway, I have been able to get past it. There is a macro being defined to
set 'tmain' to 'main', just to complete the report.

-G


On Fri, 3 Aug 2001, Fred L. Drake, Jr. wrote:

> 
> George K. Thiruvathukal writes:
>  > The file that I traced the problem to is:
>  > ./extensions/expat/xmlwf/xmlwf.c:int tmain(int argc, XML_Char **argv)
> 
>   This is very strange; this file should not be linked into the
> pyexpat extension at all.  There's no need even to include it in the
> PyXML distribution as far as I can tell.
> 
> 
>   -Fred
> 
>