Hi, - I tried with version 9.2.4-pre4 without any success. - I also tried your patch but the compilation failed later. - with "make CC=g++" and "make CC=gcc" same bad results. - I found this "-TP" flags in your newsletter, don't know what it does. I'm currently compiling gcc 4.1.1 from sources, I will try to compile delegate after. I'll let you know. Regards, Sebastien -----Original Message----- From: Yutaka Sato [mailto:pficabdyi-mxhgu46hz33w.ml@delegate.org] Sent: mardi 25 juillet 2006 17:18 To: pficabdyi-mxhgu46hz33w.ml@delegate.org Cc: Majdak Sébastien (DBB) Subject: Re: [DeleGate-En:3426] Compilation problems of delegate 9.2.2 on AIX v5.2 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-mxhgu46hz33w.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-mxhgu46hz33w.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 -------------------------------------- Dexia Bank disclaimer : http://www.dexia.be/maildisclaimer.htm --------------------------------------