public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Help : Fail to compiling gcc 2.8.1 on Irix 5.3
@ 1999-10-01  5:06 Jérôme HAGUET
  1999-10-04 10:30 ` Matthew Majka
  1999-10-31 13:57 ` Jérôme HAGUET
  0 siblings, 2 replies; 12+ messages in thread
From: Jérôme HAGUET @ 1999-10-01  5:06 UTC (permalink / raw)
  To: help-gcc

Hello 
when I try to compile gcc 2.8.1 on my SGI INdigo2 running Irix 5.3, Iget 
make LANGUAGEs="c"

cd .; autoconf
make: *** No rule to make target `@version_dep@', needed by
`version.c'.  Stop.


Any idea ?

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-01  5:06 Help : Fail to compiling gcc 2.8.1 on Irix 5.3 Jérôme HAGUET
@ 1999-10-04 10:30 ` Matthew Majka
  1999-10-06  3:35   ` Jérôme HAGUET
                     ` (2 more replies)
  1999-10-31 13:57 ` Jérôme HAGUET
  1 sibling, 3 replies; 12+ messages in thread
From: Matthew Majka @ 1999-10-04 10:30 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

"Jérôme HAGUET" wrote:
> 
> Hello
> when I try to compile gcc 2.8.1 on my SGI INdigo2 running Irix 5.3, Iget
> make LANGUAGEs="c"
> 
> cd .; autoconf
> make: *** No rule to make target `@version_dep@', needed by
> `version.c'.  Stop.
> 
> Any idea ?

Post your configure options and I'll give it a shot.  Are you using GNU MAKE?

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-04 10:30 ` Matthew Majka
  1999-10-06  3:35   ` Jérôme HAGUET
@ 1999-10-06  3:35   ` Jérôme HAGUET
  1999-10-06  6:18     ` Maurizio Loreti
  1999-10-31 13:57     ` Jérôme HAGUET
  1999-10-31 13:57   ` Matthew Majka
  2 siblings, 2 replies; 12+ messages in thread
From: Jérôme HAGUET @ 1999-10-06  3:35 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3501 bytes --]

Hello !
Here is a dump of my screen. 

[jerome]indigo2 <23># ./configure 
creating cache ./config.cache
checking host system type... mips-sgi-irix5.3
checking target system type... mips-sgi-irix5.3
checking build system type... mips-sgi-irix5.3
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for mawk... no
checking for gawk... gawk
checking for flex... flex
checking for yywrap in -lfl... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for a BSD compatible install... ./install.sh -c
checking how to run the C preprocessor... /lib/cpp
checking for ANSI C header files... no
checking whether time.h and sys/time.h may both be included... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for stdlib.h... yes
checking for time.h... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for inttypes.h... yes
checking for strerror... yes
checking for putenv... yes
checking for popen... yes
checking for vprintf... yes
checking for bcopy... yes
checking for bzero... yes
checking for bcmp... yes
checking for index... yes
checking for rindex... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether calloc must be declared... no
checking whether free must be declared... no
checking whether index must be declared... yes
checking whether rindex must be declared... yes
checking whether getenv must be declared... no
checking for sys_siglist declaration in signal.h or unistd.h... no
Using `./config/mips/mips.c' to output insns.
Using `./config/mips/mips.md' as machine description file.
Using `./config/mips/iris5.h' as target machine macro file.
Using `./config/mips/xm-iris5.h' as host machine macro file.
Using `./objc/thr-single.c' as Objective-C Runtime thread file.
Links are now set up to build a native compiler for mips-sgi-irix5.3
updating cache ./config.cache
creating ./config.status
creating Makefile
creating cp/Makefile
creating auto-config.h
Merged mips/x-iris.
Merged mips/t-mips-gas.
Created `objc/Makefile'.

[jerome]indigo2 <24># make -v
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-gnu-utils@prep.ai.mit.edu>.

[jerome]indigo2 <26># make LANGUAGES="C"
cd .; autoconf
make: *** No rule to make target `@version_dep@', needed by
`version.c'.  Stop.


