Thanks for the info.  I'm pretty fresh outta college and I haven't used Linux
for development before.  I was thinking that was the problem, but had no
idea how to fix it.  I'm still learning the enviroment (like I'm still
trying to settle on an editor).

Thank you again.


David Bertoni wrote:
> 
> 
> This is an issue with understand how your tools work, not with Xerces-C.
> 
> Most compilers have an option to specify a path for included files(-I is 
> typical), so you need to point your compiler to where Xerces-C's header 
> files are located.  If you're using GCC, just adding the following option 
> to the gcc command should work:
> 
> -I $XERCESCROOT/include
> 
> Dave
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/xerces-2.7.0-on-Fedora-Core-2---library-path-issues-tf2261023.html#a6273662
Sent from the Xerces - C - Dev forum at Nabble.com.


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

Reply via email to