public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* make problems
@ 1997-11-25 11:44 Neal Becker
  1997-11-25 18:31 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Neal Becker @ 1997-11-25 11:44 UTC (permalink / raw)
  To: egcs

I noticed in egcs-971122 that make install and make check both cause
code to be compiled.  For example, make check does:

[...]
    `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
    ../../../../egcs-971122/libstdc++/cinst.cc -o pic/ldcomplex.o; \
else true ; fi
/src/hppa1.1-hpux9.05/egcs-971122/gcc/xgcc -B/src/hppa1.1-hpux9.05/egcs-971122/gcc/ -c -g -O2 -fno-implicit-templates -I../../../../egcs-971122/libstdc++ -I../../../../egcs-971122/libstdc++/stl -I../libio -I../../../../egcs-971122/libstdc++/../libio -nostdinc++  -DLD `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
  ../../../../egcs-971122/libstdc++/cinst.cc -o ldcomplex.o
[...]

This is not good, because you may need to do make install as a
different user, e.g., root.

This is configure:

../../egcs-971122/configure --host=hppa1.1-hp-hpux9 --verbose
--with-gnu-as --enable-shared

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

* Re: make problems
  1997-11-25 11:44 make problems Neal Becker
@ 1997-11-25 18:31 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1997-11-25 18:31 UTC (permalink / raw)
  To: Neal Becker; +Cc: egcs

  In message < E0xaPbd-0003U4-00@data.ctd.comsat.com >you write:
  > I noticed in egcs-971122 that make install and make check both cause
  > code to be compiled.  For example, make check does:
I believe this was a buglet in libstdc++/Makefile.in.  I've installed a patch
from HJ which should fix the problem.

jeff

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

end of thread, other threads:[~1997-11-25 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-25 11:44 make problems Neal Becker
1997-11-25 18:31 ` Jeffrey A Law

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