[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [DejaGnu] unit.o
From: |
Rob Savoye |
Subject: |
Re: [DejaGnu] unit.o |
Date: |
Sun, 24 Jun 2001 07:16:07 -0600 |
On Sun, Jun 24, 2001 at 01:30:44PM -0400, Bernard Fay wrote:
> Trying to make dejagnu 1.4.1, I got
>
> make[2]: *** [unit.o] Error 1
> make[2]: Leaving directory `/usr/src/dejagnu-1.4.1/testsuite/libdejagnu'
>
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/dejagnu-1.4.1/testsuite'
> make: *** [all-recursive] Error 1
>
> What is wrong? I don't have the object unit.o, I guest that's my
> problem. Where can I get it?
This is fixed in CVS. Unit.cc is a test case in testsuite/libdejagnu/. If
you remove testsuite from SUBDIRS in the top level Makefile, it'll go away.
- rob -