Hi, In message <_A4522@delegate-en.ML_> on 08/06/09(22:30:33) you pvaiqbdyi-qprr6ubgkja6.ml@delegate.org wrote: |However, there occurs a second error now (see below). Do you have any idea |what do try next? ... | gcc -O2 -x c++ -DQS -I../gen -I../include -O -c http.c |http.c: In function 'int relay_response(Connection13*, QueryContext*, int, |const char*, const char*, int, const char*, const char*, int, FILE*, |FILE*, FILE*, FILE*, int)': |http.c:3704: error: 'alloca' was not declared in this scope Maybe the error can be escaped by replacing the line in http.c as bellow: < #define UTonstack(siz) UTset(alloca(siz),siz) > #define UTonstack(siz) 0 By the way, do you have any experience of older versions of DeleGate on AIX? I myself have, maybe about ten years ago, had tested ancient DeleGate on ancient AIX. But I'm not sure if or not recent DeleGate (based on threads and shared memory) can work on recent AIX even if it is successfully compiled for it. Cheers, Yutaka -- 9 9 Yutaka Sato <y.sato@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