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

compiling environments.





Hello,

I would like to have a compiled version of a centaur environnement I
developed.

So I wrote a Buildfile:

--------------------------------------------------------------------
ROOTDIR=/tantale/centaur-1.2/
USERDIR=/udd/deri/durrieu/
MODNAME=centaur/tables/lustreV4-w/environnement
CMPLC=ctkern

all: allcmplc

allcmplc: $(ROOTDIR)bin/mkcmplc \
   $(ROOTDIR) $(USERDIR) $(CMPLC) $(MODNAME)
-------------------------------------------------------------------

Whenever I type 'ctmake', I get the following error:

-------------------------------------------------------------------
Building sun4OS4/makefile
make: Fatal error: Don't know how to make target `ctkern'
-------------------------------------------------------------------

However, everything seems to be correct...

What happens ?

--Guy DURRIEU.