[EMAIL PROTECTED] wrote:
When I try to just compile my CPP program with following command

c++ -+ -W c,dll -I/usr/lpp/ixm/IBM/xml4c-5_5/include -DXERCES_TMPLSINC -o bun1.o
 bun1.cpp ( without libxerces-c2_6_0.x ) as per your suggestion

it gives me following errors

You have to use -c switch if you want execute only compile step without
linking. Your command compile and link executable with name bun1.o and
import library (libxerces-c2_6_0.x) must be used for that.

Good luck !
        Vitaly

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

Reply via email to