In message <_A2894@delegate-en.ML_> on 04/05/05(21:48:46) you "Rousseau Pierre \(DBB\)" <pjyfqbdyi-mxhgu46zy73w.ml@delegate.org> wrote: |I have downloaded new version of delegate. I have extracted files on AIX5.2 server and I have launched compilation with CC... (see in attached file"Compilation") ... |make: 1254-053 Command "$(MKCPP)" expands to empty string. | |cc: 1501-228 input file c++ not found It is likely that your CC does not recognize "-x c++" option which means getting input file as a C++ program. |If I try to execute only "cc -O -x c++ -DQS -I../include -O -c teleportd.c -o teleportd.o" in teleport folder, the error is the same. |For information, I have successfuly compiled Delegate8.9.6 on the same machine... DeleGate has come to be based on C++ and C99 instead of K&R C after the version 8.10. |Do you have idea about this issue? If your CC supports C++, then the following might make it advance: % make clean % make CFLAGSPLUS="-DNONC99 -DQS -TP" Otherwise, you might be able to make DeleGate without boundary checking feature, thus dangerous to use, like this, but I never recommend this: % make CFLAGSPLUS="-DNONC99" Cheers, Yutaka -- D G Yutaka Sato <pfqcabdyi-mxhgu46zy73w.ml@delegate.org> http://delegate.org/y.sato/ ( - ) National Institute of Advanced Industrial Science and Technology _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan Do the more with the less -- B. Fuller