public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs wants cc
@ 1998-01-15 16:30 Kate Hedstrom
  1998-01-17  1:40 ` Franz Sirl
  0 siblings, 1 reply; 2+ messages in thread
From: Kate Hedstrom @ 1998-01-15 16:30 UTC (permalink / raw)
  To: egcs

I am on a FreeBSD system and am also having trouble with egcs dying
when it can't find cc:

./configure --host=i386-unknown-freebsd3.0 --norecursion

for name in _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _ashrsi3 _ashlsi3
 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _fixdfsi _fixsfsi _floatsidf _floatsisf
 _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3 _mulsf3 _divsf3 _eqdf2 _nedf2 
_gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2; \
do \
  echo ${name}; \
  rm -f ${name}.o; \
  cc -DIN_LIBGCC1 -O -I. -I. -I./config -c -DL${name} ./libgcc1.c; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  mv libgcc1.o ${name}.o; \
  ar qc tmplibgcc1.a ${name}.o; \
  rm -f ${name}.o; \
done
_mulsi3
cc: not found
gmake[2]: *** [libgcc1.a] Error 1
gmake[2]: Leaving directory `/usr/home/kate/egcs/gcc'
gmake[1]: *** [bootstrap-lean] Error 2
gmake[1]: Leaving directory `/usr/home/kate/egcs/gcc'
gmake: *** [bootstrap-lean] Error 2


This is yesterday's sources and gmake 3.76.1, m4-1.4, and autoconf-2.12.

gecko% gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/egcs-2.90.21/specs
gcc version egcs-2.90.21 971202 (egcs-1.00 release)

Kate

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

* Re: egcs wants cc
  1998-01-15 16:30 egcs wants cc Kate Hedstrom
@ 1998-01-17  1:40 ` Franz Sirl
  0 siblings, 0 replies; 2+ messages in thread
From: Franz Sirl @ 1998-01-17  1:40 UTC (permalink / raw)
  To: Kate Hedstrom; +Cc: egcs

This is documented (at least in the newest versions
< http://www.cygnus.com/egcs/install/configure.html >). For configure either
cc (can be a link to gcc) has to be in your path or you can set CC=gcc.

Bye,
Franz.

At 22:04 15.01.98 , Kate Hedstrom wrote:
>I am on a FreeBSD system and am also having trouble with egcs dying
>when it can't find cc:
>
>./configure --host=i386-unknown-freebsd3.0 --norecursion
>
>for name in _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _ashrsi3
_ashlsi3
> _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _fixdfsi _fixsfsi _floatsidf
_floatsisf
> _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3 _mulsf3 _divsf3 _eqdf2
_nedf2 
>_gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2; \
>do \
>  echo ${name}; \
>  rm -f ${name}.o; \
>  cc -DIN_LIBGCC1 -O -I. -I. -I./config -c -DL${name} ./libgcc1.c; \
>  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
>  mv libgcc1.o ${name}.o; \
>  ar qc tmplibgcc1.a ${name}.o; \
>  rm -f ${name}.o; \
>done
>_mulsi3
>cc: not found
>gmake[2]: *** [libgcc1.a] Error 1
>gmake[2]: Leaving directory `/usr/home/kate/egcs/gcc'
>gmake[1]: *** [bootstrap-lean] Error 2
>gmake[1]: Leaving directory `/usr/home/kate/egcs/gcc'
>gmake: *** [bootstrap-lean] Error 2
>
>
>This is yesterday's sources and gmake 3.76.1, m4-1.4, and autoconf-2.12.
>
>gecko% gcc -v
>Reading specs from
/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/egcs-2.90.21/specs
>gcc version egcs-2.90.21 971202 (egcs-1.00 release)
>
>Kate
> 

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

end of thread, other threads:[~1998-01-17  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-15 16:30 egcs wants cc Kate Hedstrom
1998-01-17  1:40 ` Franz Sirl

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