Re: compiling elog 2.6.1 on solaris platform, posted by Steve Jones on Mon Feb 6 16:44:46 2006
|
[quote="Stefan Ritt"][quote="Angus Au"]ld: fatal: library -lutil: not found[/quote]
The [B]util[/B] library was added recently because of the new shell substitution functionaly, which requires the [B]forkpty()[/B] function call. If you |
Re: compiling elog 2.6.1 on solaris platform, posted by Stefan Ritt on Mon Feb 6 16:48:17 2006
|
[QUOTE="Steve Jones"]I have checked and can find no reference within Sun documents regarding the support of the forkpty() function. I have not been following
elog development lately -- what is shell substitution supposed to buy us?[/QUOTE]
|
Re: sort after find, posted by Stefan Ritt on Mon Feb 6 17:15:11 2006
|
[quote="Willem Koster"]Obviously I would like to be able to sort the result of a find-query.[/quote]
That worked some time ago, but did not work currently. So I fixed that in the current SVN version. |
Re: compiling elog 2.6.1 on solaris platform, posted by Steve Jones on Wed Feb 8 18:19:02 2006
|
[quote="Stefan Ritt"][QUOTE="Steve Jones"]I have checked and can find no reference within Sun documents regarding the support of the forkpty() function.
I have not been following elog development lately -- what is shell substitution supposed to buy us?[/QUOTE]
|
Re: compiling elog 2.6.1 on solaris platform, posted by Steve Jones on Wed Feb 8 18:34:43 2006
|
[quote="Steve Jones"][quote="Stefan Ritt"][QUOTE="Steve Jones"]I have checked and can find no reference within Sun documents regarding the support of the
forkpty() function. I have not been following elog development lately -- what is shell substitution supposed to buy us?[/QUOTE]
|
Re: compiling elog 2.6.1 on solaris platform, posted by Stefan Ritt on Fri Feb 10 13:58:17 2006
|
[quote="Steve Jones"]Stefan, I found the following "forkpty()" replacement for running under Solaris.[/quote]
Ok, I put your code into the current SVN revision (1656). Unfortunately I cannot try it due to the lack of a Sun. Maybe you can try and tell me if it's |
Re: compiling elog 2.6.1 on solaris platform, posted by Steve Jones on Fri Feb 10 17:22:36 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]Stefan, I found the following "forkpty()" replacement for running under Solaris.[/quote]
Ok, I put your code into the current SVN revision (1656). Unfortunately I cannot try it due to the lack of a Sun. Maybe you can try and tell me if it's |
Re: compiling elog 2.6.1 on solaris platform, posted by Stefan Ritt on Fri Feb 10 17:29:03 2006
|
[quote="Steve Jones"]Actually, what I will be delivering is a new Makefile with conditional compile statements plus the C code module since the example
that I provided need some cleaning. Since I don't have a Linux system on which to test the conditional compile completely I would need you to do that.
Sound ok?
|