Hi, I have a firewall appliance base on linux that have glibc-2.3.4, and have not gcc to compile a program for that. when I compile a program by another linux machine, error message says: require glibc.x.x.x how can I compile a c program in another linux machine for that version of glibc?
For future reference, this kind of thing is better as a comment rather than an answer.
caf
2010-08-16 01:28:50
+1
A:
The apbuild-apgcc tool sets things up to link against older versions of the glibc symbols.
caf
2010-08-16 01:33:31
this is very good answer, but i want to use inotify that it is in kernel 2.6.13 and later, but with apgcc i can,t use that.
haw3d
2010-08-16 07:09:25