i tried the same command and again no DLL. However i got hold of VC++ 6.0 and finally i was able to build the dll for xerces 3.
On Tue, Apr 1, 2008 at 7:12 PM, Alberto Massari <[EMAIL PROTECTED]> wrote: > I just tried downloading xerces-c-3.0.0.b1.tar.gz, extracting it and > running: > > ./configure LDFLAGS=-no-undefined > make > make install prefix=/c/test > > and in the c:\test\bin folder I see a libxerces-c-3-0.dll, while > c:\test\lib contains the static version libxerces-c.a > > Which versions are you using? I have MSYS 1.0.10 and g++ 3.4.5 > > Alberto > > > > Nuno Ferreira wrote: > > > I get a '.libs' in 'src' directory with files libxerces-c.a, > > libxerces-c.la, > > libxerces-c.lai. > > No error messages during tasks. > > In the 'samples' directory all executables are created. '.libs' > > directory is > > empty. > > > > > > On Tue, Apr 1, 2008 at 6:27 PM, David Bertoni <[EMAIL PROTECTED]> > > wrote: > > > > > > > > > Nuno Ferreira wrote: > > > > > > > > > > > > > Hi, > > > > > > > > i downloaded the xerces 3.0.0 beta source and compiled it with > > > > MINGW+MSYS, > > > > however there's no bin directory nor dll's to work in windows. > > > > > > > > The source was built with the commands: > > > > ./configure LDFLAGS=-no-undefined > > > > make > > > > make install > > > > > > > > Am i missing something? > > > > > > > > > > > > > > > I've tried this with Cygwin and been successful, but I haven't tried > > > Mingw > > > yet. Do you get any error messages, or does the build pretend to > > > complete > > > successfully without building the sample binaries? Also, what do you > > > get in > > > the lib directory? > > > > > > Dave > > > > > > > > > > > > > > > > > >
