Hi, In message <_A3420@delegate-en.ML_> on 07/25/06(22:45:10) you =?iso-8859-1?Q?Majdak_S=E9bastien_=28DBB=29?= <plqgqbdyi-pg3up56ig4tw.ml@delegate.org> wrote: |> I have a big problem trying to compile delegate 9.2.2 on AIX 5.2 using gcc 3.3.2. |> I also try to compile older version of delegate without any success. |> |> Here is the result of the command: |> >make CFLAGSPLUS="-DNONC99 -DQS -TP" |> |> > <<log.txt>> |> |> Any Ideas are welcome ;-) - I recommend you to use the latest version of DeleGate (it's 9.2.4-pre4 today). - Your compilation stalles in the checking of the integrity of libraries. The check can be bypassed as the enclosed patch. - What happens if you do it as "make CC=g++" or "make CC=gcc" ? - You should not specify CFLAGSPLUS if it is not really neccessary. As long as I know, gcc3.3 does not need to specify it. You should include "-x c++ -DQS" in it if you need to specify it. BTW. what is this "-TP" ? Cheers, Yutaka -- 9 9 Yutaka Sato <pfqcabdyi-pg3up56ig4tw.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 *** ../arc/delegate9.2.4-pre4/maker/mkmake.c Mon Jul 3 06:17:10 2006 --- maker/mkmake.c Wed Jul 26 00:11:55 2006 *************** *** 1669,1675 **** --- 1669,1677 ---- fprintf(stderr,"\t -- checking LDLIBS = %s\n",LDLIBS); if( !e_available(ERRLOG,NULL,CC,cflags/*CFLAGS*/,libs) ){ fatal(" Something wrong in Libraries."); + /* return 3; + */ } #ifndef __cplusplus