gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] [axiom] Gcl and libmport


From: root
Subject: [Gcl-devel] [axiom] Gcl and libmport
Date: Wed, 12 Jun 2002 13:55:10 -0400

Camm,

Where is the official list for problems? I just did a checkout of the
latest CVS tree followed by (./configure ; make) and I get:

.....
(cd unixport; make saved_gcl)
make[1]: Entering directory `/home/gcl1/unixport'
make[1]: *** No rule to make target `../mp/libmport.a', needed by `raw_gcl'.  
Stop.
make[1]: Leaving directory `/home/gcl1/unixport'
make: *** [all] Error 2

It appears that the makefile in unixport needs the following changes and
additions:

# 20020611000 tpd need to make libmport before building raw_gcl
raw_$(SYSTEM):  libmport.a $(FOR_RAW)
        $(LDCC)  -o raw_$(SYSTEM)$(EXE) $(FOR_RAW) ${LIBC} $(LIBS1)

# 20020611001 tpd stanza to build libmport.a for raw_gcl
libmport.a:
        @ echo making ../mp/libmport.a
        ( cd ../mp ; $(MAKE) )

However, Louis Glassy points out that libmport.a is not required.
I'm confused. Does this build cleanly on your system? It can't be
a compiler issue as it appears to be a missing dependency in the
makefile rather than a compiler bug. If I struggle past this problem
I get the same issue with libgmp.a. 

Let me know where the official bug reporting list is and I'll send
complaints to it directly. I checked the Gnu website but it doesn't
list any.

Tim



reply via email to

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