--- [EMAIL PROTECTED] wrote: > > Dave > > > > Dave, > > > > The lib directory is empty. I did not see any > errors > > during compile either. > > > > I am using gcc version 2.9-aix51-020209 and GNU > make > > 3.79.1 if that matters. > > If the lib directory is empty, then something is not > working correctly, > because the main library, libxerces-c26.0.a, was not > created. If that > library is not present, there's no way the > libxerces-depdom26.0.a can be > built. > > You should look very carefully through the output of > the make process to > see if there's an error message you missed. > > Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > >
I looked further into the Makefile(s) and found that there were no rules in Makefile.incl to compile it with gcc on AIX. I installed C Set for AIX 6.0 and was able to compile xerces. I got lots of Warning messages about duplicate symbols, but it seems to work. Has anyone compiled xerces-c with gcc on AIX? I have another AIX machine machine that does not have C Set for AIX so am I interested in compiling it with gcc. I also need to compile is on a Solaris 9 system with gcc? Can it be done? Thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
