RE: compiling xerces c...

2002-12-05 Thread Rachael Ludwick-Sandefer
If you can't install in a standard location, you can put: -L in your build command (before the -lxerces-c). So if you have your xerces installed somewhere under your home directory (say /home/sarah/lib), you can put -L/home/sarah/lib in the build command. Notice that capital 'L' is used

Re: compiling xerces c...

2002-12-05 Thread Zdenek Nemec
Hi Sarah i am assuming you have sucessfully installed xerces library in some common dir, say /usr/local/lib then you usually need to run ldconfig(as a root) to let linker know about your libraries see man gcc ( look for -l option ) man ldconfig ( look for something like /etc/ldconfig.conf to set

Re: compiling xerces c...

2002-12-05 Thread Sir Woody Hackswell
On Thu, 5 Dec 2002, Leitner, Sarah M. [Contractor] wrote: > When I compile with the -lxerces-c option, I get the following error message > (I am on Mandrake 8.2 fyi): > > /usr/bin/ld: cannot find -lxerces-c > collect2: ld returned 1 exit status > > Sarah You need to do a "make install" in the s

Re: Compiling Xerces-C with gcc on Solaris 2.8

2001-08-27 Thread Jason E. Stewart
[EMAIL PROTECTED] writes: > Can I compile the latest Xerces-C xml with gcc on Solaris2.8. If > there is a known problem , some body please inform me. How about trying it and letting us know the result? I would suggest searching the archives to see if someone else hasn't asked the same question

Re: Compiling Xerces-C with gcc on Solaris 2.8

2001-08-27 Thread Martin Kalen
- Original Message - From: <[EMAIL PROTECTED]> Sent: Saturday, August 25, 2001 2:11 AM Subject: Compiling Xerces-C with gcc on Solaris 2.8 > Can I compile the latest Xerces-C xml with gcc on Solaris2.8. If there is a > known problem , some body please inform me. Xerces-C 1.4 works fi