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

2005-09-25 Thread Gilad Ben-Yossef
Shachar Shemesh wrote: Does anyone have any idea how to make sure the standard search paths are simply not looked at? Recompile the GCC you are using from scratch and give it a fixed library/include patgh which is different from the system one. The only problem you'll have left is with pac

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

2005-09-23 Thread Yotam Rubin
On Tue, Sep 20, 2005 at 11:07:56AM +0300, Shachar Shemesh 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 :-) > > I'm already

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