Matthew Majka a écrit:
> 
> "Jérôme HAGUET" wrote:
> >
> > Hello
> > when I try to compile gcc 2.8.1 on my SGI INdigo2 running Irix 5.3, Iget
> > make LANGUAGEs="c"
> >
> > cd .; autoconf
> > make: *** No rule to make target `@version_dep@', needed by
> > `version.c'.  Stop.
> >
> > Any idea ?
> 
> Post your configure options and I'll give it a shot.  Are you using GNU MAKE?

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-04 10:30 ` Matthew Majka
@ 1999-10-06  3:35   ` Jérôme HAGUET
  1999-10-31 13:57     ` Jérôme HAGUET
  1999-10-06  3:35   ` Jérôme HAGUET
  1999-10-31 13:57   ` Matthew Majka
  2 siblings, 1 reply; 12+ messages in thread
From: Jérôme HAGUET @ 1999-10-06  3:35 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3501 bytes --]

Hello !
Here is a dump of my screen. 

[jerome]indigo2 <23># ./configure 
creating cache ./config.cache
checking host system type... mips-sgi-irix5.3
checking target system type... mips-sgi-irix5.3
checking build system type... mips-sgi-irix5.3
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for mawk... no
checking for gawk... gawk
checking for flex... flex
checking for yywrap in -lfl... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for a BSD compatible install... ./install.sh -c
checking how to run the C preprocessor... /lib/cpp
checking for ANSI C header files... no
checking whether time.h and sys/time.h may both be included... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for stdlib.h... yes
checking for time.h... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for inttypes.h... yes
checking for strerror... yes
checking for putenv... yes
checking for popen... yes
checking for vprintf... yes
checking for bcopy... yes
checking for bzero... yes
checking for bcmp... yes
checking for index... yes
checking for rindex... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether calloc must be declared... no
checking whether free must be declared... no
checking whether index must be declared... yes
checking whether rindex must be declared... yes
checking whether getenv must be declared... no
checking for sys_siglist declaration in signal.h or unistd.h... no
Using `./config/mips/mips.c' to output insns.
Using `./config/mips/mips.md' as machine description file.
Using `./config/mips/iris5.h' as target machine macro file.
Using `./config/mips/xm-iris5.h' as host machine macro file.
Using `./objc/thr-single.c' as Objective-C Runtime thread file.
Links are now set up to build a native compiler for mips-sgi-irix5.3
updating cache ./config.cache
creating ./config.status
creating Makefile
creating cp/Makefile
creating auto-config.h
Merged mips/x-iris.
Merged mips/t-mips-gas.
Created `objc/Makefile'.

[jerome]indigo2 <24># make -v
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-gnu-utils@prep.ai.mit.edu>.

[jerome]indigo2 <26># make LANGUAGES="C"
cd .; autoconf
make: *** No rule to make target `@version_dep@', needed by
`version.c'.  Stop.


Matthew Majka a écrit:
> 
> "Jérôme HAGUET" wrote:
> >
> > Hello
> > when I try to compile gcc 2.8.1 on my SGI INdigo2 running Irix 5.3, Iget
> > make LANGUAGEs="c"
> >
> > cd .; autoconf
> > make: *** No rule to make target `@version_dep@', needed by
> > `version.c'.  Stop.
> >
> > Any idea ?
> 
> Post your configure options and I'll give it a shot.  Are you using GNU MAKE?

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-06  3:35   ` Jérôme HAGUET
@ 1999-10-06  6:18     ` Maurizio Loreti
  1999-10-06  8:54       ` Matthew Majka
  1999-10-31 13:57       ` Maurizio Loreti
  1999-10-31 13:57     ` Jérôme HAGUET
  1 sibling, 2 replies; 12+ messages in thread
From: Maurizio Loreti @ 1999-10-06  6:18 UTC (permalink / raw)
  To: help-gcc

You have a virus; the post-twice-the-same-message virus.

