This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

make problems


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]