public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler
@ 2004-07-29 22:35 Mark Cuss
  2004-08-01 23:29 ` James E Wilson
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Cuss @ 2004-07-29 22:35 UTC (permalink / raw)
  To: gcc


----- Original Message ----- 
From: "Mark Cuss" <mcuss@cdlsystems.com>
To: <gcc-return-99975-mcuss=cdlsystems.com@gcc.gnu.org>
Sent: Thursday, July 29, 2004 12:57 PM
Subject: Re: Can't build gcc 3.3.4 Linux to Sun Cross compiler


>
> >
> > You mentioned that binutils was installed into $prefix, but you did not
> > use $prefix when configuring gcc.  That is generally a mistake.  You
> > must use the same --prefix configure option when configuring both
> > binutils and gcc.  Otherwise, the cross gcc may not be able to find the
> > cross binutils.  Also, you want to put $prefix/bin on your PATH, but you
> > mentioned that you did that.
> >
>
> Oops - yeah, I missed that one.  I built a fresh binutils and tried a
fresh
> gcc 3.3.4 build again...  The build still fails in the libstdc++v3
though -
> I've posted the output below...  I'm afraid I'm a little out of my element
> when it comes to this stuff, so if anyone can offer a suggestion I'd
greatly
> appreciate it....
>
> It looks like a bunch of math functions are missing - I figured that these
> should have been defined in the $sysroot I copied over, but that's just a
> guess...
>
> config.status from binutils is:
>
>
/binutils-2.14/configure  --prefix=/cdl/apps/.software/linux/gcc-3.3.4-cros
> s/build-install --target=sparc-sun-solaris2.9
>
> config.status from gcc is:
>
../gcc-3.3.4/configure --with-gcc-version-trigger=/cdl/apps/.software/linux/
>
gcc-3.3.4-cross/gcc-3.3.4/gcc/version.c --host=i686-pc-linux-gnu --target=sp
>
arc-sun-solaris2.9 --prefix=/cdl/apps/.software/linux/gcc-3.3.4-cross/build-
>
install --with-sysroot=/cdl/apps/.software/linux/gcc-3.3.4-cross/sysroot --w
>
ith-gnu-as --with-gnu-ld --enable-languages=c,c++,objc --disable-shared --no
> recursion
>
> Compiling was done with the gcc that shipped on Red Hat 8.
>
> Thanks
> Mark
>
> make[6]: Entering directory
>
`/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/sp
> arcv9/libstdc++-v3/src'
> /bin/sh ../libtool --tag CXX --mode=compile
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/gcc/xgcc -shared-libgcc
> -B/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/gcc/ -nostdinc++ -L/
cd
>
l/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/sparcv
>
9/libstdc++-v3/src -L/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/spa
>
rc-sun-solaris2.9/sparcv9/libstdc++-v3/src/.libs -B/cdl/apps/.software/linux
>
/gcc-3.3.4-cross/build-install/sparc-sun-solaris2.9/bin/ -B/cdl/apps/.softwa
> re/linux/gcc-3.3.4-cross/build-install/sparc-sun-solaris2.9/lib/ -isystem
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-install/sparc-sun-solaris2.9
>
/include  -m64 -nostdinc++ -I/cdl/apps/.software/linux/gcc-3.3.4-cross/build
> -gcc/sparc-sun-solaris2.9/sparcv9/libstdc++-v3/include/sparc-sun-solaris2.
9
> -I/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9
/s
>
parcv9/libstdc++-v3/include -I../../../../../gcc-3.3.4/libstdc++-v3/libsupc+
>
+  -I../../../../../gcc-3.3.4/libstdc++-v3/libmath    -g -O2  -m64 -fno-impl
>
cit-templates  -Wall -Wno-format -W -Wwrite-strings  -fdiagnostics-show-loc
> ation=once      -c ../../../../../gcc-3.3.4/libstdc++-v3/src/bitset.cc
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/gcc/xgcc -shared-libgcc
> -B/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/gcc/ -nostdinc++ -L/
cd
>
l/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/sparcv
>
9/libstdc++-v3/src -L/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/spa
>
rc-sun-solaris2.9/sparcv9/libstdc++-v3/src/.libs -B/cdl/apps/.software/linux
>
/gcc-3.3.4-cross/build-install/sparc-sun-solaris2.9/bin/ -B/cdl/apps/.softwa
> re/linux/gcc-3.3.4-cross/build-install/sparc-sun-solaris2.9/lib/ -isystem
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-install/sparc-sun-solaris2.9
>
/include -m64 -nostdinc++ -I/cdl/apps/.software/linux/gcc-3.3.4-cross/build-
>
gcc/sparc-sun-solaris2.9/sparcv9/libstdc++-v3/include/sparc-sun-solaris2.9 -
>
I/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/sp
>
arcv9/libstdc++-v3/include -I../../../../../gcc-3.3.4/libstdc++-v3/libsupc++
>  -I../../../../../gcc-3.3.4/libstdc++-v3/libmath -g -O2 -m64 -fno-implicit
-t
>
emplates -Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=on
> ce -c ../../../../../gcc-3.3.4/libstdc++-v3/src/bitset.cc -o bitset.o
> In file included from
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/bits/locale_facets.tcc:41,
>                  from
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/locale:47,
>                  from
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/bits/ostream.tcc:37,
>                  from
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/ostream:535,
>                  from
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/bitset:58,
>                  from
> ../../../../../gcc-3.3.4/libstdc++-v3/src/bitset.cc:43:
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:107: error: `
>    acosf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:110: error: `
>    asinf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:113: error: `
>    atanf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:116: error: `
>    atan2f' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:119: error: `
>    ceilf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:122: error: `
>    coshf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:125: error: `
>    expf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:128: error: `
>    floorf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:131: error: `
>    fmodf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:134: error: `
>    frexpf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:137: error: `
>    ldexpf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:140: error: `
>    logf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:143: error: `
>    log10f' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:149: error: `
>    powf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:152: error: `
>    sinhf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:155: error: `
>    tanf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:158: error: `
>    tanhf' not declared
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::acos(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:184: error: `
>    acosf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::asin(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:204: error: `
>    asinf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::atan(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:222: error: `
>    atanf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::atan2(float, float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:240: error: `
>    atan2f' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::ceil(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:260: error: `
>    ceilf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::cosh(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:288: error: `
>    coshf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::exp(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:306: error: `
>    expf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::floor(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:334: error: `
>    floorf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::fmod(float, float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:352: error: `
>    fmodf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::frexp(float, int*)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:372: error: `
>    frexpf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::ldexp(float, int)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:391: error: `
>    ldexpf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::log(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:411: error: `
>    logf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::log10(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:429: error: `
>    log10f' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::pow(float, float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:486: error: `
>    powf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::sinh(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:528: error: `
>    sinhf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::tan(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:556: error: `
>    tanf' undeclared in namespace `__gnu_cxx::__c99_binding'
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath: In
>    function `float std::tanh(float)':
>
/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
> rcv9/libstdc++-v3/include/cmath:574: error: `
>    tanhf' undeclared in namespace `__gnu_cxx::__c99_binding'
> make[6]: *** [bitset.lo] Error 1
> make[6]: Leaving directory
>
`/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/sp
> arcv9/libstdc++-v3/src'
> make[5]: *** [all-recursive] Error 1
> make[5]: Leaving directory
>
`/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/sp
> arcv9/libstdc++-v3'
> make[4]: *** [all-recursive-am] Error 2
> make[4]: Leaving directory
>
`/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/sp
> arcv9/libstdc++-v3'
> make[3]: *** [multi-do] Error 1
> make[3]: Leaving directory
>
`/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/li
> bstdc++-v3'
> make[2]: *** [all-multi] Error 2
> make[2]: Leaving directory
>
`/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/li
> bstdc++-v3'
> make[1]: *** [all-recursive-am] Error 2
> make[1]: Leaving directory
>
`/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/li
> bstdc++-v3'
> make: *** [all-target-libstdc++-v3] Error 2
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler
  2004-07-29 22:35 Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler Mark Cuss
@ 2004-08-01 23:29 ` James E Wilson
  2004-08-15  0:09   ` Mark Cuss
  0 siblings, 1 reply; 7+ messages in thread
From: James E Wilson @ 2004-08-01 23:29 UTC (permalink / raw)
  To: mcuss; +Cc: gcc

Mark Cuss wrote:
>>It looks like a bunch of math functions are missing - I figured that these
>>should have been defined in the $sysroot I copied over, but that's just a
>>guess...

 >/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/spa
 >>rcv9/libstdc++-v3/include/cmath:107: error: `
 >>   acosf' not declared

Yes.  They should have been defined in the sysroot math.h file.  So look 
at that file, and check to see if they are there or not.  Maybe a 
special macro needs to be defined that wasn't.  Or maybe they simply 
aren't there.  These are ISO C99 math functions that were not present in 
ISO C89, so some targets don't have them.  Running the failing command 
by hand, and adding -v --save-temps may be helpful to see what is going on.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler
  2004-08-01 23:29 ` James E Wilson
@ 2004-08-15  0:09   ` Mark Cuss
  2004-08-16 19:40     ` James E Wilson
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Cuss @ 2004-08-15  0:09 UTC (permalink / raw)
  To: wilson; +Cc: gcc

Hi James

Thanks...  I've made a new copy of my sysroot just to make sure but still
have the same problem.  I looked in the sysroot/usr/include/math.h as you
suggested and these functions indeed do not exist...  This suprises me a bit
as I thought Solaris 9 could support all of this stuff.

Anyways, I'm pretty stuck.  I'd really like to get 3.3.3 working as a cross
compiler because we have some old code that 3.4 won't build... I tried
the -v --save-temps as you suggested, but since I don't know really anything
about compilers, it doesn't mean a lot to me.  I've posted it below if
you're interested in seeing it...

If you can offer any other advice I'd really appreciate it!

Thanks in Advance!
Mark

/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/gcc/xgcc -shared-libgcc 
-B/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/gcc/ -nostdinc++ -L/cd
l/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/sparcv
9/libstdc++-v3/src -L/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/spa
rc-sun-solaris2.9/sparcv9/libstdc++-v3/src/.libs -B/cdl/apps/.software/linux
/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.9/bin/ -B/cdl/apps/.softwa
re/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.9/lib/ -isystem
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.9
/include -m64
-nostdinc++ -I/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-
solaris2.9/sparcv9/libstdc++-v3/include/sparc-sun-solaris2.9 -I/cdl/apps/.so
ftware/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/sparcv9/libstdc+
+-v3/include -I../../../../../gcc-3.3.3/libstdc++-v3/libsupc++ -I../../../..
/../gcc-3.3.3/libstdc++-v3/libmath -g -O2 -m64 -fno-implicit-templates -Wall
 -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once -c
../../../../../gcc-3.3.3/libstdc++-v3/src/bitset.cc -o
bitset.o -v --save-temps
Reading specs from
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/gcc/specsConfigured
with:
../gcc-3.3.3/configure --host=i686-pc-linux-gnu --target=sparc-sun-solaris2.
9 --with-sysroot=/cdl/apps/.software/linux/gcc-3.3.3-cross/sysroot
--with-gnu-as --with-gnu-ld --enable-languages=c,c++,objc --disable-shared -
-prefix=/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install
Thread model: posix
gcc version 3.3.3

/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/gcc/cc1plus -E -D__GNUG_
_=3 -quiet -nostdinc++ -nostdinc++ -v -I/cdl/apps/.software/linux/gcc-3.3.3-
cross/build-gcc/sparc-sun-solaris2.9/sparcv9/libstdc++-v3/include/sparc-sun-
solaris2.9
-I/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/s
parcv9/libstdc++-v3/include -I../../../../../gcc-3.3.3/libstdc++-v3/libsupc+
+ -I../../../../../gcc-3.3.3/libstdc++-v3/libmath -iprefix
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/gcc/../lib/gcc-lib/sparc
-sun-solaris2.9/3.3.3/ -isystem
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/gcc/include -isystem
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.9
/bin/include -isystem
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.9
/lib/include -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=3 -Dsparc
 -D__sparc__ -D__sparc -D__arch64__ -Acpu=sparc64 -Amachine=sparcv9 -D__spar
cv9 -isystem
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.9
/include
../../../../../gcc-3.3.3/libstdc++-v3/src/bitset.cc -mptr64 -mstack-bias -mn
o-v8plus -mcpu=v9 -m64 -m64 -Wall -Wno-format -W -Wwrite-strings -fno-implic
it-templates -fdiagnostics-show-location=once -O2 bitset.ii
ignoring nonexistent directory
"/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.
9/bin/include"
ignoring nonexistent directory
"/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.
9/lib/include"
ignoring nonexistent directory
"/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.
9/include"
ignoring nonexistent directory
"/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/lib/gcc-lib/sparc-sun-s
olaris2.9/3.3.3/include"
ignoring nonexistent directory
"/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/lib/gcc-lib/sparc-sun-s
olaris2.9/3.3.3/../../../../sparc-sun-solaris2.9/include"
ignoring nonexistent directory
"/cdl/apps/.software/linux/gcc-3.3.3-cross/sysroot/usr/local/include"
ignoring nonexistent directory
"/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/lib/gcc-lib/sparc-s
un-solaris2.9/3.3.3/include"
ignoring nonexistent directory
"/cdl/apps/.software/linux/gcc-3.3.3-cross/build-install/sparc-sun-solaris2.
9/include"
#include "..." search starts here:
#include <...> search starts here:

/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/sparc-sun-solaris2.9

/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include
 ../../../../../gcc-3.3.3/libstdc++-v3/libsupc++
 ../../../../../gcc-3.3.3/libstdc++-v3/libmath
 /cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/gcc/include
 /cdl/apps/.software/linux/gcc-3.3.3-cross/sysroot/usr/include
End of search list.

/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/gcc/cc1plus -fpreprocess
ed
bitset.ii -mptr64 -mstack-bias -mno-v8plus -mcpu=v9 -quiet -dumpbase
bitset.cc -m64 -m64 -auxbase-strip
bitset.o -g -O2 -Wall -Wno-format -W -Wwrite-strings -version -fno-implicit-
templates -fdiagnostics-show-location=once -o bitset.s
GNU C++ version 3.3.3 (sparc-sun-solaris2.9)
        compiled by GNU C version 3.2 20020903 (Red Hat Linux 8.0 3.2-7).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
In file included from
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/bits/locale_facets.tcc:41,
                 from
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/locale:47,
                 from
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/bits/ostream.tcc:37,
                 from
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/ostream:535,
                 from
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/bitset:58,
                 from
../../../../../gcc-3.3.3/libstdc++-v3/src/bitset.cc:43:
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:107: error: `
   acosf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:110: error: `
   asinf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:113: error: `
   atanf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:116: error: `
   atan2f' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:119: error: `
   ceilf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:122: error: `
   coshf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:125: error: `
   expf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:128: error: `
   floorf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:131: error: `
   fmodf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:134: error: `
   frexpf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:137: error: `
   ldexpf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:140: error: `
   logf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:143: error: `
   log10f' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:149: error: `
   powf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:152: error: `
   sinhf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:155: error: `
   tanf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:158: error: `
   tanhf' not declared
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::acos(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:184: error: `
   acosf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::asin(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:204: error: `
   asinf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::atan(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:222: error: `
   atanf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::atan2(float, float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:240: error: `
   atan2f' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::ceil(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:260: error: `
   ceilf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::cosh(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:288: error: `
   coshf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::exp(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:306: error: `
   expf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::floor(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:334: error: `
   floorf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::fmod(float, float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:352: error: `
   fmodf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::frexp(float, int*)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:372: error: `
   frexpf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::ldexp(float, int)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:391: error: `
   ldexpf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::log(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:411: error: `
   logf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::log10(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:429: error: `
   log10f' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::pow(float, float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:486: error: `
   powf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::sinh(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:528: error: `
   sinhf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::tan(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:556: error: `
   tanf' undeclared in namespace `__gnu_cxx::__c99_binding'
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath: In
   function `float std::tanh(float)':
/cdl/apps/.software/linux/gcc-3.3.3-cross/build-gcc/sparc-sun-solaris2.9/spa
rcv9/libstdc++-v3/include/cmath:574: error: `
   tanhf' undeclared in namespace `__gnu_cxx::__c99_binding'
[mark@locutus src]$

----- Original Message ----- 
From: "James E Wilson" <wilson@specifixinc.com>
To: <mcuss@cdlsystems.com>
Cc: <gcc@gcc.gnu.org>
Sent: Sunday, August 01, 2004 5:29 PM
Subject: Re: Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler


> Mark Cuss wrote:
> >>It looks like a bunch of math functions are missing - I figured that
these
> >>should have been defined in the $sysroot I copied over, but that's just
a
> >>guess...
>
>
>/cdl/apps/.software/linux/gcc-3.3.4-cross/build-gcc/sparc-sun-solaris2.9/sp
a
>  >>rcv9/libstdc++-v3/include/cmath:107: error: `
>  >>   acosf' not declared
>
> Yes.  They should have been defined in the sysroot math.h file.  So look
> at that file, and check to see if they are there or not.  Maybe a
> special macro needs to be defined that wasn't.  Or maybe they simply
> aren't there.  These are ISO C99 math functions that were not present in
> ISO C89, so some targets don't have them.  Running the failing command
> by hand, and adding -v --save-temps may be helpful to see what is going
on.
> -- 
> Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler
  2004-08-15  0:09   ` Mark Cuss
@ 2004-08-16 19:40     ` James E Wilson
  2004-08-16 21:29       ` Mark Cuss
  0 siblings, 1 reply; 7+ messages in thread
From: James E Wilson @ 2004-08-16 19:40 UTC (permalink / raw)
  To: mcuss; +Cc: gcc

Mark Cuss wrote:
> Thanks...  I've made a new copy of my sysroot just to make sure but still
> have the same problem.  I looked in the sysroot/usr/include/math.h as you
> suggested and these functions indeed do not exist...  This suprises me a bit
> as I thought Solaris 9 could support all of this stuff.

I am not a Solaris expert.  I would guess that the base OS ships with
only C90 headers files, or maybe even just K&R C header files, and if
you want C99 support, you need to buy the Sun compiler.

In this case, the problem is that libstdc++ configure failed somehow.  I
should have mentioned this possibility in the earlier mail.  libstdc++
has code in configure to check to see if these functions are present,
and provide substitutes if they aren't.  Since they aren't there, this
code should have detected this and used the replacements.  Try looking
at the libstdc++ config.log file and the libstdc++ config.h file.

You could also try submitting a bug report into bugzilla.  This list is
primarily for discussing gcc development.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler
  2004-08-16 19:40     ` James E Wilson
@ 2004-08-16 21:29       ` Mark Cuss
  2004-08-16 23:51         ` James E Wilson
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Cuss @ 2004-08-16 21:29 UTC (permalink / raw)
  To: wilson; +Cc: gcc

Thanks for the help.

Gcc 3.3.3 builds natively on Sun OK (we've been using it for months), it's
just the cross compiler that won't build - sounds like you could be right on
the misconfigured libstdc++.

Sorry - I didn't know that this wasn't the place to post these sorts of
questions...  If I have more questions on building and configuring gcc where
should I ask them?

Thanks!
Mark

----- Original Message ----- 
From: "James E Wilson" <wilson@specifixinc.com>
To: <mcuss@cdlsystems.com>
Cc: <gcc@gcc.gnu.org>
Sent: Monday, August 16, 2004 1:27 PM
Subject: Re: Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler


> Mark Cuss wrote:
> > Thanks...  I've made a new copy of my sysroot just to make sure but
still
> > have the same problem.  I looked in the sysroot/usr/include/math.h as
you
> > suggested and these functions indeed do not exist...  This suprises me a
bit
> > as I thought Solaris 9 could support all of this stuff.
>
> I am not a Solaris expert.  I would guess that the base OS ships with
> only C90 headers files, or maybe even just K&R C header files, and if
> you want C99 support, you need to buy the Sun compiler.
>
> In this case, the problem is that libstdc++ configure failed somehow.  I
> should have mentioned this possibility in the earlier mail.  libstdc++
> has code in configure to check to see if these functions are present,
> and provide substitutes if they aren't.  Since they aren't there, this
> code should have detected this and used the replacements.  Try looking
> at the libstdc++ config.log file and the libstdc++ config.h file.
>
> You could also try submitting a bug report into bugzilla.  This list is
> primarily for discussing gcc development.
> -- 
> Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com
>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler
  2004-08-16 21:29       ` Mark Cuss
@ 2004-08-16 23:51         ` James E Wilson
  0 siblings, 0 replies; 7+ messages in thread
From: James E Wilson @ 2004-08-16 23:51 UTC (permalink / raw)
  To: mcuss; +Cc: gcc

On Mon, 2004-08-16 at 13:05, Mark Cuss wrote:
> Sorry - I didn't know that this wasn't the place to post these sorts of
> questions...  If I have more questions on building and configuring gcc where
> should I ask them?

It is OK to ask questions here, but you may get developer answers, e.g.
a hint about how to debug it, rather than the actual fix.  If you need
fixes, it may be better to file a bug report into our bugzilla bug
database.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler
@ 2004-08-16 23:50 Daniel Kegel
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Kegel @ 2004-08-16 23:50 UTC (permalink / raw)
  To: mcuss, gcc

Mark Cuss wrote:
> Gcc 3.3.3 builds natively on Sun OK (we've been using it for months), it's
> just the cross compiler that won't build - sounds like you could be right on
> the misconfigured libstdc++.
> 
> Sorry - I didn't know that this wasn't the place to post these sorts of
> questions...  If I have more questions on building and configuring gcc where
> should I ask them?

You could try crossgcc@sources.redhat.com
[ http://sources.redhat.com/ml/crossgcc/ ]
- Dan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-08-16 23:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-29 22:35 Fw: Can't build gcc 3.3.4 Linux to Sun Cross compiler Mark Cuss
2004-08-01 23:29 ` James E Wilson
2004-08-15  0:09   ` Mark Cuss
2004-08-16 19:40     ` James E Wilson
2004-08-16 21:29       ` Mark Cuss
2004-08-16 23:51         ` James E Wilson
2004-08-16 23:50 Daniel Kegel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).