Re: VPN connection to Checkpoint (FW-1)

2005-09-20 Thread Ilya Konstantinov
On א', 2005-09-18 at 15:44 +0200, David Randelman wrote: > I have found that FreeSwan can in theory connect to Checkpoint VPN's but > states in the manual that 2.6 kernel has limitations such as not being able > to co-exist with another IPsec tunnel such as pptp, this rules out the use > of a Linux

[JOB OFFER]Recruiting for GCC development at IBM Haifa research lab

2005-09-20 Thread Orna Agmon
Hi All, "The IBM Research Lab in Haifa is looking for people (including students) for its GCC team in the Compiler Optimizations group. IBM has been increasingly involved in open source projects in recent years; the Haifa lab was one of the pioneers in contributing to open source in IBM, with the

Performing unprivilidged root-only operations

2005-09-20 Thread Shachar Shemesh
Hi all, Sometimes we need to perform operations only root can do, but for which there is really no need to be root. Such an example can be creating a tar archive in which a device file is stored, or creating an ISO image which has files from different users. Despite the fact that mkisofs or tar do

Re: Forcing the use of specific library directories during link and compile

2005-09-20 Thread Yedidyah Bar-David
On Tue, Sep 20, 2005 at 12:01:17PM +0300, Shachar Shemesh wrote: > David D wrote: > > >Just shooting in the dark: chroot and gcc -L ? > > > > > Chroot would require me to build another environment, just for the > building. No thanks. As was mentioned, there is a tool to do this - debian packag

Re: Forcing the use of specific library directories during link and compile

2005-09-20 Thread Shachar Shemesh
David D wrote: >Just shooting in the dark: chroot and gcc -L ? > > Chroot would require me to build another environment, just for the building. No thanks. Shachar = To unsubscribe, send mail to [EMAIL PROTECTED] with th

Re: Forcing the use of specific library directories during link and compile

2005-09-20 Thread David D
Just shooting in the dark: chroot and gcc -L ? --- Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to set up a build environment for a > self-contained Linux > system. This is not cross-compiling, but I want the > new system to only > contain what I brought into it. I also w

Re: Forcing the use of specific library directories during link and compile

2005-09-20 Thread Amos Shapira
On 9/20/05, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to set up a build environment for a self-contained Linux > system. This is not cross-compiling, but I want the new system to only > contain what I brought into it. I also want it to work :-) Hi Shachar, There is this

Forcing the use of specific library directories during link and compile

2005-09-20 Thread Shachar Shemesh
Hi all, I'm trying to set up a build environment for a self-contained Linux system. This is not cross-compiling, but I want the new system to only contain what I brought into it. I also want it to work :-) I'm already compiling everything I need, but now I want to make sure that nothing that belo