bug-gnu-utils
[Top][All Lists]
Advanced

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

dc: "make timetest" problem


From: Austin Hung
Subject: dc: "make timetest" problem
Date: Thu, 15 Mar 2001 23:43:12 -0500

Hi,

I encountered a simple error running "make timetest" in bc-1.06. Basically
sh (bash) couldn't find testmul, probably because "." isn't in my path. The
very simple fix is below (I think it is safer to include it, even if it is
fairly trivial).


[begin patch]
--- Makefile_org        Thu Mar 15 22:05:26 2001
+++ Makefile    Thu Mar 15 22:05:35 2001
@@ -270,7 +270,7 @@
 
 muldigits.h: testmul
        @echo "The following may take up to 10 minutes."
-       testmul > muldigits.h
+       ./testmul > muldigits.h
 
 testmul: testmul.o number.o
        $(CC) $(CFLAGS) -o testmul testmul.o number.o
[end patch]

Thanks!
Austin
----------
Austin Hung  *  University of Waterloo, 3N Computer Engineering
address@hidden  *  http://ece.uwaterloo.ca/~a2hung/
"I Want To Believe"



reply via email to

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