mainGNU M4 - Support: sr #102689, Error message compilig m4-1.4 on...

 
 

sr #102689: Error message compilig m4-1.4 on Solaris

Submitter:  None
Submitted:  Fri 02 Jan 2004 09:27:57 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Works For Me
Privacy:  Public Assigned to:  ericb
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 21 Nov 2006 01:58:25 PM UTC, comment #2: 

m4 1.4.8 compiles for me on Solaris 8 and 9.  You'll need to open a new bug if you encounter further compilation problems.

Eric Blake <ericb>
Group administrator
Mon 29 May 2006 06:56:55 PM UTC, comment #1: 

Sorry for the delayed response, but the web forum has not been as actively tracked as the -email is unavailable- list.

Is this still a problem with m4 1.4.4?  Would you be willing to try branch-1_4 in CVS to see if that helps matters, so that m4 1.4.5 will be better?

Eric Blake <ericb>
Group administrator
Fri 02 Jan 2004 09:27:57 PM UTC, original submission:  

I am facing aproblem in installing m4-1.4 from source on my Solaris 9.0 Sparc gmake gets stuck when performing gmake for lib/
($(AR) cru libm4.a $(OBJECTS) -- please see it below)
It gives an error message and stops at this point.

Thank you,

-------------Output of gmake-------------------------
making all in lib
make[1]: Entering directory `/export/home/igor/m4-1.4/lib'
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O regex.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O getopt.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O getopt1.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O error.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O obstack.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O xmalloc.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O xstrdup.c
rm -f libm4.a
ar cru libm4.a regex.o getopt.o getopt1.o error.o obstack.o xmalloc.o xstrdup.o
make[1]: ar: Command not found
make[1]: * [libm4.a] Error 127
make[1]: Leaving directory `/export/home/igor/m4-1.4/lib'
make: * [all] Error 1
Saturn>/export/home/igor/m4-1.4:
----------------- Makefile--in lib/------------
PRODUCT = m4
VERSION = 1.4

SHELL = /bin/sh
srcdir = .

AR = ar
CC = gcc
CFLAGS = -g -O
CPPFLAGS =
DEFS = -DHAVE_CONFIG_H
RANLIB = :

COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)

.SUFFIXES:
.SUFFIXES: .c .o
.c.o:
        $(COMPILE) $<

INCLUDES = -I.. -I$(srcdir)

HEADERS = getopt.h obstack.h regex.h
SOURCES = regex.c getopt.c getopt1.c error.c obstack.c xmalloc.c \
xstrdup.c alloca.c strtol.c
OBJECTS = regex.o getopt.o getopt1.o error.o obstack.o xmalloc.o \
xstrdup.o

DISTFILES = COPYING.LIB Makefile.in $(HEADERS) $(SOURCES) \
TAGS

all: libm4.a

libm4.a: $(OBJECTS)
        rm -f libm4.a
        $(AR) cru libm4.a $(OBJECTS)
        $(RANLIB) libm4.a

$(OBJECTS): ../config.h

install: all

uninstall:

tags: TAGS




Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #3815:  Makefile added by None (2KiB - application/octet-stream - Makefile)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 7 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-11-21 ericb StatusNeed Info Works For Me
    Open/ClosedOpen Closed
2006-05-29 ericb Severity1 - Wish 3 - Normal
    StatusNone Need Info
    Assigned toNone ericb
2006-05-29 ericb Carbon-Copy- Added -email is unavailable-
2004-01-02 None Attached File- Added Makefile, #7

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code