This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug driver/29311] New: configure script does not test for GNU Make


Typescript from Solaris 9 using SUNWspro/bin and no
GNU tools available (i.e., "make" comes from that same
directory):

echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o     ./alloca.o
./argv.o./choose-temp.o ./concat.o ./cp-demint.o                        
./dyn-string.o./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o             
./fopen_unlocked.o                                               ./getopt.o
./getopt1.o ./getpwd.o ./getruntime.o                 ./hashtab.o
./hex.o./lbasename.o ./lrealpath.o                                     
./make-relative-prefix.o ./make-temp-file.o                      ./objalloc.o
./obstack.o./partition.o ./pexecute.o ./physmem.o                          
./pex-common.o ./pex-one.o ./pex-unix.o                          ./safe-ctype.o
./sort.o ./spaces.o ./splay-tree.o ./strerror.o   ./strsignal.o./ternary.o     
                                                ./unlink-if-ordinary.o         
                                 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o
./xstrdup.o        ./xstrerror.o ./xstrndup.o > required-list
make: Fatal error in reader: Makefile, line 51: Unexpected end of line seen
Current working directory /usr/share/src/gcc/gcc-4.1.1/_b/fixincludes
*** Error code 1
make: Fatal error: Command failed for target `all-fixincludes'
Current working directory /usr/share/src/gcc/gcc-4.1.1/_b
*** Error code 1
make: Fatal error: Command failed for target `all'

The line in question:

>  target_noncanonical:=sparc-sun-solaris2.9

``:='' ??  If you are going to require GNU make, you *MUST* cause
configure to fail and issue such a message.  Thanks - Bruce


-- 
           Summary: configure script does not test for GNU Make
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkorb at gnu dot org
 GCC build triplet: *-*-solaris*
  GCC host triplet: *-*-solaris*
GCC target triplet: *-*-solaris*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29311


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