Unfortunately, SUN documents the -ptr flag as pretty much obsolete ....
('may not always work') and discourages it.
Also interesting is I found from experiment that -instances=static
produces *massively smaller* code then using the default template-database
options.
(this is entirely counter-intuitive as -instances=static replicates all
template bodies in each .o file,
while the tempate database shares code ).


----- Original Message -----
From: Michael Krivoruchko <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 28, 2000 11:43 AM
Subject: Re: Getting binaries for Solaris 2.6 and CC 5.0


> Hi All,
>
> I am not 100% sure, but it sounds to me that you should try
> "-ptr" option while you compile the examples.
>
> -------------------- AB2 SunWS C++ 5.0 User's Guide -----------------
> -ptrdatabase-path
>
> Specifies the directory of the template repository.
>
> The template repository is contained within the SunWS_config or
> SunWS_cache subdirectory of the given directory. The template
> repository cache files are stored in directory/SunWS_cache. The
> template repository configuration files are stored in
> directory/SunWS_config.
>
> You cannot use multiple -ptr options.
> -------------------- AB2 SunWS C++ 5.0 User's Guide -----------------
>
> Misha
>
> "David A. Lee" wrote:
> >
> > I get this same problem with Solaris 2.7 - have yet to get a CC5.0
> > based XERCES to compile, link, and run the basic tests.
> >
> > ----- Original Message -----
> > From: Cruceta, Sergio (Sergio) <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, February 28, 2000 8:36 AM
> > Subject: Getting binaries for Solaris 2.6 and CC 5.0
> >
> > > Hi everybody,
> > >
> > > I would like to know if someone can send me the binaries of Xerces for
> > > Solaris 2.6 and CC 5.0. (version 1.0.1 it's right and 1.1.0 perfect)
> > > I followed the script published by Eric Yankowitz in the mailing-list,
and
> > > finallly I got my binaries (It sounds great, isn't it?),
> > > but when I tried to compile the samples, the compiler didn't find some
> > > instantiated templates (if you really need more details I can send you
> > > them).
>
> --
> ---------------------------------------------------------------
> Michael Krivoruchko                 CDE Group, Sun Microsystems
>     Bool House, East Point Business Park, Dublin 3, Ireland
> Ph: +353 1 819 9272                       E-mail: [EMAIL PROTECTED]
> ---------------------------------------------------------------
>
>

Reply via email to