Vipin,

I don't have the resources available to reproduce this right now, but
looking at the generated "cygxerces-c23.dll" file, it looks as if it wants
_fopen64, which doesn't appear to be in cygwin1.dll (which verifies the
problem as far as I'm concerned).

Could you do the following to manually uninstall any xerces artifacts in
your cygwin environment?
\rm -rf /usr/bin/cygxerces* /usr/lib/libxerces* /usr/include/xercesc/
Followed by a "make distclean" in the xerces sources that you have, then
build it all again, starting with the "runConfigure -p cygwin -c gcc -x g++"
step...

If this solves the problem (and I suspect that it might), please let me know
and I'll re-package the cygwin distribution.  The machine that I use for
building and packaging xerces for cygwin has been having problems with the
cygwin dll, so I had been building and using a more recent cygwin1.dll than
what is released, which may be why this import pops up.

If this doesn't solve the problem, I can't find anything that specifies
_fopen64 in the xerces sources, so the more appropriate mailing list for
this is the cygwin list ([EMAIL PROTECTED], see http://www.cygwin.com for
subscribing).  I'm also a member of that list, so whatever happens can be
applied to a new package that works :)

-Abe

----- Original Message ----- 
From: "Vipin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 09, 2003 12:12 PM
Subject: xerces samples not running on cygwin


> Hi all,
>
>   I'm not able to run xerces-c samples on cygwin platform. The samples are
> compiled and the executables are built in the bin folder. Running an
> executable from the bin gives the following error:
>
> Entry Point Not Found
> The procedure entry point _fopen64 could not be located in the dynamic
link
> library cygwin1.dll
>
> The Cygwin "bin" directory is added to my path.
> I get the error when I use the xerces-c binaries installed with Cygwin. I
> uninstalled xerces from Cygwin setup and built the xerces-c libraries for
> Cygwin, built the examples and tried running the samples. I get the same
> error.
>
> I'm able to build and run simple C++ programs in Cygwin. Are there any
other
> settings to be done before running the samples on cygwin?
>
> Thanks in advance for your help.
>
> Vipin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to