Did you read the relevant instruction files?  I mean CONFIGURE, BUILD,
TEST, FINALINSTALL and SPECIFIC in your distribution?  I don't
remember for 2.8.1, but for the current gcc 2.95.1 the sequence is
more like:

(untar the archive file in ./gcc-2.95.1 , then read the documentation)
mkdir objdir
cd objdir
../gcc-2.95.1/configure i686-pc-linux-gnu --prefix=/usr
make bootstrap
make -k check
make info
make install

(YMMV).

-- 
Maurizio Loreti                      http://wwwcdf.pd.infn.it/~loreti/mlo.html
Univ. of Padova, Dept. of Physics - Padova, Italy            loreti@pd.infn.it

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-06  6:18     ` Maurizio Loreti
@ 1999-10-06  8:54       ` Matthew Majka
  1999-10-31 13:57         ` Matthew Majka
  1999-10-31 13:57       ` Maurizio Loreti
  1 sibling, 1 reply; 12+ messages in thread
From: Matthew Majka @ 1999-10-06  8:54 UTC (permalink / raw)
  To: help-gcc

Maurizio Loreti wrote:
> 
> You have a virus; the post-twice-the-same-message virus.
> 
> Did you read the relevant instruction files?  I mean CONFIGURE, BUILD,
> TEST, FINALINSTALL and SPECIFIC in your distribution?  I don't
> remember for 2.8.1, but for the current gcc 2.95.1 the sequence is
> more like:
> 
> (untar the archive file in ./gcc-2.95.1 , then read the documentation)
> mkdir objdir
> cd objdir
> ../gcc-2.95.1/configure i686-pc-linux-gnu --prefix=/usr
> make bootstrap
> make -k check
> make info
> make install

This came into existence with EGCS.  It was not the case with GCC-2.8.1

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-06  3:35   ` Jérôme HAGUET
@ 1999-10-31 13:57     ` Jérôme HAGUET
  0 siblings, 0 replies; 12+ messages in thread
From: Jérôme HAGUET @ 1999-10-31 13:57 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3501 bytes --]

Hello !
Here is a dump of my screen. 

[jerome]indigo2 <23># ./configure 
creating cache ./config.cache
checking host system type... mips-sgi-irix5.3
checking target system type... mips-sgi-irix5.3
checking build system type... mips-sgi-irix5.3
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for mawk... no
checking for gawk... gawk
checking for flex... flex
checking for yywrap in -lfl... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for a BSD compatible install... ./install.sh -c
checking how to run the C preprocessor... /lib/cpp
checking for ANSI C header files... no
checking whether time.h and sys/time.h may both be included... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for stdlib.h... yes
checking for time.h... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for inttypes.h... yes
checking for strerror... yes
checking for putenv... yes
checking for popen... yes
checking for vprintf... yes
checking for bcopy... yes
checking for bzero... yes
checking for bcmp... yes
checking for index... yes
checking for rindex... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether calloc must be declared... no
checking whether free must be declared... no
checking whether index must be declared... yes
checking whether rindex must be declared... yes
checking whether getenv must be declared... no
checking for sys_siglist declaration in signal.h or unistd.h... no
Using `./config/mips/mips.c' to output insns.
Using `./config/mips/mips.md' as machine description file.
Using `./config/mips/iris5.h' as target machine macro file.
Using `./config/mips/xm-iris5.h' as host machine macro file.
Using `./objc/thr-single.c' as Objective-C Runtime thread file.
Links are now set up to build a native compiler for mips-sgi-irix5.3
updating cache ./config.cache
creating ./config.status
creating Makefile
creating cp/Makefile
creating auto-config.h
Merged mips/x-iris.
Merged mips/t-mips-gas.
Created `objc/Makefile'.

[jerome]indigo2 <24># make -v
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-gnu-utils@prep.ai.mit.edu>.

[jerome]indigo2 <26># make LANGUAGES="C"
cd .; autoconf
make: *** No rule to make target `@version_dep@', needed by
`version.c'.  Stop.


