HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] ./configure Missing C++ runtime support for gcc
Hi Alan,
Sorry for the including the long error message in this mail but I did not see
any way out. I did install sed "sed-3.02-sd-11.00.depot.gz". Still The error
listed below continues. Path for the gcc installation is "/opt/gcc/bin/gcc"
**********************Error that appeared while running configure **************
Configuring HylaFAX (tm) (aka FlexFAX) 4.1beta3.
If configure does the wrong thing, check the file config.log for
information that may help you understand what went wrong.
Reading site-wide parameters from ./config.site.
Reading local parameters from config.local.
Fee, fie, foe, this smells like a hppa1.1-hp-hpux11.00 system.
Using /opt/gcc/bin/gcc for a C compiler (set CC to override).
Using -a to get the appropriate compilation environment.
./configure[881]: test: Specify a parameter with this command.
Looks like /opt/gcc/bin/gcc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Looks like /opt/gcc/bin/gcc supports the -M option for generating make
dependencies.
Using /opt/gcc/bin/gcc for a C++ compiler (set CXX to override).
./configure[1042]: test: Specify a parameter with this command.
Looks like /opt/gcc/bin/gcc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Using /bin/make to configure the software.
Using ".include <file>" syntax for Makefiles.
Using /bin/sh to process command scripts.
sed: There are too many commands for the /@SYSGID@/s;;;g function.
Missing C++ runtime support for /opt/gcc/bin/gcc (/opt/gcc/bin/gcc).
Compilation of the following test program failed:
----------------------------------------------------------
#include "iostream.h"
int main(){ cout << "Hello World!" << endl; return 0;}
----------------------------------------------------------
Usually this is because you do not have a standard C++ library
installed on your system or you have installed it in a non-standard
location. If you do not have a C++ library installed, then you must
install it. If it is installed in a non-standard location, then you
should configure the compiler so that it will automatically be found.
(For recent gcc releases this is libstdc++, for older gcc - libg++)
Unrecoverable error! Once you've corrected the problem rerun this script.
[CHFUX102]:/opt/hylafax-4.1beta3> ./configure
Configuring HylaFAX (tm) (aka FlexFAX) 4.1beta3.
If configure does the wrong thing, check the file config.log for
information that may help you understand what went wrong.
Reading site-wide parameters from ./config.site.
Reading local parameters from config.local.
Fee, fie, foe, this smells like a hppa1.1-hp-hpux11.00 system.
Using /opt/gcc/bin/gcc for a C compiler (set CC to override).
Using -a to get the appropriate compilation environment.
./configure[881]: test: Specify a parameter with this command.
Looks like /opt/gcc/bin/gcc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Looks like /opt/gcc/bin/gcc supports the -M option for generating make
dependencies.
Using /opt/gcc/bin/gcc for a C++ compiler (set CXX to override).
./configure[1042]: test: Specify a parameter with this command.
Looks like /opt/gcc/bin/gcc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Using /bin/make to configure the software.
Using ".include <file>" syntax for Makefiles.
Using /bin/sh to process command scripts.
sed: There are too many commands for the /@SYSGID@/s;;;g function.
Missing C++ runtime support for /opt/gcc/bin/gcc (/opt/gcc/bin/gcc).
Compilation of the following test program failed:
----------------------------------------------------------
#include "iostream.h"
int main(){ cout << "Hello World!" << endl; return 0;}
----------------------------------------------------------
Usually this is because you do not have a standard C++ library
installed on your system or you have installed it in a non-standard
location. If you do not have a C++ library installed, then you must
install it. If it is installed in a non-standard location, then you
should configure the compiler so that it will automatically be found.
(For recent gcc releases this is libstdc++, for older gcc - libg++)
Unrecoverable error! Once you've corrected the problem rerun this script.
[CHFUX102]:/opt/hylafax-4.1beta3> ./configure
Configuring HylaFAX (tm) (aka FlexFAX) 4.1beta3.
If configure does the wrong thing, check the file config.log for
information that may help you understand what went wrong.
Reading site-wide parameters from ./config.site.
Reading local parameters from config.local.
Wow, you've got a hppa1.1-hp-hpux11.00 system!
Using /opt/gcc/bin/gcc for a C compiler (set CC to override).
Using -a to get the appropriate compilation environment.
./configure[881]: test: Specify a parameter with this command.
Looks like /opt/gcc/bin/gcc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Looks like /opt/gcc/bin/gcc supports the -M option for generating make
dependencies.
Using /opt/gcc/bin/gcc for a C++ compiler (set CXX to override).
./configure[1042]: test: Specify a parameter with this command.
Looks like /opt/gcc/bin/gcc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Using /bin/make to configure the software.
Using ".include <file>" syntax for Makefiles.
Using /bin/sh to process command scripts.
sed: There are too many commands for the /@SYSGID@/s;;;g function.
Missing C++ runtime support for /opt/gcc/bin/gcc (/opt/gcc/bin/gcc).
Compilation of the following test program failed:
----------------------------------------------------------
#include "iostream.h"
int main(){ cout << "Hello World!" << endl; return 0;}
----------------------------------------------------------
Usually this is because you do not have a standard C++ library
installed on your system or you have installed it in a non-standard
location. If you do not have a C++ library installed, then you must
install it. If it is installed in a non-standard location, then you
should configure the compiler so that it will automatically be found.
(For recent gcc releases this is libstdc++, for older gcc - libg++)
Unrecoverable error! Once you've corrected the problem rerun this script.
*********************************Error Ends*******************************
Do you see any other potentially problematic area.
Thanks & Regards,
Mallappa
Quoting Alan O'Keefe <aokeefe@primus.com.au>:
> Hi Mallapa
>
> We are running HP-UX 11.0, I retrieved the file:
>
> sed-3.02-sd-11.00.depot.gz
>
> from the site: hpux.connect.org.uk, which is a gem of a site that I get
> most
> of my pre-compiled 3rd Party software from.
>
> It gets much harder though, you require libtiff, which I couldn't get a
> depot for,
> then
> I started hitting nasty problems in the make, so I gave up. We are
> actually using
> a Red-Hat Linux 6.2 system as a fax server, I just wanted to get the
> Hylafax client
>
> running on HP-UX, but I'm going to use LPRng to submit the jobs to
> Hylafax.
>
> General question to the Hylafax Group: Why do I have to configure the
> whole thing
> and have things like libtiff just to run the client ?????
>
> Regards
> Alan
>
>
> mallappa@itsprojects.com wrote:
>
> > Hi Alan,
> >
> > What version of HPUX were you trying this on? I am trying to set up
> this
> > software on HPUX-11.0 and on GNU site I do not see a sed software for
> HPUX-11.0.
> > I could get sed software for HPUX-10.* do you think this is something
> I could
> > use?
> >
> > Thanks & Regards,
> > Mallappa
> >
> > Quoting Alan O'Keefe <aokeefe@primus.com.au>:
> >
> > > Hi Mallapa
> > >
> > > I have the same problem, it turns out it's got nothing to do with
> g++,
> > > if you look
> > > closely, there is an obscure on-line sed error, turns out HP's
> standard
> > > sed
> > > utility is a bit limited, just like their awk, perl, print spooler,
> etc
> > > etc etc.
> > >
> > > If you download GNU sed then you get passed this problem.
> > >
> > > Regards
> > > Alan
> > >
> > >
> > > mallappa@itsprojects.com wrote:
> > >
> > > > Hi All,
> > > >
> > > > I am looking forward to install hylafax software
> "hylafax-4.1beta3" on
> > > HPUX
> > > > 11.0.
> > > > While trying to build the package using ./configure I get the
> > > following error
> > > > that is
> > > > displayed on the screen;
> > > >
> > > > Missing C++ runtime support for /opt/gcc29/bin/gcc
> > > (/opt/gcc29/bin/gcc).
> > > >
> > > > Compilation of the following test program failed:
> > > >
> > > > ----------------------------------------------------------
> > > > #include "iostream.h"
> > > > int main(){ cout << "Hello World!" << endl; return 0;}
> > > > ----------------------------------------------------------
> > > >
> > > > Usually this is because you do not have a standard C++ library
> > > > installed on your system or you have installed it in a
> non-standard
> > > > location. If you do not have a C++ library installed, then you
> must
> > > > install it. If it is installed in a non-standard location, then
> you
> > > > should configure the compiler so that it will automatically be
> > > found.
> > > >
> > > > (For recent gcc releases this is libstdc++, for older gcc -
> libg++)
> > > >
> > > > Unrecoverable error! Once you've corrected the problem rerun
> this
> > > script.
> > > >
> > > > Can anyone help me with this. Could this be a problem with
> including
> > > the library
> > > > path in
> > > > config.local (I think this is variable SHDLIBC in config.site
> > > file.).
> > > >
> > > > -Mallappa
> > > >
> > > > ____________________ HylaFAX(tm) Users Mailing List
> > > _______________________
> > > > To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org
> <
> > > /dev/null
> > >
> > > --
> > > Alan O'Keefe
> > > O'Keefe Systems Consulting
> > > email: aokeefe@primus.com.au
> > > Phone: +61 413 517168 Fax: +613 97408893
> > >
> > >
> > >
> > > )
>
> --
> Alan O'Keefe
> O'Keefe Systems Consulting
> email: aokeefe@primus.com.au
> Phone: +61 413 517168 Fax: +613 97408893
>
>
>
>
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null