|
From: William R. K. <wk...@mi...> - 2002-04-02 17:12:58
|
You need to install a C++ compiler, such as gcc (available at ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/gcc-2.95.3-sol8-sparc-local.= gz), and you will very possibly need to use the GNU make package (you can try to add /usr/ccs/bin to your path and use the Solaris make, but I don't know if it will work). A package for GNU make is available at ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/make-3.79.1-sol8-sparc-local= =2Egz. Make sure to put /usr/local/bin into your path after installing these and before running configure again (if you are going to try to use the Solaris make, put /usr/local/bin BEFORE /usr/ccs/bin in your path so you will use the GNU make if you have to install it in the end without changing your path). Good luck. =09=09=09Bill Knox =09=09=09Senior Operating Systems Programmer/Analyst =09=09=09The MITRE Corporation On Tue, 2 Apr 2002, Willy Calderon wrote: > Date: Tue, 02 Apr 2002 11:28:55 > From: Willy Calderon <wil...@ho...> > To: gre...@yg... > Cc: htd...@li... > Subject: [htdig-dev] Solaris8 > > Hello again > > OK, so I've ditched SGI/Irix as it has been problematic and support is > appalling. I'm working with htdig-3.1.6 and have tried to compile the > program using your instructions (e.g. ./configure, make, then make instal= l). > I've come up with these errors using Sun/Solaris 8 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > hostname {22} ./configure > loading cache ./config.cache > checking for a BSD compatible install... ./install-sh -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... ./configure: make: not found > no > checking for working aclocal... missing > checking for working autoconf... missing > checking for working automake... missing > checking for working autoheader... missing > checking for working makeinfo... missing > configuring ht://Dig version 3.1.6 > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Any help? > > > > > >From: Jim Cole <gre...@yg...> > >To: Willy Calderon <wil...@ho...> > >CC: <htd...@li...> > >Subject: Re: [htdig-dev] SGI C++ Compiler vs. libstdc++ > >Date: Thu, 28 Feb 2002 18:58:28 -0700 (MST) > > > >Willy Calderon's bits of Thu, 28 Feb 2002 translated to: > > > > >checking for ostream.h... no > > >checking for iostream.h... no > > >checking for fstream.h... no > > >configure: error: To compile ht://Dig, you will need a C++ library. Tr= y > > >installing libstdc++. > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > > >This C++ library appears not to exist at present although under SGI IR= IX > > >6.5.3 shows that the libraries are already there. Do I really need > > >libstdc++ ? or is your website accurate when it states that you need > >only > > >the SGI C++ compiler? > > > >The error is due to a failure to find an fstream.h header file. > >It either doesn't exist on the system or it is not visible to > >the configure script (i.e. it is in a non-standard location > >or hidden by strange file permissions). > > > >Do you know whether the file does in fact exist? And if so where > >it is located? If it is not there, is there an fstream header > >file (no .h extension)? > > > >If you are working with an SGI compiler, I don't see that adding > >libstdc++ will do you any good. > > > >Jim > > > > > _________________________________________________________________ > Join the world=92s largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > _______________________________________________ > htdig-dev mailing list > htd...@li... > https://lists.sourceforge.net/lists/listinfo/htdig-dev > |