public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* re: configure failed
@ 1999-09-07 13:41 James Black
  1999-09-08  5:20 ` Alexandre Oliva
  1999-09-30 18:02 ` James Black
  0 siblings, 2 replies; 6+ messages in thread
From: James Black @ 1999-09-07 13:41 UTC (permalink / raw)
  To: gcc

Hello,
  I am trying to compile the newest snapshot, and have a problem that I
tried to fix, but failed to.

checking for sys_siglist declaration in signal.h or unistd.h... no
checking if mkdir takes one argument... no
../../egcs-19990907/gcc/configure: syntax error at line 3589: `newline or
;' unexpected
Configure in /home1/egcs/objdir/gcc failed, exiting.


        hppa*-*-lites*)
                tm_file="${tm_file} elfos.h pa/elf.h"
                target_cpu_default="MASK_PA_11"
                use_collect2=yes
                ;;
                tm_file="${tm_file} pa/pa-mpeix.h"
                xm_file=pa/xm-pampeix.h   <=== line 3589
                xmake_file=pa/x-pa-mpeix
                echo "You must use gas. Assuming it is already installed."
                install_headers_dir=install-headers-tar
                fixincludes=Makefile.in
                use_collect2=yes
                ;;

  I have d/l this file twice from egcs.cygnus.com and both times I have
the same problem.  I am assuming that it is something I am doing.

alina# uname -a
SunOS alina 5.6 Generic_105181-14 sun4u sparc SUNW,Ultra-1

alina# autoconf --version
Autoconf version 2.12.1

alina# gcc -v
Reading specs from
/usr/local/egcs/lib/gcc-lib/sparc-sun-solaris2.6/2.96/specs
gcc version 2.96 19990824 (experimental)


-- 
========================================================================
James Black (Elec Eng Graduate student)
e-mail: black@eng.usf.edu       http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"A person might be able to play without being creative, but he sure
can't be creative without playing" Kurt Hanks & Jay Parry
************************************************************************

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

* Re: configure failed
  1999-09-07 13:41 configure failed James Black
@ 1999-09-08  5:20 ` Alexandre Oliva
  1999-09-30 18:02   ` Alexandre Oliva
  1999-09-30 18:02 ` James Black
  1 sibling, 1 reply; 6+ messages in thread
From: Alexandre Oliva @ 1999-09-08  5:20 UTC (permalink / raw)
  To: James Black; +Cc: gcc

On Sep  7, 1999, James Black <black@eng.usf.edu> wrote:

> ../../egcs-19990907/gcc/configure: syntax error at line 3589: `newline or
> ;' unexpected

It's fixed on CVS already.  Just remove the lines:

>                 tm_file="${tm_file} pa/pa-mpeix.h"
>                 xm_file=pa/xm-pampeix.h   <=== line 3589
>                 xmake_file=pa/x-pa-mpeix
>                 echo "You must use gas. Assuming it is already installed."
>                 install_headers_dir=install-headers-tar
>                 fixincludes=Makefile.in
>                 use_collect2=yes
>                 ;;

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

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

* re: configure failed
  1999-09-07 13:41 configure failed James Black
  1999-09-08  5:20 ` Alexandre Oliva
@ 1999-09-30 18:02 ` James Black
  1 sibling, 0 replies; 6+ messages in thread
From: James Black @ 1999-09-30 18:02 UTC (permalink / raw)
  To: gcc

Hello,
  I am trying to compile the newest snapshot, and have a problem that I
tried to fix, but failed to.

checking for sys_siglist declaration in signal.h or unistd.h... no
checking if mkdir takes one argument... no
../../egcs-19990907/gcc/configure: syntax error at line 3589: `newline or
;' unexpected
Configure in /home1/egcs/objdir/gcc failed, exiting.


        hppa*-*-lites*)
                tm_file="${tm_file} elfos.h pa/elf.h"
                target_cpu_default="MASK_PA_11"
                use_collect2=yes
                ;;
                tm_file="${tm_file} pa/pa-mpeix.h"
                xm_file=pa/xm-pampeix.h   <=== line 3589
                xmake_file=pa/x-pa-mpeix
                echo "You must use gas. Assuming it is already installed."
                install_headers_dir=install-headers-tar
                fixincludes=Makefile.in
                use_collect2=yes
                ;;

  I have d/l this file twice from egcs.cygnus.com and both times I have
the same problem.  I am assuming that it is something I am doing.

alina# uname -a
SunOS alina 5.6 Generic_105181-14 sun4u sparc SUNW,Ultra-1

alina# autoconf --version
Autoconf version 2.12.1

alina# gcc -v
Reading specs from
/usr/local/egcs/lib/gcc-lib/sparc-sun-solaris2.6/2.96/specs
gcc version 2.96 19990824 (experimental)


-- 
========================================================================
James Black (Elec Eng Graduate student)
e-mail: black@eng.usf.edu       http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"A person might be able to play without being creative, but he sure
can't be creative without playing" Kurt Hanks & Jay Parry
************************************************************************

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

* Re: configure failed
  1999-09-08  5:20 ` Alexandre Oliva
@ 1999-09-30 18:02   ` Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 1999-09-30 18:02 UTC (permalink / raw)
  To: James Black; +Cc: gcc

On Sep  7, 1999, James Black <black@eng.usf.edu> wrote:

> ../../egcs-19990907/gcc/configure: syntax error at line 3589: `newline or
> ;' unexpected

It's fixed on CVS already.  Just remove the lines:

>                 tm_file="${tm_file} pa/pa-mpeix.h"
>                 xm_file=pa/xm-pampeix.h   <=== line 3589
>                 xmake_file=pa/x-pa-mpeix
>                 echo "You must use gas. Assuming it is already installed."
>                 install_headers_dir=install-headers-tar
>                 fixincludes=Makefile.in
>                 use_collect2=yes
>                 ;;

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

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

* Re: configure failed
  1999-09-07 18:21 N8TM
@ 1999-09-30 18:02 ` N8TM
  0 siblings, 0 replies; 6+ messages in thread
From: N8TM @ 1999-09-30 18:02 UTC (permalink / raw)
  To: black, gcc

fails one line before this when attempting to build under cygwin

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

* Re: configure failed
@ 1999-09-07 18:21 N8TM
  1999-09-30 18:02 ` N8TM
  0 siblings, 1 reply; 6+ messages in thread
From: N8TM @ 1999-09-07 18:21 UTC (permalink / raw)
  To: black, gcc

fails one line before this when attempting to build under cygwin

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

end of thread, other threads:[~1999-09-30 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-07 13:41 configure failed James Black
1999-09-08  5:20 ` Alexandre Oliva
1999-09-30 18:02   ` Alexandre Oliva
1999-09-30 18:02 ` James Black
1999-09-07 18:21 N8TM
1999-09-30 18:02 ` N8TM

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