Follow-up Comment #4, bug #25713 (project make):

Okay, I pulled down make-3.81.90 and built on the Tru64 system without
setting any flags. It looks like only one file is failing now, albeit with a
similar error to what I saw before. Here's the output from a second pass of
"make -i":

make  all-recursive
Making all in glob
Making all in config
No suffix list.
Making all in po
Making all in doc
source='../main.c' object='main.o' libtool=no  DEPDIR=.deps depmode=tru64
/usr/local/bin/bash ../config/depcomp  cc -std
-DLOCALEDIR="/usr/local/share/locale" -DLIBDIR="/usr/local/lib"
-DINCLUDEDIR="/usr/local/include" -DHAVE_CONFIG_H -I. -I..  -I../glob     -g
-c ../main.c
cc: Error: ../main.c, line 992: In this statement, "bsd_signal(...)" and
"(__sigfp)1" cannot be compared for equality or inequality. (noequality)
  FATAL_SIG (SIGHUP);
--^
cc: Error: ../main.c, line 995: In this statement, "bsd_signal(...)" and
"(__sigfp)1" cannot be compared for equality or inequality. (noequality)
  FATAL_SIG (SIGQUIT);
--^
cc: Error: ../main.c, line 997: In this statement, "bsd_signal(...)" and
"(__sigfp)1" cannot be compared for equality or inequality. (noequality)
  FATAL_SIG (SIGINT);
--^
cc: Error: ../main.c, line 998: In this statement, "bsd_signal(...)" and
"(__sigfp)1" cannot be compared for equality or inequality. (noequality)
  FATAL_SIG (SIGTERM);
--^
cc: Error: ../main.c, line 1011: In this statement, "bsd_signal(...)" and
"(__sigfp)1" cannot be compared for equality or inequality. (noequality)
  FATAL_SIG (SIGXCPU);
--^
cc: Error: ../main.c, line 1014: In this statement, "bsd_signal(...)" and
"(__sigfp)1" cannot be compared for equality or inequality. (noequality)
  FATAL_SIG (SIGXFSZ);
--^
*** Exit 1 (ignored)
cc -std  -g   -o make ar.o arscan.o commands.o  default.o dir.o expand.o 
file.o function.o getopt.o  getopt1.o implicit.o job.o  main.o misc.o read.o
remake.o  remote-stub.o rule.o signame.o  strcache.o variable.o version.o 
vpath.o hash.o getloadavg.o  glob/libglob.a     
ld:
Can't open: main.o (No such file or directory)
*** Exit 1 (ignored)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25713>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to