bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #25713] Please note CPPFLAGS required to build on Tru64


From: Daniel Richard G.
Subject: [bug #25713] Please note CPPFLAGS required to build on Tru64
Date: Tue, 13 Jul 2010 02:27:09 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]