Thanks Matt! It worked for me as well....I had somehow not included -m64 flag!!! Thinking that bitstobuild will take care..
Will try Xalan 64 bot next. warm regards Saurabh [EMAIL PROTECTED] 06/08/2005 10:16 PM Please respond to [email protected] To [email protected] cc Subject RE: Can Xerces be built on Solaris x86 64bit system? Well it worked for me! $ file libxerces-c.so.26.0 libxerces-c.so.26.0: ELF 64-bit MSB shared object, SPARC V9, version 1 (SYSV), not stripped $ $ strings libxerces-c.so.26.0 | grep GCC GCC_3.0 $ I actually did reply to your message before but perhaps it got lost in the shuffle over Xerces 3, etc. Take a look at the way your GCC was built and make sure you configured it something like this: configure sparc64-sun-solaris2.9 [--with-gnu-ld if used] [--with-gnu-as if used] If you do not do this, your GCC will not always generate proper 64-bit code. If this is what keeps happening to you, and it appears to be so base on your earlier complaints, you will need to add -m64 to the CFLAGS. HTH! Matt -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 9:56 PM To: [email protected] Cc: [email protected] Subject: RE: Can Xerces be built on Solaris x86 64bit system? Hi Matt, It didn't work for me as you suggested. Please reply to my mail on this in archive.! warm regards Saurabh ___________________________________________________________________ The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
