Re: Xalan C++

2012-02-23 Thread marco atzeri
On 2/23/2012 3:16 PM, Franz Fehringer wrote: Hi, Is Xalan C++ available as cygwin package? Beste regards Franz the full list of cygwin package is reported here : http://cygwin.com/packages/ -- Problem reports: http://cygwin.com/problems.html FAQ: http

Xalan C++

2012-02-23 Thread Franz Fehringer
Hi, Is Xalan C++ available as cygwin package? Beste regards Franz -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: 1.7.4: Building Xalan-C results in a unusable library

2010-04-10 Thread Dave Korn
On 10/04/2010 20:21, Reto Schneider wrote: > Dave Korn wrote: >> Ah, the message is confusing. It is not cygxalan-c111.dll that cannot be >> found, but a library to which it is linked that cannot be found, preventing >> cygxalan-c111.dll from being loaded by Xalan.exe. > > First: I'm really sor

Re: 1.7.4: Building Xalan-C results in a unusable library

2010-04-10 Thread Reto Schneider
Dave Korn wrote: > Ah, the message is confusing. It is not cygxalan-c111.dll that cannot be > found, but a library to which it is linked that cannot be found, preventing > cygxalan-c111.dll from being loaded by Xalan.exe. First: I'm really sorry for not telling you that I solved the problem in

Re: 1.7.4: Building Xalan-C results in a unusable library

2010-04-10 Thread Dave Korn
On 10/04/2010 11:36, Reto Schneider wrote: > I'm doing the following steps: So, I quickly checked out the sources and tried your build recipe, realised I needed to install xerces-devel, did so, finished the build and installed. > Now the strange part: > > $ /usr/local/bin/Xalan.exe > /usr/loc

Re: 1.7.4: Building Xalan-C results in a unusable library

2010-04-10 Thread Dave Korn
On 10/04/2010 11:36, Reto Schneider wrote: >> make DESTDIR=/.. install (just "make install" would result in a failing >> "mkdir -p //usr/local/lib" > call) Heh. That's a very common minor bug in automake-based makefiles that has no consequences on Linux, but fails nastily on Windows. The POS