[Herzelinux] : Adjusting eclipse-CDT for your needs by Elazar Leibovich

2008-09-23 Thread Gilad Ben-Yossef
Hi all, This is a reminder that tomorrow, Thursday, 25/8 at 18:30, Hezelinux will host Elazar Leibovich lecture entitled: "Adjusting eclipse-CDT for your needs" The lecture will discuss: * a very brief overview eclipse CDT main architecture features * und[erd]ocumented eclipse features - s

Re: Telling libtool/automake to be less anal

2008-09-23 Thread Tzafrir Cohen
On Wed, Sep 24, 2008 at 08:56:24AM +0300, Oron Peled wrote: > On Wednesday, 24 בSeptember 2008, Shachar Shemesh wrote: > > Oron Peled wrote: > > > > > > You was probably missled by the man page packaged by Debian (upstream > > > autotools have only info pages). > > > > > > As I said, run: > > > i

Re: Linux programming job needed

2008-09-23 Thread David Ronkin
Hi I'm experienced sw engineer with ~9 years of coding/integration experience (C++, Java, Unix and Web scripting) looking for suitable and stable position preferable in Linux environment. My Linkedin resume is: http://www.linkedin.com/in/davidronkin Thanks in advance! -David

Re: Telling libtool/automake to be less anal

2008-09-23 Thread Oron Peled
On Wednesday, 24 בSeptember 2008, Shachar Shemesh wrote: > Oron Peled wrote: > > > > You was probably missled by the man page packaged by Debian (upstream > > autotools have only info pages). > > > > As I said, run: > > info libtool dlopen building > > And it will bring you right to the page. > >

Re: Telling libtool/automake to be less anal

2008-09-23 Thread Shachar Shemesh
Oron Peled wrote: You was probably missled by the man page packaged by Debian (upstream autotools have only info pages). As I said, run: info libtool dlopen building And it will bring you right to the page. I did. It gave me the man page inside the "info" browser (which I can't stand).

Re: Telling libtool/automake to be less anal

2008-09-23 Thread Shachar Shemesh
Ghiora Drori wrote: Having Used cmake (I have no association with them) I found it much easier to handle build systems with the cmake. then with the autotool chain which I did get to meddle with quite a bit in the past. Have a nice day. You know, after so much marketing speech one would exp

Re: Telling libtool/automake to be less anal

2008-09-23 Thread Ghiora Drori
Hi, My comment was cmake was regarding the general use of libtool, automake and autoconf: From *KDE developer Alexander Neundorf : (*http://lwn.net/Articles/188693/) Now the next big change is happening: KDE is leaving the aging "autotool" build chain behind. Some developers, not only in KDE, li

Re: Telling libtool/automake to be less anal

2008-09-23 Thread Oron Peled
On Tuesday, 23 בSeptember 2008, Shachar Shemesh wrote: > Oron Peled wrote: > > Libtool has a standard '-module' option for this which is used during > > linking (--mode=link) and weirdly enough is passed as an argument *after* > > the gcc argument (but parsed and handled by libtool... hmmm). > > >

Re: Telling libtool/automake to be less anal

2008-09-23 Thread Shachar Shemesh
Oron Peled wrote: It's basically the same case as any dlopen'ed module, where the application may elect any name it likes, but with a (platform dependent) suffix (.so in the Linux case) Libtool has a standard '-module' option for this which is used during linking (--mode=link) and weirdly enoug

Re: Where to find modules for pre-compiled debian kernel

2008-09-23 Thread sammy ominsky
On 23/09/2008, at 10:38, Tzafrir Cohen wrote: It's PPP. As in ppp.o or ppp.ko I'm trying to build a VPN server for it. modprobe ppp But as root, in the host. All openvz guests share the same kernel. Sorry, no ppp in openvz yet. http://forum.openvz.org/index.php?t=msg&goto=31072&&srch=ppp

Re: MySQL over DRBD (was: Re: Clustering/Failover Project)

2008-09-23 Thread Amos Shapira
Yes, we also want to take advantage of the option to expand capacity, but even just for purposes of smoother fail-over (i.e. shorter down time, actually zero down time as far as the server's availability is concerned) I see the advantage of db-level replication over DRBD. (sorry for top posting. M

Re: Where to find modules for pre-compiled debian kernel

2008-09-23 Thread Yedidyah Bar-David
On Tue, Sep 23, 2008 at 07:56:13AM +0300, Geoffrey S. Mendelson wrote: > On Mon, Sep 22, 2008 at 09:34:11PM +, Tzafrir Cohen wrote: > > >To add? Or to build? > > The problem is that it does not exist in the vitrual machine. > > > > > >Can you modprobe a module from a openvz guest? > > Ther

Re: Where to find modules for pre-compiled debian kernel

2008-09-23 Thread Tzafrir Cohen
On Tue, Sep 23, 2008 at 07:56:13AM +0300, Geoffrey S. Mendelson wrote: > It's PPP. As in ppp.o or ppp.ko I'm trying to build a VPN server for it. modprobe ppp But as root, in the host. All openvz guests share the same kernel. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafr

Re: Where to find modules for pre-compiled debian kernel

2008-09-23 Thread Geoffrey S. Mendelson
On Mon, Sep 22, 2008 at 09:34:11PM +, Tzafrir Cohen wrote: To add? Or to build? The problem is that it does not exist in the vitrual machine. Can you modprobe a module from a openvz guest? There are no modules to try it with. /lib/modules is empty. Loading a module is the same eve

Re: Telling libtool/automake to be less anal

2008-09-23 Thread Shachar Shemesh
Ghiora Drori wrote: Hi, Use cmake. It is much better then the gnu tool builder stuff. And it is free. kde converted to it. I did a conversion to if from a large colection of make and ant at Israeli company. recommended. Ghiora 1. Why did you send this in private? 2. How does cmake handle thi