Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-09 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | I am very grateful for your effort to resolve the problem! You're welcome. [...] | The build completed normally and I now have a fully functional | Axiom with HyperDoc. Yay! Now, I'm testing a patch that brings Axiom.build-improvements back

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-09 Thread Bill Page
Gaby, I am very grateful for your effort to resolve the problem! On April 9, 2007 10:43 PM you wrote: > > The patch below addresses the issues you have raised: > > * It adds the additional C runtime libraries for linking programs > * It brings HyperDoc back. > > For the second point, >

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-09 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: [...] | Yes, I could commit this change but I just noticed that I am using | autoconf-2.61 so 'build-setup.sh' produces a lot of "housekeeping" | changes in 'configure'. Do you want me to include the new onfigure | in the commit? Or will you update it later

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-09 Thread gdr
Quoting Bill Page <[EMAIL PROTECTED]>: Gaby, On April 8, 2007 7:14 PM you wrote: ... Bill Page wrote: | Perhaps I just screwed up the previous patch last night. The build | completed this time but I did have to make the following additional | patch: | | -bash-3.00$ svn diff src/sman/Makefile.p

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
Gaby, On April 8, 2007 7:14 PM you wrote: > ... > Bill Page wrote: > | Perhaps I just screwed up the previous patch last night. The build > | completed this time but I did have to make the following additional > | patch: > | > | -bash-3.00$ svn diff src/sman/Makefile.pamphlet > | Index: src/sman

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | On April 8, 2007 2:13 PM you wrote: | > ... | > "Bill Page" <[EMAIL PROTECTED]> writes: | > | | > | Sorry, the earlier patch also did not work on 'i386-pc-solaris2.10'. | > | The same error as before. No -lsocket was added to the gcc command.

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: [...] | > | I will revert the earlier patch and svn update and try again. | > | | > | The first thing to check immedately after ./configure is the | > | src/sman/Makefile, I guess... | > | > Yes, see what gets substituted there. | > | | I think the buil

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
Gaby, On April 8, 2007 2:13 PM you wrote: > ... > "Bill Page" <[EMAIL PROTECTED]> writes: > | > | Sorry, the earlier patch also did not work on 'i386-pc-solaris2.10'. > | The same error as before. No -lsocket was added to the gcc command. > > Huh. It was added on my machine and compiler-link f

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | On April 8, 2007 10:59 AM you wrote: | > ... | > The patch I sent did not work on GNU/Linux boxes, for the reason | > that there is no separate libsocket library. Consequently, we | > must special case the addition for solaris-based systems.

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
Gaby, On April 8, 2007 10:59 AM you wrote: > ... > The patch I sent did not work on GNU/Linux boxes, for the reason > that there is no separate libsocket library. Consequently, we > must special case the addition for solaris-based systems. I've > checked in a patch that does that and passes the

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: [...] | You're almost there. Please could you try the patch below? The patch I sent did not work on GNU/Linux boxes, for the reason that there is no separate libsocket library. Consequently, we must special case the addition for solaris-based system

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-07 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: [...] | -bash-3.00$ gdiff -au build-improvements/src/sman/Makefile.in.orig | build-improvements/src/sman/Makefile.in | --- build-improvements/src/sman/Makefile.in.orig2007-04-07 | 18:35:02.262911000 -0400 | +++ build-improvements/src/sman/Makefile.i

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-07 Thread gdr
Quoting Bill Page <[EMAIL PROTECTED]>: Gaby, I consulted: http://sourceware.org/ml/automake/2004-01/msg00162.html which seems to include the necessary Autoconf magic. Indeed adding -lsocket to gcc session.o -o ../../target/i386-pc-solaris2.10/lib/session -L/export/home0/wspage/axiom-test/sr

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-07 Thread Bill Page
On April 7, 2007 6:29 PM I wrote: > > I consulted: > > http://sourceware.org/ml/automake/2004-01/msg00162.html > > which seems to include the necessary Autoconf magic. > > Indeed adding -lsocket to > > gcc session.o -o ../../target/i386-pc-solaris2.10/lib/session > -L/export/home0/wspage/axiom

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-07 Thread Bill Page
Gaby, I consulted: http://sourceware.org/ml/automake/2004-01/msg00162.html which seems to include the necessary Autoconf magic. Indeed adding -lsocket to gcc session.o -o ../../target/i386-pc-solaris2.10/lib/session -L/export/home0/wspage/axiom-test/src/lib -lspad -lsocket -o ../../target/i38