Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-16 Thread Dejan Muhamedagic
Hi, On Tue, Feb 16, 2010 at 08:10:52AM +0200, Yossi Nachum wrote: > after I run > ./configure --enable-ansi=no --enable-fatal-warnings=no > make completed successfully, I hope it will work now because in the process > I get many warnings Well, there's a reason for having fatal-warnings enabled.

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-15 Thread Yossi Nachum
after I run ./configure --enable-ansi=no --enable-fatal-warnings=no make completed successfully, I hope it will work now because in the process I get many warnings Thanks for the help Yossi On Mon, Feb 15, 2010 at 4:55 PM, Dejan Muhamedagic wrote: > Hi, > > On Mon, Feb 15, 2010 at 04:42:57PM +02

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-15 Thread Dejan Muhamedagic
Hi, On Mon, Feb 15, 2010 at 04:42:57PM +0200, Yossi Nachum wrote: > Hi > I have now the first problem from the already repoted bug: > > libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include > -I../../include -I../../include -I../../linux-ha -I../../linux-ha > -I../../libltdl -I../

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-15 Thread Yossi Nachum
Hi I have now the first problem from the already repoted bug: libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I../../linux-ha -I../../linux-ha -I../../libltdl -I../../libltdl -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/l

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-15 Thread Dejan Muhamedagic
Hi, On Mon, Feb 15, 2010 at 01:15:49PM +0200, Yossi Nachum wrote: > I solved this either by adding /usr/ccs/bin to my PATH > but I have more problems... > I am trying now to compile it gnu ld, the gnu ld is in /usr/local/bin/ld do > you know how I tell configure to use it? > it always pick the sun

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-15 Thread Yossi Nachum
I solved this either by adding /usr/ccs/bin to my PATH but I have more problems... I am trying now to compile it gnu ld, the gnu ld is in /usr/local/bin/ld do you know how I tell configure to use it? it always pick the sun version of ld ... On Mon, Feb 15, 2010 at 12:24 PM, Dejan Muhamedagic wrote

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-15 Thread Dejan Muhamedagic
Hi, On Thu, Feb 11, 2010 at 10:53:24PM +0200, Yossi Nachum wrote: > I solved this error by installing more dependencies packages > but now I get this error > > make[1]: *** [libreplace.la] Error 1 > make[1]: Leaving directory > `/usr/local/src/linux-ha/Reusable-Cluster-Components-glue-1.0.3/repla

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-11 Thread Yossi Nachum
I solved this error by installing more dependencies packages but now I get this error make[1]: *** [libreplace.la] Error 1 make[1]: Leaving directory `/usr/local/src/linux-ha/Reusable-Cluster-Components-glue-1.0.3/replace' make: *** [all-recursive] Error 1 please help On Thu, Feb 11, 2010 at 8:5

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-11 Thread Yossi Nachum
I found the snprintf on /etc/include/iso/sdtio_c99.h and I saw that this file is included in stdio.h so this is not the problem. what can I do next? On Thu, Feb 11, 2010 at 2:02 PM, Dejan Muhamedagic wrote: > Hi, > > On Thu, Feb 11, 2010 at 10:29:26AM +0200, Yossi Nachum wrote: > > Hello, > > I

Re: [Linux-HA] compiling glue on solaris 10 problem

2010-02-11 Thread Dejan Muhamedagic
Hi, On Thu, Feb 11, 2010 at 10:29:26AM +0200, Yossi Nachum wrote: > Hello, > I tried to compile glue on solaris 10 but I have compilation errors. > when I run make I get this error: > > "pils.c: In function `PIL_strerror': > pils.c:1300: warning: implicit declaration of function `snprintf' > pils

[Linux-HA] compiling glue on solaris 10 problem

2010-02-11 Thread Yossi Nachum
Hello, I tried to compile glue on solaris 10 but I have compilation errors. when I run make I get this error: "pils.c: In function `PIL_strerror': pils.c:1300: warning: implicit declaration of function `snprintf' pils.c:1300: warning: nested extern declaration of `snprintf' make[2]: *** [pils.lo]