Re: gcc problem

2009-09-02 Thread h...@computer.org
I am on Solaris x86 so this will probably be ac_cv_c_bigendian=no, but Well, building gcc from scratch on a non-GNU/Linux system needs a lot of tweaking and configuring of some required tools and files. I have invested several months to build a completely working cross-toolchain with Obj-C,

Re: gcc problem

2009-09-02 Thread Andreas Höschler
Hi all, I am on Solaris x86 so this will probably be ac_cv_c_bigendian=no, but Well, building gcc from scratch on a non-GNU/Linux system needs a lot of tweaking and configuring of some required tools and files. I have invested several months to build a completely working cross-toolchain with

Re: gcc problem

2009-09-02 Thread David Chisnall
On 2 Sep 2009, at 14:32, Andreas Höschler wrote: checking whether the C compiler works... configure: error: cannot run C compiled programs. This one is familiar. I had this problem while trying to compile GCC in /tmp on a cluster. The partition was mounted with the noexecute flag. You

Re: gcc problem

2009-09-02 Thread Andreas Höschler
Hi David, checking whether the C compiler works... configure: error: cannot run C compiled programs. This one is familiar. I had this problem while trying to compile GCC in /tmp on a cluster. The partition was mounted with the noexecute flag. You need to make sure that you are building

Re: gcc problem

2009-09-02 Thread Riccardo Mottola
Hi, checking whether the C compiler works... configure: error: cannot run C compiled programs. This one is familiar. I had this problem while trying to compile GCC in /tmp on a cluster. The partition was mounted with the noexecute flag. You need to make sure that you are building GCC

Re: gcc problem

2009-09-02 Thread Thomas Gamper
Another hint: http://wiki.blastwave.org/forum/viewtopic.php?f=7t=5 Looks like you need rahter actual GNU binutils, 2.18 or 2.19. Cheers TOM Riccardo Mottola schrieb: Hi, checking whether the C compiler works... configure: error: cannot run C compiled programs. This one is familiar. I

Re: gcc problem

2009-09-02 Thread Andreas Höschler
Hi all, thanks for all your hints. I got gcc 4.2.3 to build on Solaris 10 x86 in the meanwhile. Here is what I do: cd /opt/temp pkgadd -d gmp-4.2.1-sol10-x86-local pkgadd -d libintl-3.4.0-sol10-x86-local cd /usr/src gunzip mpfr-2.4.0.tar.gz tar

Re: gcc problem

2009-09-01 Thread Andreas Höschler
Hi all, thanks to Jamie Ramone sancom...@gmail.com Andrew Pinski pins...@gmail.com Truls Becken truls.bec...@gmail.com h...@computer.org h...@computer.org so far that gave me hints regarding the build of a recent gcc on Solaris for GNUstep/Etoile. I am currently using cd /usr/src

Re: gcc problem

2009-09-01 Thread Quentin Mathé
Hi Andreas, Le 1 sept. 2009 à 09:37, Andreas Höschler a écrit : Is current Etoile compatible with current gnustep or do I have to download an older release of GNUstep to get Etoile working? Étoilé trunk is compatible with GNUstep unstable trunk and should be compatible with the last

Re: gcc problem

2009-08-31 Thread Jamie Ramone
Just one little thing, why the hell are you issuing a make bootstrap? That build method has been deprecated since 4.0. Now, you just use make alone as you would with most other software packages. On Mon, Aug 31, 2009 at 7:59 AM, h...@computer.orgh...@computer.org wrote: On 31 Aug., 10:09,