It's ok!

Thanks for your time.
Daniele

Gröndal Daniel wrote:

Hi!

I am not sure what you are asking, but if you have compiled xerces (or
installed a binary version) you should be able to compile your file as any
other file you have created. Then when you link your executablable you just
link it with xerces.

For example (using CC as compiler on a Solaris-system):

CC newFile.cpp -L<path to xerces lib> -lxerces-c

This will compile your file newFile.cpp and then link it with libxerces-c.so
that resides in <path to xerces lib>.

Should be rougly the same with gcc on Linux. See the manual for gcc.

//daniel





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



Reply via email to