This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: Compiling pgm for an older linux version - cross compiler


Jacques Greindl <jgreindl@gmail.com> writes:

> What I need is to be sure that my program will run on the older system.
> And yes, I have the source files.

The best way to do that is to build your program on the older system.

If that is not possible, the key thing you need is to compile and link
using the version of glibc which runs on the older system.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]