public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Fwd: Make process looping
       [not found] <CAOjP03VSZZC=wGL5eDDsJiQ=cgjhitNKcb=Hhs0OfeXpwtiGrg@mail.gmail.com>
@ 2013-01-23 10:46 ` Syed Ahsan Ali Bokhari
  2013-01-23 13:08   ` Andrew Haley
  2013-01-23 23:56   ` Jonathan Wakely
  0 siblings, 2 replies; 3+ messages in thread
From: Syed Ahsan Ali Bokhari @ 2013-01-23 10:46 UTC (permalink / raw)
  To: gcc-help

I am trying to build gfortran 4.6,
I am using the following installation procedure
cd gcc-4.6
./contrib/download_prerequisites
cd ..
mkdir objdir
cd objdir
$PWD/../gcc-4.6/configure --prefix=/opt/gcc-4.6 --disable-multilib
make

In file included from /home/pmdtest/objdir/./gcc/include-fixed/features.h:361:0,
                 from /usr/include/stdio.h:28,
                 from ../../../../gcc-4.6-20130118/libgcc/../gcc/tsystem.h:87,
                 from ../../../../gcc-4.6-20130118/libgcc/../gcc/libgcc2.c:29:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such
file or directory
compilation terminated.


Please Advise!

Ahsan

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

* Re: Fwd: Make process looping
  2013-01-23 10:46 ` Fwd: Make process looping Syed Ahsan Ali Bokhari
@ 2013-01-23 13:08   ` Andrew Haley
  2013-01-23 23:56   ` Jonathan Wakely
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Haley @ 2013-01-23 13:08 UTC (permalink / raw)
  To: Syed Ahsan Ali Bokhari; +Cc: gcc-help

On 01/23/2013 10:30 AM, Syed Ahsan Ali Bokhari wrote:
> Please Advise!

You don't have 32-bit libc headers installed.  You need to say a lot
more about what system you're building on.  Also tell us what system
is being configured for: it's in the configure output.

Andrew.

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

* Re: Make process looping
  2013-01-23 10:46 ` Fwd: Make process looping Syed Ahsan Ali Bokhari
  2013-01-23 13:08   ` Andrew Haley
@ 2013-01-23 23:56   ` Jonathan Wakely
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2013-01-23 23:56 UTC (permalink / raw)
  To: Syed Ahsan Ali Bokhari; +Cc: gcc-help

On 23 January 2013 10:30, Syed Ahsan Ali Bokhari <ahsan.pmd@gmail.com> wrote:
> I am trying to build gfortran 4.6,
> I am using the following installation procedure
> cd gcc-4.6
> ./contrib/download_prerequisites
> cd ..
> mkdir objdir
> cd objdir
> $PWD/../gcc-4.6/configure --prefix=/opt/gcc-4.6 --disable-multilib
> make
>
> In file included from /home/pmdtest/objdir/./gcc/include-fixed/features.h:361:0,
>                  from /usr/include/stdio.h:28,
>                  from ../../../../gcc-4.6-20130118/libgcc/../gcc/tsystem.h:87,
>                  from ../../../../gcc-4.6-20130118/libgcc/../gcc/libgcc2.c:29:
> /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such
> file or directory
> compilation terminated.

The top hits on popular search engines explain this problem, and the
first or second hit is usually
http://stackoverflow.com/q/7412548/981959 which tells you how to fix
it for various different GNU/Linux distributions.

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

end of thread, other threads:[~2013-01-23 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAOjP03VSZZC=wGL5eDDsJiQ=cgjhitNKcb=Hhs0OfeXpwtiGrg@mail.gmail.com>
2013-01-23 10:46 ` Fwd: Make process looping Syed Ahsan Ali Bokhari
2013-01-23 13:08   ` Andrew Haley
2013-01-23 23:56   ` Jonathan Wakely

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).