I'm building on a auto mount file system. Does this matter? Thanks for the help, Kevin
-----Original Message----- From: Graham Bennett [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 4:40 PM To: [EMAIL PROTECTED] Subject: Re: Xerces Build on Solaris On Fri, Oct 24, 2003 at 08:12:06AM -0700, Witten, Kevin wrote: > Thanks for the reply. I appreciate the help. I did see this posting but I'm > not sure what they mean by 'canonical paths' are not being used in the > options passed to configure? I think this was taken from one of my posts. Are you building into some kind of network filesystem? If so try building on a local disk. Basically the problem was solved in my case by changing the paths passed to configure to be absolute instead of via a hierarchy of symlinks that we have in place, which seemed to confuse template instantiation. One thing I would suggest is to try enabling verbose flags on the compiler (e.g. -verbose=template). Otherwise there are various options to force instantiation of templates which you could try (with care). Also I was using version 6 of the compiler. Hope that helps a little, Graham. -- Graham Bennett --------------------------------------------------------------------- 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]
