hey, I must forget the syntax and got this strange phenomenon. In my makefile, I have

IB.a:errorcode.cpp EClientSocketBase.cpp EPosixClientSocket.cpp Myewrapper.cpp

all: test1 IB.a

and when...