Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sun, 25 Aug 2002 03:18:13 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <29727752142.20020825031813@familiehaase.de> To: cygwin AT cygwin DOT com Subject: Re: Xerces C++ support in cygwin In-Reply-To: <20020823154437.6154.h011.c000.wm@mail.backus.com.criticalpath.net> References: <20020823154437 DOT 6154 DOT h011 DOT c000 DOT wm AT mail DOT backus DOT com DOT criticalpath DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo abraham, > Getting xerces to build: > 1) Create your cvs view of the xerces-c source tree > (see http://xml.apache.org/cvs.html, you want > xml-xerces, and the "c" directory of that module). > 2) cd to the c/src/xercesc directory of the cvs view > 3) type the following at the cygwin prompt: >> ./runConfigure -p cygwin -c gcc -x g++ -m inmem -n > socket -t native What about threads: ' -r pthread '? > 4) then type "make" > 5) after everything is finished building, type "make > install" > you should now be able to use xerces in your app > (remember to use -lxerces-c in your link, and also make > sure that /usr/local/bin is in your windows %PATH% when > you run your app) Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/