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] Configuring on AIX 5.3.0



Yes but it looks like I didn't install libstdc++, so I am doing that
now. Thank you for your prompt reply.



Sam Horwitz

On Tue, 24 May 2005, Bruce Whittaker
wrote:

> Date: Tue, 24 May 2005 10:22:31 +1000
> From: Bruce Whittaker <bwhittak@xxxxxxxxxxxxx>
> To: "Samuel A Horwitz <horwitz" <horwitz@xxxxxxxxxxxxx>
> Cc: hylafax-users@xxxxxxxxxxx
> Subject: Re: [hylafax-users] Configuring on AIX 5.3.0
> 
> 
> Hi Samuel,
> 
> I had the same issue earlier.
> 
> Do you have libgcc installed ?
> 
> In my case I also went to gcc-c++ rather than just gcc.
> 
> Hope this helps.
> 
> Bruce Whittaker,
> CASS Support,
> 
> 
> 
> 
> 
> 
> 
> Samuel A Horwitz <horwitz@xxxxxxxxxxxxx> 
> Sent by: hylafax-users-bounce@xxxxxxxxxxx
> 24/05/2005 00:28
> 
> To
> hylafax-users@xxxxxxxxxxx
> cc
> 
> Subject
> [hylafax-users] Configuring on AIX 5.3.0
> 
> 
> 
> 
> 
> 
> When I attempt to configure on an AIX 5.3.0.0 system I get the following
> error
> 
> 
> Configuring HylaFAX (tm) (aka FlexFAX) 4.2.0.
> 
> 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.
> I'm always happy to encounter another powerpc-ibm-aix5.3.0.0 system.
> Using /usr/local/bin/gcc for a C compiler (set CC to override).
> Looks like /usr/local/bin/gcc supports the -g option.
> Using " -g" for C compiler options.
> Looks like /usr/local/bin/gcc has an ANSI C preprocessor.
> ... but __ANSI_CPP__ is not automatically defined, will compensate.
> Looks like /usr/local/bin/gcc supports the -M option for generating make 
> dependencies.
> Using /usr/local/bin/g++ for a C++ compiler (set CXX to override).
> Looks like /usr/local/bin/g++ supports the -g option.
> Using " -g" for C++ compiler options.
> Looks like /usr/local/bin/g++ 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/ksh to process command scripts.
> 
> Missing C++ runtime support for g++ (/usr/local/bin/g++).
> 
> 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.
> 
> 
> I am using gcc 3.4.3 with the following specs
> 
> *asm:
> -u %{maix64:-a64 %{!mcpu*:-mppc64}} %(asm_cpu)
> 
> *asm_debug:
> 
> 
> *asm_final:
> 
> 
> *asm_options:
> %a %Y %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}
> 
> *invoke_as:
> %{!S:-o %|.s |
> as %(asm_options) %m.s %A }
> 
> *cpp:
> %{posix: -D_POSIX_SOURCE}         %{ansi: -D_ANSI_C_SOURCE}   %{maix64: 
> -D__64BIT__}                      %{mpe: -I/usr/lpp/ppe.poe/include}  
> %{pthread: -D_THREAD_SAFE}
> 
> *cpp_options:
> %(cpp_unique_options) %1 %{m*} %{std*} %{ansi} %{W*&pedantic*} %{w} %{f*} 
> %{g*:%{!g0:%{!fno-working-directory:-fworking-directory}}} %{O*} %{undef}
> 
> *cpp_debug_options:
> %{d*}
> 
> *cpp_unique_options:
> %{C|CC:%{!E:%eGCC does not support -C or -CC without -E}} %{!Q:-quiet} 
> %{nostdinc*} %{C} %{CC} %{v} %{I*} %{P} %I %{MD:-MD %{!o:%b.d}%{o*:%.d%*}} 
> %{MMD:-MMD %{!o:%b.d}%{o*:%.d%*}} %{M} %{MM} %{MF*} %{MG} %{MP} %{MQ*} 
> %{MT*} %{!E:%{!M:%{!MM:%{MD|MMD:%{o*:-MQ %*}}}}} %{trigraphs} %{remap} 
> %{g3:-dD} %{H} %C %{D*&U*&A*} %{i*} %Z %i %{E|M|MM:%W{o*}}
> 
> *trad_capable_cpp:
> cc1 -E %{traditional|ftraditional|traditional-cpp:-traditional-cpp}
> 
> *cc1:
> 
> 
> *cc1_options:
> %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are 
> incompatible}} %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*} 
> %{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}} 
> %{g*} %{O*} %{W*&pedantic*} %{w} %{std*} %{ansi} %{v:-version} %{pg:-p} 
> %{p} %{f*} %{undef} %{Qn:-fno-ident} %{--help:--help} 
> %{--target-help:--target-help} %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}} 
> %{fsyntax-only:-o %j} %{-param*}
> 
> *cc1plus:
> 
> 
> *link_gcc_c_sequence:
> %G %L %G
> 
> *endfile:
> 
> 
> *link:
> -bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect %{static:-bnso 
> %(link_syscalls) } %{shared:-bM:SRE %{!e:-bnoentry}} 
> %{!maix64:%{!shared:%{g*: %(link_libg) }}} %{maix64:-b64} 
> %{mpe:-binitfini:poe_remote_main}
> 
> *lib:
> %{pg:-L/lib/profiled -L/usr/lib/profiled}   %{p:-L/lib/profiled 
> -L/usr/lib/profiled}   %{!maix64:%{!shared:%{g*:-lg}}} 
> %{mpe:-L/usr/lpp/ppe.poe/lib -lmpi -lvtd}   %{pthread:-lpthreads} -lc
> 
> *libgcc:
> %{static|static-libgcc:libgcc.a%s 
> libgcc_eh.a%s}%{!static:%{!static-libgcc:%{!shared:%{!shared-libgcc:libgcc.a%s 
> libgcc_eh.a%s}%{shared-libgcc:-lgcc_s%M libgcc.a%s}}%{shared:-lgcc_s%M}}}
> 
> *startfile:
> %{!shared: 
> %{maix64:%{pg:gcrt0_64%O%s}%{!pg:%{p:mcrt0_64%O%s}%{!p:crt0_64%O%s}}} 
> %{!maix64: 
> %{pthread:%{pg:gcrt0_r%O%s}%{!pg:%{p:mcrt0_r%O%s}%{!p:crt0_r%O%s}}} 
> %{!pthread:%{pg:gcrt0%O%s}%{!pg:%{p:mcrt0%O%s}%{!p:crt0%O%s}}}}}
> 
> *switches_need_spaces:
> 
> 
> *cross_compile:
> 0
> 
> *version:
> 3.4.3
> 
> *multilib:
> . !pthread !mcpu=common !mcpu=power !mcpu=powerpc;pthread pthread 
> !mcpu=common !mcpu=power !mcpu=powerpc;common !pthread mcpu=common 
> !mcpu=power !mcpu=powerpc;power !pthread !mcpu=common mcpu=power 
> !mcpu=powerpc;powerpc !pthread !mcpu=common !mcpu=power 
> mcpu=powerpc;pthread/common pthread mcpu=common !mcpu=power 
> !mcpu=powerpc;pthread/power pthread !mcpu=common mcpu=power 
> !mcpu=powerpc;pthread/powerpc pthread !mcpu=common !mcpu=power 
> mcpu=powerpc;
> 
> *multilib_defaults:
> mcpu=common
> 
> *multilib_extra:
> 
> 
> *multilib_matches:
> mcpu=power mcpu=power;mcpu=power2 mcpu=power;mcpu=power3 
> mcpu=powerpc;mcpu=power4 mcpu=powerpc;mcpu=powerpc mcpu=powerpc;mcpu=rios1 
> mcpu=power;mcpu=rios2 mcpu=power;mcpu=rsc mcpu=power;mcpu=rsc1 
> mcpu=power;mcpu=rs64a mcpu=powerpc;mcpu=601 mcpu=powerpc;mcpu=602 
> mcpu=powerpc;mcpu=603 mcpu=powerpc;mcpu=603e mcpu=powerpc;mcpu=604 
> mcpu=powerpc;mcpu=604e mcpu=powerpc;mcpu=620 mcpu=powerpc;mcpu=630 
> mcpu=powerpc;pthread pthread;mcpu=common mcpu=common;mcpu=power 
> mcpu=power;mcpu=powerpc mcpu=powerpc;
> 
> *multilib_exclusions:
> 
> 
> *multilib_options:
> pthread mcpu=common/mcpu=power/mcpu=powerpc
> 
> *linker:
> collect2
> 
> *link_libgcc:
> %D
> 
> *md_exec_prefix:
> 
> 
> *md_startfile_prefix:
> 
> 
> *md_startfile_prefix_1:
> 
> 
> *startfile_prefix_spec:
> 
> 
> *sysroot_suffix_spec:
> 
> 
> *sysroot_hdrs_suffix_spec:
> 
> 
> *cpp_default:
> 
> 
> *asm_cpu:
> %{!mcpu*: %{!maix64:   %{mpower: %{!mpower2: -mpwr}}   %{mpower2: -mpwr2}  
> %{mpowerpc*: %{!mpowerpc64: -mppc}}   %{mpowerpc64: -mppc64}   %{!mpower*: 
> %{!mpowerpc*: %(asm_default)}}}} %{mcpu=common: -mcom} %{mcpu=power: 
> -mpwr} %{mcpu=power2: -mpwr2} %{mcpu=power3: -m620} %{mcpu=power4: -m620} 
> %{mcpu=powerpc: -mppc} %{mcpu=rios: -mpwr} %{mcpu=rios1: -mpwr} 
> %{mcpu=rios2: -mpwr2} %{mcpu=rsc: -mpwr} %{mcpu=rsc1: -mpwr} %{mcpu=rs64a: 
> -mppc} %{mcpu=601: -m601} %{mcpu=602: -mppc} %{mcpu=603: -m603} 
> %{mcpu=603e: -m603} %{mcpu=604: -m604} %{mcpu=604e: -m604} %{mcpu=620: 
> -m620} %{mcpu=630: -m620}
> 
> *asm_default:
> -mcom
> 
> *link_syscalls:
> -bI:/lib/syscalls.exp
> 
> *link_libg:
> -bexport:/usr/lib/libg.exp
> 
> *link_command:
> %{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:    %(linker) %l %{pie:} %X 
> %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r}    %{s} %{t} %{u*} %{x} %{z} 
> %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}}    %{static:} %{L*} 
> %(link_libgcc) %o %{fprofile-arcs|fprofile-generate:-lgcov} 
> %{!nostdlib:%{!nodefaultlibs:%(link_gcc_c_sequence)}} 
> %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} }}}}}}
> 
> Please help
> 
> 
> Yhank you
> 
> horwitz@xxxxxxxxxxxxx (Samuel A Horwitz)
> 
> 
> 
> 
> 
> ----------------------------------------------------------------------------------------
> This e-mail may contain confidential or privileged information.   If you have received it in error, please notify the sender immediately via return e-mail and then delete the original e-mail. EnergyAustralia has collected your business contact details for dealing with you in your business capacity. More information about how we handle your personal information, including your right of access is contained at http://www.energy.com.au.
> ----------------------------------------------------------------------------------------


horwitz@xxxxxxxxxxxxx (Samuel A Horwitz)



____________________ HylaFAX(tm) Users Mailing List _______________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
 On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
  *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*




Project hosted by iFAX Solutions