Matthew Majka a écrit:
> 
> "Jérôme HAGUET" wrote:
> >
> > Hello
> > when I try to compile gcc 2.8.1 on my SGI INdigo2 running Irix 5.3, Iget
> > make LANGUAGEs="c"
> >
> > cd .; autoconf
> > make: *** No rule to make target `@version_dep@', needed by
> > `version.c'.  Stop.
> >
> > Any idea ?
> 
> Post your configure options and I'll give it a shot.  Are you using GNU MAKE?

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-06  6:18     ` Maurizio Loreti
  1999-10-06  8:54       ` Matthew Majka
@ 1999-10-31 13:57       ` Maurizio Loreti
  1 sibling, 0 replies; 12+ messages in thread
From: Maurizio Loreti @ 1999-10-31 13:57 UTC (permalink / raw)
  To: help-gcc

You have a virus; the post-twice-the-same-message virus.

Did you read the relevant instruction files?  I mean CONFIGURE, BUILD,
TEST, FINALINSTALL and SPECIFIC in your distribution?  I don't
remember for 2.8.1, but for the current gcc 2.95.1 the sequence is
more like:

(untar the archive file in ./gcc-2.95.1 , then read the documentation)
mkdir objdir
cd objdir
../gcc-2.95.1/configure i686-pc-linux-gnu --prefix=/usr
make bootstrap
make -k check
make info
make install

(YMMV).

-- 
Maurizio Loreti                      http://wwwcdf.pd.infn.it/~loreti/mlo.html
Univ. of Padova, Dept. of Physics - Padova, Italy            loreti@pd.infn.it

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-06  3:35   ` Jérôme HAGUET
  1999-10-06  6:18     ` Maurizio Loreti
@ 1999-10-31 13:57     ` Jérôme HAGUET
  1 sibling, 0 replies; 12+ messages in thread
From: Jérôme HAGUET @ 1999-10-31 13:57 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3501 bytes --]

Hello !
Here is a dump of my screen. 

[jerome]indigo2 <23># ./configure 
creating cache ./config.cache
checking host system type... mips-sgi-irix5.3
checking target system type... mips-sgi-irix5.3
checking build system type... mips-sgi-irix5.3
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for mawk... no
checking for gawk... gawk
checking for flex... flex
checking for yywrap in -lfl... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for a BSD compatible install... ./install.sh -c
checking how to run the C preprocessor... /lib/cpp
checking for ANSI C header files... no
checking whether time.h and sys/time.h may both be included... yes
checking for limits.h... yes
checking for stddef.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for stdlib.h... yes
checking for time.h... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/file.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/param.h... yes
checking for sys/times.h... yes
checking for inttypes.h... yes
checking for strerror... yes
checking for putenv... yes
checking for popen... yes
checking for vprintf... yes
checking for bcopy... yes
checking for bzero... yes
checking for bcmp... yes
checking for index... yes
checking for rindex... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether calloc must be declared... no
checking whether free must be declared... no
checking whether index must be declared... yes
checking whether rindex must be declared... yes
checking whether getenv must be declared... no
checking for sys_siglist declaration in signal.h or unistd.h... no
Using `./config/mips/mips.c' to output insns.
Using `./config/mips/mips.md' as machine description file.
Using `./config/mips/iris5.h' as target machine macro file.
Using `./config/mips/xm-iris5.h' as host machine macro file.
Using `./objc/thr-single.c' as Objective-C Runtime thread file.
Links are now set up to build a native compiler for mips-sgi-irix5.3
updating cache ./config.cache
creating ./config.status
creating Makefile
creating cp/Makefile
creating auto-config.h
Merged mips/x-iris.
Merged mips/t-mips-gas.
Created `objc/Makefile'.

[jerome]indigo2 <24># make -v
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-gnu-utils@prep.ai.mit.edu>.

[jerome]indigo2 <26># make LANGUAGES="C"
cd .; autoconf
make: *** No rule to make target `@version_dep@', needed by
`version.c'.  Stop.


