views:

67

answers:

2

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?

A: 

There is a similar question.

PC2st
For future reference, this kind of thing is better as a comment rather than an answer.
caf
+1  A: 

The apbuild-apgcc tool sets things up to link against older versions of the glibc symbols.

caf
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