make problems
Neal Becker
neal@ctd.comsat.com
Tue Nov 25 11:44:00 GMT 1997
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
More information about the Gcc
mailing list