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]

Building binary from code in C++...


Hello!

I have started work with GCC 4.1.2 under Mandriva 2007.1. I have noticed, the compiler is very good. For compilation I am using g++ command. When I am using programs with my system everything is ok, but under older systems there is a problem. I have found in manual -static option, but when I am using it, program have about 1,2MB (it is small program for console without GUI). I have tested work of generated binaries and now I know, binaries prepared under 2.6 Kernel with -static option will not work under 2.4 Kernel.

What is the best solution for building small programs possible to run in console of old and the future Linux systems? Is compilation under target system the only way to do it?

Best Regards!

Maciej


----------------------------------------------------------------------
Chcesz zobaczyc jak mieszkaja inni? Podpatrzec pomysly,
pochwalic sie wlasnym mieszkaniem?
Wejdz na >>> http://link.interia.pl/f1c74


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