Matthew Majka a écrit:
> 
> "Jérôme HAGUET" wrote:
> >
> > Hello
> > when I try to compile gcc 2.8.1 on my SGI INdigo2 running Irix 5.3, Iget
> > make LANGUAGEs="c"
> >
> > cd .; autoconf
> > make: *** No rule to make target `@version_dep@', needed by
> > `version.c'.  Stop.
> >
> > Any idea ?
> 
> Post your configure options and I'll give it a shot.  Are you using GNU MAKE?

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-06  8:54       ` Matthew Majka
@ 1999-10-31 13:57         ` Matthew Majka
  0 siblings, 0 replies; 12+ messages in thread
From: Matthew Majka @ 1999-10-31 13:57 UTC (permalink / raw)
  To: help-gcc

Maurizio Loreti wrote:
> 
> You have a virus; the post-twice-the-same-message virus.
> 
> Did you read the relevant instruction files?  I mean CONFIGURE, BUILD,
> TEST, FINALINSTALL and SPECIFIC in your distribution?  I don't
> remember for 2.8.1, but for the current gcc 2.95.1 the sequence is
> more like:
> 
> (untar the archive file in ./gcc-2.95.1 , then read the documentation)
> mkdir objdir
> cd objdir
> ../gcc-2.95.1/configure i686-pc-linux-gnu --prefix=/usr
> make bootstrap
> make -k check
> make info
> make install

This came into existence with EGCS.  It was not the case with GCC-2.8.1

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

* Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-01  5:06 Help : Fail to compiling gcc 2.8.1 on Irix 5.3 Jérôme HAGUET
  1999-10-04 10:30 ` Matthew Majka
@ 1999-10-31 13:57 ` Jérôme HAGUET
  1 sibling, 0 replies; 12+ messages in thread
From: Jérôme HAGUET @ 1999-10-31 13:57 UTC (permalink / raw)
  To: help-gcc

Hello 
when I try to compile gcc 2.8.1 on my SGI INdigo2 running Irix 5.3, Iget 
make LANGUAGEs="c"

cd .; autoconf
make: *** No rule to make target `@version_dep@', needed by
`version.c'.  Stop.


Any idea ?

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

* Re: Help : Fail to compiling gcc 2.8.1 on Irix 5.3
  1999-10-04 10:30 ` Matthew Majka
  1999-10-06  3:35   ` Jérôme HAGUET
  1999-10-06  3:35   ` Jérôme HAGUET
@ 1999-10-31 13:57   ` Matthew Majka
  2 siblings, 0 replies; 12+ messages in thread
From: Matthew Majka @ 1999-10-31 13:57 UTC (permalink / raw)
  To: help-gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

"Jérôme HAGUET" wrote:
> 
> Hello
> when I try to compile gcc 2.8.1 on my SGI INdigo2 running Irix 5.3, Iget
> make LANGUAGEs="c"
> 
> cd .; autoconf
> make: *** No rule to make target `@version_dep@', needed by
> `version.c'.  Stop.
> 
> Any idea ?

Post your configure options and I'll give it a shot.  Are you using GNU MAKE?

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

end of thread, other threads:[~1999-10-31 13:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-01  5:06 Help : Fail to compiling gcc 2.8.1 on Irix 5.3 Jérôme HAGUET
1999-10-04 10:30 ` Matthew Majka
1999-10-06  3:35   ` Jérôme HAGUET
1999-10-31 13:57     ` Jérôme HAGUET
1999-10-06  3:35   ` Jérôme HAGUET
1999-10-06  6:18     ` Maurizio Loreti
1999-10-06  8:54       ` Matthew Majka
1999-10-31 13:57         ` Matthew Majka
1999-10-31 13:57       ` Maurizio Loreti
1999-10-31 13:57     ` Jérôme HAGUET
1999-10-31 13:57   ` Matthew Majka
1999-10-31 13:57 ` Jérôme HAGUET

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