"Altenau, Maureen D CECOM RDEC C2D" <[EMAIL PROTECTED]> writes:

> I have a problem with the autoconf utility which is required to
> install Xerces.

Hey Maureen,

Wow, my first email from someone with a .mil, suffix, thanks!

First, are these questions about Xerces-C, i.e. the C++ parser? Or are
you attempting to install Xerces-P the perl parser (which will require
that you install Xerces-C, first)?

You shouldn't require autoconf for either. autoconf is used to rebuild
the configure script from the configure.in script, which unless you
are a developer on the project you should never need to do.

> I have contacted the GNU site (I downloaded the autoconf software
> from this site) but have not received a reply.

GNU is an organization, and slow to respond...

> I ran the configure file which created the make file that I need.  

If this is for Xerces-C, you shouldn't run the configure script
directly, instead use the runConfigure script, that helps automate the
process.

> I run the make file and get the following error on this make command
> line.
> 
>             MAKEINFO = makeinfo
>             autoconf.info:  autoconf.texi install.texi
>               $(MAKEINFO)  -I$(srcdir) $(srcdir)/autoconf.texi --no-split
> --output=$@
> 
>       sh: makeinfo: not found
>       *** Error Code 1
>       make:  Fatal error:  Command failed for target 'autoconf.info'

makeinfo is a utility for generating documentation, it is not critical.

> I am a novice with respect to UNIX.  From what I can tell, there is a
> utility called makeinfo???  I could not find this on the GNU site.  Is my
> assumption correct and if so where can I get makeinfo and what exactly does
> makeinfo do?  Has anyone installed Xerces on a UNIX platform using this
> utility?  If not, is there another way to install it?  I would appreciate
> any help.  I am really stuck.  

Did you try the unix binaries? They are available for a number of
platforms. Since you didn't mention your platform, I can't tell. If
you do really need to build it from source, I would read the detailed
build instructions available at

xml.apache.org/xerces-c/build-winunix.html


HTH,
jas.

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

Reply via email to