http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2329 *** shadow/2329 Tue Jun 26 07:01:14 2001 --- shadow/2329.tmp.6457 Wed Jun 27 10:18:54 2001 *************** *** 2,9 **** | problem in using parser in solaris | +----------------------------------------------------------------------------+ | Bug #: 2329 Product: Xerces-C | ! | Status: NEW Version: 1.5 | ! | Resolution: Platform: Sun | | Severity: Critical OS/Version: Solaris | | Priority: Other Component: Build | +----------------------------------------------------------------------------+ --- 2,9 ---- | problem in using parser in solaris | +----------------------------------------------------------------------------+ | Bug #: 2329 Product: Xerces-C | ! | Status: RESOLVED Version: 1.5 | ! | Resolution: INVALID Platform: Sun | | Severity: Critical OS/Version: Solaris | | Priority: Other Component: Build | +----------------------------------------------------------------------------+ *************** *** 31,33 **** --- 31,60 ---- please let me know if the programs written for windows can be used in solaris without any change. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-27 10:18 ------- + > mkdir -p /primal/data/xerces-c1_5_0-SolCC/bin/obj/DOMPrint + > cc -I. -I/primal/data/xerces-c1_5_0-SolCC/include -o /primal/data/xerces- + > c1_5_0-SolCC/bin/obj/DOMPrint/DOMPrint.o /primal/data/xerces-c1_5_0- + > SolCC/samples/DOMPrint/DOMPrint.C + > ld: fatal: file /primal/data/xerces-c1_5_0-SolCC/samples/DOMPrint/DOMPrint.C: + + How did you generate above command? Did you run "runConfigure" and then "gmake" + to build the samples? See + http://xml.apache.org/xerces-c/build-winunix.html#faq-3 for instructions how to + build the samples. + + > also iam not able to write my own programs.the error i get when i try to + > compile my programs is :"unable to find library". + Did you specify the library search correctly for the link step to pick up the + Xerces library? + + + > please let me know if the programs written for windows can be used in solaris + > without any change. + This is more a generic programming questions rather than Xerces-C related. + Normally if your programs has platform specific code or use Windows specific + library, than of course, it cannot be used in Solaris. But for this type of + programming question, better read some C++ books or refer to other C++ + discussion forums. + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
