I had installed the list
packages:gcc3.0.1,gdb5.1.1,make3.75.1,binutils-2.11.2,ACE5.2
but I make file it error saying:the No.144 row missing ....
so I find the file, wrapper_macros.GNU, it says in 143 row:
ifeq ($(shared_libs),)
shared_libs = 1
endif
I guess "make" can't know the key word "ifeq",could you tell me how
can I do with the problem, Thank you very much!