Re: [gentoo-user] Compile program with older libraries

2012-05-28 Thread Joshua Murphy
On Mon, May 28, 2012 at 7:16 AM, Marko Košmerl wrote: > I was able to find suitable gentoo stage 3 tarball: > http://88.191.254.16/gentoo/releases/x86/2007.0/stages/ > > Chrooted, compiled the source and tried to run binary it in old system. And > it worked! > > Glad you got it working! I was wor

Re: [gentoo-user] Compile program with older libraries

2012-05-28 Thread Marko Košmerl
I was able to find suitable gentoo stage 3 tarball: http://88.191.254.16/gentoo/releases/x86/2007.0/stages/ Chrooted, compiled the source and tried to run binary it in old system. And it worked! On Fri, May 25, 2012 at 12:55 PM, Joshua Murphy wrote: > On Thu, May 24, 2012 at 9:15 AM, Marko Košm

Re: [gentoo-user] Compile program with older libraries

2012-05-25 Thread Joshua Murphy
On Thu, May 24, 2012 at 9:15 AM, Marko Košmerl wrote: > Hi! > > I have some program which I am using in a thin client  which has Gentoo > stage 3 root fs (kernel 2.6.39.4), > lets call it system A. > I've also compiled that program chroot-ed in this stage 3 fs from my > personal computer. > > I ha

Re: [gentoo-user] Compile program with older libraries

2012-05-24 Thread Marko Košmerl
The following is the problem: root@carlos:/tmp/temp# g++ hello.cc -o hello g++: installation problem, cannot exec 'cc1plus': No such file or directory Also there is no make tool in that system... On Thu, May 24, 2012 at 4:10 PM, Markos Chandras wrote: > On Thu, May 24, 2012 at 2:58 PM, Marko Ko

Re: [gentoo-user] Compile program with older libraries

2012-05-24 Thread Markos Chandras
On Thu, May 24, 2012 at 2:58 PM, Marko Košmerl wrote: > On compile time I get warnings: > watcher.cpp:(.text+0x85): warning: Using 'initgroups' in statically linked > applications requires at runtime the shared libraries from the glibc version > used for linking > watcher.cpp:(.text+0x16f): warnin

Re: [gentoo-user] Compile program with older libraries

2012-05-24 Thread Marko Košmerl
On compile time I get warnings: watcher.cpp:(.text+0x85): warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking watcher.cpp:(.text+0x16f): warning: Using 'getpwnam' in statically linked applications requires at

Re: [gentoo-user] Compile program with older libraries

2012-05-24 Thread Markos Chandras
On Thu, May 24, 2012 at 2:15 PM, Marko Košmerl wrote: > Hi! > > I have some program which I am using in a thin client  which has Gentoo > stage 3 root fs (kernel 2.6.39.4), > lets call it system A. > I've also compiled that program chroot-ed in this stage 3 fs from my > personal computer. > > I ha

[gentoo-user] Compile program with older libraries

2012-05-24 Thread Marko Košmerl
Hi! I have some program which I am using in a thin client which has Gentoo stage 3 root fs (kernel 2.6.39.4), lets call it system A. I've also compiled that program chroot-ed in this stage 3 fs from my personal computer. I have an other thin clients which have older system (B) on it which is old