This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configuration not supported


Hello, 

I ignored this error and made make bootstrap. make bootstrap had an compare
error, which is  apparently normal on HPUX 10.20.

As next step i did a "make all"

Make all has this error:

 ystem /opt/gcc-3.4.3-makevers/hppa1.1-hp-hpux10.20/include -isystem
/opt/gcc-3.4 .3-makevers/hppa1.1-hp-hpux10.20/sys-include
-I/temp/compile/gcc-3.4.3/libstdc++ -v3/../gcc
-I/temp/compile/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3/include/hppa
1.1-hp-hpux10.20
-I/temp/compile/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3/includ e
-I/temp/compile/gcc-3.4.3/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2
-fno-implic it-templates -Wall -W -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=on ce -c
../../../../gcc-3.4.3/libstdc++-v3/libsupc++/eh_aux_runtime.cc
../../../../gcc-3.4.3/libstdc++-v3/libsupc++/eh_aux_runtime.cc:1: warning:
-g is  only supported when using GAS on this processor,
../../../../gcc-3.4.3/libstdc++-v3/libsupc++/eh_aux_runtime.cc:1: warning:
-g op tion disabled
as: error 7403: undefined label - _ZTISt8bad_cast (7403)
make[3]: *** [eh_aux_runtime.lo] Error 1
make[3]: Leaving directory
`/temp/compile/objdir/hppa1.1-hp-hpux10.20/libstdc++- v3/libsupc++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/temp/compile/objdir/hppa1.1-hp-hpux10.20/libstdc++- v3'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/temp/compile/objdir/hppa1.1-hp-hpux10.20/libstdc++- v3'
make: *** [all-target-libstdc++-v3] Error 2

What's the problem now? Is this error now linked up to the error?
How can I solve it?

Thanks, 
Corsin


> Hi
> 
> "f2c" is for fortran and "objc" is for Obective C, so you should be safe 
> for c++ (for sure) and Java.
> 
> HTH,
> Olivier.
> 
> mariner ux wrote:
> 
> >Hi all, 
> >
> >I try to compile gcc-3.4.3 on HP-UX 10.20. I will use the c++ and java
> >compiler.
> >
> >I did the configure this way:
> >
> >
> >CC=gcc ../configure --prefix=/opt/gcc-3.4.3 --with-gnu-as
> >--enable-languages=c++,java  --enable-libgcj 
> >--enable-version-specific-runtime-libs
> >
> >this warning appeared:
> >
> >creating cache ./config.cache
> >checking host system type... hppa1.1-hp-hpux10.20
> >checking target system type... hppa1.1-hp-hpux10.20
> >checking build system type... hppa1.1-hp-hpux10.20
> >checking for a BSD compatible install... ../install-sh -c
> >*** This configuration is not supported in the following subdirectories:
> >     target-libf2c target-libobjc
> >    (Any other directories should still work fine.)
> >checking for hppa1.1-hp-hpux10.20-ar... no
> >checking for ar... ar
> >checking for hppa1.1-hp-hpux10.20-as... no
> >
> >what does this "configuration is not supported... " error mean?
> >Will the gcc install corectly, or will there be any problem?
> >
> >Thanks, Corsin
> >  
> >
> 

-- 
DSL Komplett von GMX +++ Supergünstig und stressfrei einsteigen!
AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]